Project Overview
Freshflow is a responsive HTML5 website template designed for the cleaning service industry, featuring over 40 complete pages including homepage variants, service introductions, blog, team, case studies, portfolio, product showcases, and user authentication. Built on Bootstrap 5.1.3, the template includes interactive components such as carousels, lightboxes, scroll animations, and counters, making it suitable for building websites for cleaning, housekeeping, property management, and similar businesses.
Tech Stack
- HTML5 + CSS3 (static pages)
- Bootstrap v5.1.3
- jQuery + popular plugins (Owl Carousel, Jarallax, Magnific Popup, Nice Select, AOS, etc.)
- Google Fonts (Bricolage Grotesque, DM Sans)
- Flaticon icon font
Project Structure
freshflowhtml-10/
freshflow-pack/
01-html-file/
index.html # Homepage (main)
index2.html # Homepage variant 2
index3.html # Homepage variant 3
index-dark.html # Dark mode homepage
index-one-page.html # One-page homepage
index2-one-page.html
index3-one-page.html
services.html # Services list
commercial-cleaning.html
residential-cleaning.html
office-cleaning.html
deep-cleaning.html
sanitizing-mopping.html
blog.html # Blog
blog-list.html
blog-carousel.html
blog-details.html
products.html # Products
cart.html
checkout.html
wishlist.html
contact.html # Contact page
team.html
team-details.html
testimonials.html
testimonials-carousel.html
projects.html
projects-carousel.html
project-details.html
pricing.html
pricing-carousel.html
faq.html
gallery.html
about.html
404.html
login.html
sign-up.html
coming-soon.html
assets/ # Styles, scripts, images
02-documentation-file/
index.html # Official documentation (English)
Key File Descriptions
01-html-file/index.html— Main homepage template with complete sections including banner, services, case studies, testimonials, etc.01-html-file/services.html— Service category page showcasing various cleaning services01-html-file/blog*.html— Blog-related pages supporting list, carousel, and detail layouts01-html-file/products*.html— E-commerce product display pages with complete shopping flow including cart, checkout, and wishlist01-html-file/contact.html— Contact page with form and map placeholder02-documentation-file/index.html— Official usage documentation, refer to it for structure explanations and file organization
Quick Start
This is a purely static template with no dependencies required:
- Extract the archive and navigate to the
freshflow-pack/01-html-file/directory - Open
index.htmldirectly in your browser to preview - For deployment, upload the entire
01-html-file/directory to your server or static hosting platform
To use backend features like the contact form (sendemail.php), you'll need to configure a PHP environment or replace it with a third-party form service.
Usage Recommendations
- The template includes 6 homepage styles and 3 one-page variants. Choose the version that best fits your brand positioning and delete unnecessary variants to reduce redundancy
- All pages share
assets/css/style.css; be mindful of the impact when modifying global styles. Module-specific CSS is organized separately in theassets/css/module-css/directory for easier localized adjustments
