Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFRO Launch

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 map

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

Layout

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/

CDN base URLs (frozen)

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>

Working agreement

  • 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-face URL with ?v=<commit-sha> to bust cache.
  • Every shipped change → entry in CHANGELOG.md.

Quick links

  • Notion tasks: see docs/tasks.md
  • GHL workflow: see docs/ghl-deployment.md

About

AFRO Agency launch — sites, docs, deployment notes, changelog. Umbrella over afro-brand + afro-fonts.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors