pps-africa-website/
│
├── index.html (main page)
├──03.12.2025_index.html (main page version before 06.12.2025)
├──06.12.2025_index.html (main page working copy with recent edits)
│
├── CNAME (custom domain file)
│
├── folder_structure.txt (current folder structure)
├── notes.txt (this file)
│
├── assets/
│ ├── css/
│ │ ├── base.css (Global resets and variables: :root { } color system, typography defaults, reset styles)
│ │ ├── components.css (Reusable pieces: buttons, cards, forms, badges, grid utilities)
│ │ ├── layout.css (Sitewide structure: header, footer, hero, section spacing, navigation)
│ │ └── pages.css (Page-specific tweaks: home page hero card, partner grid styling, service card layouts, market card styling)
│ │
│ ├── js/
│ │ ├── main.js (Auto-year, smooth scrolling, mobile nav toggle (needs to be added))
│ │ └── utils.js (Data loading, form helpers, reusable functions)
│ │
│ ├── img/
│ │ ├── ppsa/
│ │ │ ├── PPSA_Logo Variations_PPSA_Black Monochrome_Icon.png
│ │ │ ├── PPSA_Logo Variations_PPSA_Black Monochrome_Slogan.png
│ │ │ ├── PPSA_Logo Variations_PPSA_Black Monochrome.png
│ │ │ ├── PPSA_Logo Variations_PPSA_Full Colour Icon.webp
│ │ │ ├── PPSA_Logo Variations_PPSA_Full Colour_Icon.png
│ │ │ ├── PPSA_Logo Variations_PPSA_Full Colour_Slogan.png
│ │ │ ├── PPSA_Logo Variations_PPSA_Full Colour.png
│ │ │ ├── PPSA_Logo Variations_PPSA_White Colour_Icon.png
│ │ │ ├── PPSA_Logo Variations_PPSA_White Colour_Slogan.png
│ │ │ ├── PPSA_Logo Variations_PPSA_White Colour_Slogan.webp
│ │ │ ├── PPSA_Logo Variations_PPSA_White Colour.png
│ │ │ ├── PPSA_Logo Variations_PPSA_White Monochrome_Icon.png
│ │ │ ├── PPSA_Logo Variations_PPSA_White Monochrome_Slogan.png
│ │ │ └── PPSA_Logo Variations_PPSA_White Monochrome.png
│ │ ├── partners/
│ │ │ ├── API_Logo.png
│ │ │ ├── Daniatech_Logo.png
│ │ │ ├── Gerstenberg_Logo.png
│ │ │ └── Pattyn_Logo.png
│ │ ├── markets/
│ │ └── misc/
│ │
│ ├── icons/
│ │ ├── service-market-entry.svg
│ │ ├── service-training.svg
│ │ └──...
│ │
│ └── fonts/
│
└── README.md