Project Overview
Ecozone is a static HTML template designed for ecology and environmental protection themes, suitable for websites of environmental organizations, animal protection, waste sorting, agriculture, marine conservation, and similar scenarios. It includes 7 homepage styles and complete e-commerce/blog/event pages, ready for quick deployment without a backend.
Tech Stack
- Bootstrap 5 (responsive layout)
- jQuery (interaction logic)
- Slick Slider (carousel component)
- FontAwesome (icon library)
- Animate.css + WOW.js (animation effects)
- Light Gallery (image gallery)
- Odometer (number scrolling animation)
Project Structure
ecozonehtml-10/
├── Ecozone - Documentation/ # Official documentation
│ └── index.html
└── Ecozone - Template/ # Template main directory
├── index.html # Homepage (Nature style)
├── animal.html # Animal protection homepage
├── recycling.html # Waste sorting homepage
├── agriculture.html # Agriculture homepage
├── ocean-life.html # Marine life homepage
├── charity.html # Charity event homepage
├── climate-change.html # Climate change homepage
├── about.html
├── contact.html
├── blog.html / blog-with-sidebar.html / blog-details.html
├── products.html / cart.html / checkout.html / wishlist.html
├── campaigns.html / gallery.html / team.html
└── assets/
├── css/style.css # Main stylesheet (includes Google Fonts configuration)
└── js/main.js # 18 interaction modules
Key File Description
Ecozone - Template/index.html— Main homepage entry, includes full-screen navigation, Hero section, and activity cardsassets/css/style.css— Global stylesheet, defines green theme color (#4baf47) and Roboto / Encode Sans Condensed fontsassets/js/main.js— Functional script, provides 18 features including preloader, sticky navigation, slideshow, counter, lightbox, etc.Ecozone - Documentation/index.html— Official documentation with installation instructions, HTML structure explanation, and image replacement guideagriculture.html/ocean-life.htmletc. — Independent homepage style variants, replaceable as needed
Quick Start
- Upload the contents of the
Ecozone - Templatefolder to a web server or hosting platform - Open
index.htmldirectly in a browser to preview the full effect - For local development, use any static server (e.g., VS Code Live Server extension)
Usage Suggestions
The template includes complete e-commerce product pages and checkout flow, suitable for showcasing eco-friendly products. To replace placeholder images, simply replace the image files in the assets/img/ directory. To modify the theme color, adjust CSS variables such as --accent-color uniformly in the :root section at the top of style.css.
