# AFZ Advocacy Application - Albinism Foundation Zambia
A professional, modern, and accessible web application designed to mirror the AFZ's mission of advocating for albinism rights in Zambia.
## šÆ Project Overview
This application provides a comprehensive platform for the Albinism Foundation Zambia to:
- Advocate for the rights of individuals with albinism
- Promote awareness and education
- Build an inclusive community
- Provide support services and resources
## šļø Architecture
The application is built using modern web technologies with a focus on accessibility, performance, and multilingual support:
- **Frontend**: HTML5, CSS3, JavaScript (ES6+)
- **Styling**: CSS Custom Properties (CSS Variables)
- **Accessibility**: WCAG 2.1 AA compliant
- **Languages**: English, Nyanja, Bemba
- **Responsive**: Mobile-first design approach
## š Project Structure
```
afz-advocacy-app/
āāā index.html # Main homepage
āāā css/
ā āāā styles.css # Main stylesheet
āāā js/
ā āāā main.js # JavaScript functionality
āāā images/ # Image assets (to be added)
ā āāā afz-logo.png # AFZ logo (placeholder)
ā āāā hero-image.jpg # Hero section image (placeholder)
ā āāā news-1.jpg # News item 1 image (placeholder)
ā āāā news-2.jpg # News item 2 image (placeholder)
ā āāā news-3.jpg # News item 3 image (placeholder)
ā āāā favicon.ico # Site favicon (placeholder)
ā āāā apple-touch-icon.png # Apple touch icon (placeholder)
āāā pages/
ā āāā contact.html # Contact page
ā āāā about.html # About page (to be created)
ā āāā programs.html # Programs page (to be created)
ā āāā resources.html # Resources page (to be created)
ā āāā advocacy.html # Advocacy page (to be created)
āāā translations/
ā āāā en.json # English translations
ā āāā ny.json # Nyanja translations
ā āāā be.json ā¦