Branding package for Acroplans Hugging Face spaces
Project description
Acroplans Branding Package
A unified branding package for consistent visual identity across Acroplans Hugging Face spaces.
Overview
This package provides standardized branding components, styling utilities, and assets for use across multiple Hugging Face spaces to ensure a consistent brand experience.
Installation
pip install git+https://github.com/Krishnarao-Acroplans-Official/acroplans-branding.git
Usage
Basic Example
import streamlit as st
from acroplans_branding.components import display_branded_header, display_branded_footer
from acroplans_branding.styling import apply_corporate_theme
# Apply corporate styling
apply_corporate_theme()
# Display branded header
display_branded_header("Application Title", "Optional subtitle")
# Your application content goes here
st.write("Welcome to Acroplans!")
# Display branded footer
display_branded_footer()
Available Components
display_branded_header(title, subtitle=None, show_logo=True): Displays a consistent header with logodisplay_branded_footer(): Displays a consistent footer with copyright and website linkdisplay_logo(width=None): Displays the Acroplans logo with optional width
Styling Functions
apply_corporate_theme(): Applies Acroplans styling to your Streamlit appget_color_palette(): Returns the Acroplans color palette dictionary
Brand Colors
- Primary (Blue): #155fac
- Secondary (Orange): #fdb31a
- Plus additional supporting colors for UI elements
License
This package is proprietary and owned by Acroplans. Unauthorized use, modification, or distribution is prohibited.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acroplans_branding-0.1.0.tar.gz.
File metadata
- Download URL: acroplans_branding-0.1.0.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
876b276bf2070ba9eb3cde7a706123602544347124e4e33b29d930807b9d4449
|
|
| MD5 |
93156083f00fec080e290807edbf4194
|
|
| BLAKE2b-256 |
eee7886e8a7c236994c7b92a504b361cde7d8f32473672de67f752989b9ed366
|
File details
Details for the file acroplans_branding-0.1.0-py3-none-any.whl.
File metadata
- Download URL: acroplans_branding-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e32039ff990a1a5f80beb9cf7771847310d260c4c7777cf333274961f70b1e1
|
|
| MD5 |
68227fd486e4f6a0bd1edb298f481277
|
|
| BLAKE2b-256 |
ae15fb4e2b4e4184b7cb0ec628303651a4114e44475d03fa280244f6999ec945
|