A platform dedicated to promoting environmental sustainability, renewable energy and conservation practices across Zambia
# Green Zambia Organization Website
## Overview
This project is a semantic HTML-only website designed to promote **environmental sustainability, renewable energy, and conservation efforts in Zambia**. It highlights the mission, projects, and impact of the Green Zambia Organization while ensuring accessibility and clean structure.
## Content & Structure
- **Homepage**: Introduction with logo and mission statement.
- **Mission Section**: Clear explanation of goals (tree planting, renewable energy, conservation).
- **Projects Section**: Articles describing initiatives such as solar energy programs and community awareness campaigns.
- **Impact Table**: Displays focus areas (renewable energy, conservation, community engagement) and their impacts.
- **Contact Section**: Form for inquiries and volunteer applications.
- **Footer**: Copyright and organizational details.
## Semantic HTML Usage
- ` `: Logo and navigation.
- ` `: Mission, projects, and contact.
- ` `: Individual project descriptions.
- ` `: Closing information.
## Elements & Attributes
- **Elements (25+)**: ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `, ` `
- **Attributes (15+)**: `href`, `title`, `id`, `src`, `alt`, `width`, `height`, `border`, `action`, `method`, `for`, `type`, `required`, `placeholder`, `rows`, `cols`, `value`
## Development Process
- **Planning**: Site map with sections (Home, About, Projects, News, Contact).
- **Testing & Debugging**: Browser developer tools, W3C validator, corrected nesting errors.
- **Challenges Solved**:
- Table structuring → reviewed syntax.
- Multimedia embedding → applied attributes (`controls`, `autoplay`, `loop`).
- Accessibility → added `alt`, `label`, and `title`.
## Git & GitHub Implementation
- **Commands Used**: `git init`, `git add .`, `git commit -m "message"`, `git push origin main`
- **Commits**: ~12 commits with descriptive messages (e.g., "Added volunteer form", "Upd …