Project Overview
Organto is a static HTML website template designed for organic food and agricultural businesses. It provides a complete corporate site structure including homepage, shop, blog, team showcase, case studies, and more, making it ideal for quickly building an organic agricultural product official website or e-commerce display page.
Tech Stack
- HTML5 + CSS3 (pure static pages)
- Bootstrap 5 (responsive layout)
- Font Awesome / Line Awesome (icon libraries)
- Swiper (carousel component)
- Venobox (image lightbox)
- Animate.css (animation effects)
- PHP (only contact.php, for contact form email sending)
Project Structure
organtohtml-10/
└── Master Files/
├── Documentation/
│ ├── index.html # Template usage documentation
│ ├── assets/
│ └── syntax-highlighter/ # Code highlighting resources
└── html/
├── index.html # Homepage (default version)
├── index-2.html # Homepage (modern version)
├── about.html # About Us
├── shop.html # Product list
├── shop-details.html # Product details
├── cart.html # Shopping cart
├── checkout.html # Checkout page
├── blog-grid.html # Blog (grid layout)
├── blog-classic.html # Blog (classic layout)
├── blog-details.html # Blog details
├── contact.html # Contact Us
├── contact.php # Form processing script
├── team.html # Team members
├── testimonial.html # Customer testimonials
├── clients.html # Partners
├── gallery.html # Gallery
├── service.html # Services
├── 404.html # Error page
└── assets/ # CSS/JS/Image resources
Core File Description
html/index.html— Main homepage template, includes complete sections like Banner, Services, Team, etc.html/shop.html— Product display page, supports grid layouthtml/contact.php— Contact form backend processing script, requires email service configurationhtml/assets/css/main.css— Global main stylesheethtml/assets/css/bootstrap.min.css— Bootstrap responsive framework styleshtml/404.html— Site error page template
Quick Start
- Deploy the contents of
Master Files/html/to a web server (or open index.html locally to preview) - The contact form requires a PHP environment; change
$recipientincontact.phpto your actual email address - Image and logo replacement paths:
assets/img/logo.png,assets/img/favicon.png
Usage Suggestions
The template is designed for organic agriculture scenarios, with color schemes and layouts ready for direct use. To integrate with a real e-commerce backend, it is recommended to connect the existing shop page structure with SaaS services like Shopify or WooCommerce.
