Project Overview
Cleanz is a professional HTML5 website template for cleaning service companies, offering multiple pages including Home, About, Case Studies, Services, Blog, Team, Pricing, FAQ, and more. It supports contact forms and appointment booking forms (requires PHP environment). Ideal for cleaning, housekeeping, and janitorial companies to quickly build their corporate website.
Tech Stack
- HTML5 + CSS3
- Vanilla JavaScript
- Bootstrap 5 (CSS framework)
- Font Awesome, Themify Icons (icons)
- Modernizr (browser compatibility)
- PHP (contact/appointment form backend)
Project Structure
cleanzhtml-10/Master Files/
├── html/
│ ├── index.html # Home page (default version)
│ ├── index-2~4.html # Other home page variants
│ ├── about-*.html # About pages
│ ├── services.html # Services
│ ├── projects-*.html # Case studies/portfolio
│ ├── blog-*.html # Blog list/details
│ ├── team.html # Team members
│ ├── pricing-plans.html # Pricing plans
│ ├── faq.html # FAQ
│ ├── contact.html # Contact page
│ ├── 404.html # Error page
│ ├── contact.php # Contact form backend
│ └── appointment.php # Appointment form backend
├── Documentation/ # Official documentation
└── assets/ # CSS/JS/image resources
Core File Descriptions
html/index.html— Home page entry, available in four visually distinct versionshtml/contact.php— Handles contact form submissions, sends email to specified addresshtml/appointment.php— Handles appointment form submissions, includes fields for service, area, address, etc.html/pricing-plans.html— Displays service pricing planshtml/team.html— Team member showcase pageassets/css/main.css— Main stylesheet covering all page component styles
Quick Start
Simply open html/index.html in a browser to preview. For form functionality, deploy the entire html folder to a PHP-enabled web server and modify the recipient email address in the .php files.
Usage Suggestions
The template comes with built-in responsive layout and loading animations. You can directly replace the logo, text, and images for immediate use. Before using the forms, ensure your server has email sending functionality configured.
