Umbrella repo for the AFRO Agency launch — sites, docs, deployment notes, changelog. Brand assets and fonts live in sibling repos for stable CDN URLs.
| Repo | Purpose | Notes |
|---|---|---|
| afro-launch (this) | Sites, docs, changelog, tasks | Active development |
| afro-brand | Logos, favicons, colors, brand spec | CDN-served — paths frozen |
| afro-fonts | Gilroy woff2 files | CDN-served — paths frozen |
afro-launch/
├── README.md
├── CHANGELOG.md ← release log ("gh log")
├── sites/
│ ├── intake-form/ ← afro-intake-form.html (GHL Code element)
│ ├── landing/ ← afro-agency_25.html
│ └── demo/ ← demo page snapshots
├── docs/
│ ├── brand-assets.md ← raw URLs into afro-brand / afro-fonts
│ ├── ghl-deployment.md ← how HTML lands in GoHighLevel
│ └── tasks.md ← Notion task mirror
└── .github/
└── ISSUE_TEMPLATE/
https://raw.githubusercontent.com/AFROAgencyAI/afro-brand/main/<file>
https://raw.githubusercontent.com/AFROAgencyAI/afro-fonts/main/<file>
For production, prefer jsDelivr (cached, faster):
https://cdn.jsdelivr.net/gh/AFROAgencyAI/afro-brand@main/<file>
https://cdn.jsdelivr.net/gh/AFROAgencyAI/afro-fonts@main/<file>
- HTML edits → commit to
sites/<name>/in this repo, then paste into GHL Code element. - Brand asset changes → commit to
afro-brand(never inline-edit into HTML). - Font changes → commit to
afro-fonts. Bump@font-faceURL with?v=<commit-sha>to bust cache. - Every shipped change → entry in
CHANGELOG.md.
- Notion tasks: see
docs/tasks.md - GHL workflow: see
docs/ghl-deployment.md