Logo Lanfrica

solog80/healthforallug

Domain:

healthcare
Creator:
sol
Host:
Public Health Uganda # Health For All Uganda Website A modern, responsive website for Health For All Ugandaβ€”a nonprofit organization improving health outcomes through education, disease prevention, community empowerment, and digital innovation. **Live Site:** healthforallug.vercel.app ## 🎯 About the Project Health For All Uganda runs three core programs: - **HerRise Initiative** - Ending period poverty and keeping girls in school - **Assistant Clinician** - Digital triage support for frontline health workers - **Public Health Education** - Fighting misinformation through community engagement This website showcases these programs, shares organizational values, and provides resources for partners, volunteers, and donors. ## πŸ› οΈ Tech Stack - **Framework:** Next.js 15 with TypeScript - **Styling:** Inline CSS with responsive design (clamp units, CSS Grid) - **Fonts:** Lora (serif) & Work Sans (sans-serif) from Google Fonts - **Deployment:** Vercel ## πŸ“ Project Structure ``` app/ β”œβ”€β”€ layout.tsx # Root layout with Header & Footer β”œβ”€β”€ page.tsx # Home page β”œβ”€β”€ about/page.tsx # About page with vision, mission, values, pillars β”œβ”€β”€ programs/page.tsx # Programs showcase (HerRise, Assistant Clinician, Public Health Education) β”œβ”€β”€ resources/page.tsx # Resources & publications β”œβ”€β”€ contact/page.tsx # Contact form with submission handling └── globals.css # Global styles components/ β”œβ”€β”€ Header.tsx # Navigation header └── Footer.tsx # Footer with links & contact info public/ └── assets/ # Images (logo, program photos, etc.) β”œβ”€β”€ logo.jpeg β”œβ”€β”€ herrise-1.jpeg β”œβ”€β”€ herrise-2.jpeg β”œβ”€β”€ herrise-bins.jpeg β”œβ”€β”€ education-1.jpeg β”œβ”€β”€ education-2.jpeg β”œβ”€β”€ ebola-1.jpeg β”œβ”€β”€ ebola-2.jpeg └── ebola-book.jpeg ``` ## πŸš€ Getting Started ### Prerequisites - Node.js 18+ - npm or yarn ### Local Development 1. **Clone the repository:** ```bash git clone github.com cd healthforallug ``` 2. **Install dependenc …