Project Overview
Orgaxi is a Bootstrap 5-based HTML5 website template for organic food businesses, providing pages for various business scenarios such as homepage, blog, shop, services, and team. The template includes 4 homepage styles, suitable for quickly building an organic agricultural product e-commerce or corporate showcase website.
Tech Stack
- Bootstrap 5 (responsive layout framework)
- Static HTML5 / CSS3
- jQuery (interactive scripts)
- Font Awesome 6 (icon library)
- Swiper (carousel component)
- Google Fonts (Outfit, Inter, DM Sans, etc.)
Project Structure
orgaxi-package/
├── documentation/ # Template usage documentation
│ ├── index.html
│ ├── css/
│ │ ├── bootstrap.css
│ │ ├── font-awesome.css
│ │ └── style.css # Documentation styles
│ └── js/
│ └── script.js
└── orgaxi/ # Main template
├── index.html # Homepage (Style 1)
├── index-1.html # Homepage single-page version
├── index-2.html # Homepage (Style 2)
├── index-3.html
├── index-4.html
├── shop.html / shop-detail.html
├── blog.html / blog-detail.html
├── services.html / service-detail.html
├── projects.html / project-detail.html
├── team.html / team-detail.html
├── about.html / contact.html / cart.html
├── sendemail.php
└── assets/
└── css/ # Core theme styles
Core File Description
orgaxi/index.html— Main homepage, integrating carousel, navigation, and e-commerce promotion modulesorgaxi/assets/css/style.css— Global main stylesheet, importing 12 sub-style modulesorgaxi/assets/css/bootstrap.css— Bootstrap 5 core stylesdocumentation/index.html— Template configuration documentation, including HTML structure, stylesheets, map, and form configuration instructionsdocumentation/css/style.css— Documentation page-specific sidebar stylesorgaxi/shop.html— Product display page with shopping cart interaction
Quick Start
- After downloading the complete package, navigate to the
orgaxi/directory - Double-click
index.htmlto open directly in a browser - Or deploy to a local server (e.g., VS Code Live Server) for the full experience
Usage Suggestions
This template is suitable for organic food e-commerce or brand websites, with multiple homepage styles available. To enable the contact form functionality, deploy sendemail.php to a PHP environment and configure the email service.
