Logo Lanfrica

solog80/healthforallug

Domaine:

healthcare
Créateur:
sol
Hôte:
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 …