Static website for G-Power Ethiopia clean energy, solar, battery, inverter, and ESS services.
# G-Power Ethiopia Website
G-Power is a static website for an Ethiopian clean energy and energy storage solutions brand.
## Main Concept
The site presents G-Power as a supplier of green energy products and services, including batteries, PV modules, inverters, energy storage systems, EV technology, and event/entertainment services.
## Pages and Sections
- Homepage hero and company overview
- Product sections for batteries, PV modules, and inverters
- Service sections for ESS, EV technology, and event organizing
- About, FAQ, blog, projects, contact, and online store pages
- Shared header and footer files
- Telegram bot file for related automation experiments
## Tech Stack
- HTML
- CSS
- Vanilla JavaScript
- Static image assets
- Font Awesome and W3CSS CDN references
## Run Locally
Open `index.html` in a browser, or serve the folder:
```bash
python -m http.server 8000
```
Then visit `
localhost`.
## Notes
The website is static. Forms, store actions, and dynamic business workflows would need a backend before production use.