Source backup of the new media only Cargo 3 site.
Extracted from Cargo's internal Redux store on 2026-03-21.
global.css — site-wide stylesheet (fonts, layout, vars)
index.html — main index page
top/ — landing page / enter button variants
website/ — nav, header, main menu, workpage
photography-folder/ — all photo project pages
├── 2518-folder/
├── shy-ranje-folder/
├── synthesis+-folder/
├── in-whos-name-folder/
├── bulow-folder/
├── analogue-folder/
├── hissy-fitter-folder/
├── photo-project-example/
└── mutumbo-folder/
films-folder/ — film, tv, adverts, music videos
creative-direction-folder/ — extasy, act group, odie
_type-testing/ — type specimens and font testing
_variants/ — alternate index pages and layout experiments
_structure/ — cargo export data and analysis
Each Cargo page becomes two files:
page-name.html— the page's HTML content (from Cargo's Code View)page-name.css— the page's local/scoped CSS
global.css is the site-wide stylesheet shared across all pages.
- Edit files here (or via Claude Code)
- Copy changes into Cargo's editor:
- Global CSS → Cargo CSS Editor
- Page HTML → open page → Code View (bottom-right
</>icon) → paste - Page CSS → page design panel → local CSS area
- Commit changes to Git
- 70 pages across 25 folders
- 37 KB global CSS
- 164 KB total code (HTML + CSS)