Official website for BUILD HOPE UGANDA, a refugee-led humanitarian and development organization supporting refugees and host communities in Kyangwali, Uganda.
# BUILD HOPE UGANDA Website
Official website for **BUILD HOPE UGANDA / BHU**, a refugee-led humanitarian and development organization supporting vulnerable refugees and host communities in Kyangwali Refugee Settlement, Kikuube District, Uganda.
## About
BUILD HOPE UGANDA works to help communities move toward self-reliance and resilience through locally led humanitarian and development programs.
The website presents the organization’s mission, programs, stories, gallery, and contact information for partners, donors, volunteers, and community stakeholders.
## Website Pages
- `index.html` - Homepage with overview, mission, programs, news, and call to action
- `about.html` - Organization story, credibility, vision, mission, values, and structure
- `programs.html` - Program areas and strategic approach
- `news.html` - Updates and stories from the organization
- `gallery.html` - Activity photos and community work
- `contact.html` - Contact details, support information, and contact form
## Program Areas
BUILD HOPE UGANDA focuses on five integrated thematic areas:
- Livelihoods
- Energy and Environment
- WASH
- Education
- GBV and Community-Based Protection
## Technologies Used
This is a static website built with:
- HTML
- CSS
- JavaScript
No backend is required for the current version. The contact form is prepared for static hosting services such as Netlify Forms.
## Running Locally
Open `index.html` directly in a browser, or run a simple local server from the project folder:
```bash
python -m http.server 8080
```
Then visit:
```text
localhost
```
## Deployment
Recommended deployment options:
- Netlify
- GitHub Pages
- Vercel
Netlify is a good option because the contact form can work with Netlify Forms.
## Contact
Email: buildhope.org@gmail.com
Location: Red Cross Building, Kyangwali Refugee Settlement, Kikuube District, Uganda
## License
All website content, images, and organizational materials belong to BUILD HOPE UGANDA unless othe …