Branding Governance Rules¶
- Each platform owns its branding folder.
- Shared assets must live under /branding/shared.
- Logos must be provided at least in SVG format.
- Filenames must be semantic and stable.
- Breaking changes require a new versioned folder (v2).
π Folder Structure¶
The following folder and file structure is defined in the respective Azure Storage Account (blob).
static/
βββ images/
β βββ branding/
β βββ shared/
β β βββ v1/
β β β βββ logos/
β β β β βββ logo-corporate.svg
β β β β βββ logo-corporate-dark.svg
β β β β βββ logo-corporate-light.svg
β β β β βββ logo-corporate.png
β β β β
β β β βββ email/
β β β β βββ logo-email.png
β β β β βββ logo-email-dark.png
β β β β
β β β βββ icons/
β β β β βββ app-icon-192.png
β β β β βββ app-icon-512.png
β β β β βββ favicon.ico
β β β β
β β β βββ README.md
β β β
β β βββ v2/
β β βββ README.md
β β
β βββ analitica/
β β βββ v1/
β β β βββ logos/
β β β β βββ logo-primary.svg
β β β β βββ logo-dark.svg
β β β β βββ logo-icon.svg
β β β β
β β β βββ email/
β β β β βββ logo-email.png
β β β β
β β β βββ README.md
β β β
β β βββ v2/
β β βββ README.md
β β
β βββ colabora/
β βββ v1/
β β βββ logos/
β β β βββ logo-primary.svg
β β β βββ logo-dark.svg
β β β βββ logo-icon.svg
β β β
β β βββ email/
β β β βββ logo-email.png
β β β
β β βββ README.md
β β
β βββ v2/
β βββ README.md
β
βββ email-templates/
β βββ shared/
β β βββ v1/
β β β βββ assets/
β β β β βββ divider.png
β β β β βββ footer-bg.png
β β β β
β β β βββ templates/
β β β β βββ base.html
β β β β βββ notification.html
β β β β βββ welcome.html
β β β β
β β β βββ README.md
β β β
β β βββ v2/
β β βββ README.md
β β
β βββ analitica/
β β βββ v1/
β β βββ templates/
β β β βββ report-ready.html
β β βββ README.md
β β
β βββ colabora/
β βββ v1/
β βββ templates/
β β βββ invitation.html
β βββ README.md
β
βββ styles/
β βββ v1/
β βββ css/
β β βββ main.css
β β βββ analitica.css
β β βββ colabora.css
β βββ fonts/
β βββ inter/
β β βββ inter-regular.woff2
β β βββ inter-bold.woff2
β βββ roboto/
β βββ roboto-regular.woff2
β
βββ scripts/
β βββ v1/
β βββ js/
β β βββ analytics.js
β β βββ ui-components.js
β β βββ colabora-widgets.js
β βββ vendor/
β βββ chartjs/
β βββ chart.min.js
β
βββ documents/
β βββ public/
β β βββ v1/
β β βββ brochures/
β β βββ datasheets/
β β βββ whitepapers/
β βββ policies/
β βββ brand-guidelines.pdf
β
βββ cache/
β βββ thumbnails/
β
βββ temp/
β βββ uploads/
β
βββ README.md