Project Overview
Qlinest is a static HTML website template designed for home cleaning services, built with the Bootstrap framework and featuring responsive layout. The template includes complete pages such as Home, About Us, Service Details, Blog, and Contact Form, making it suitable for cleaning service companies or individual studios to quickly build a website.
Tech Stack
- Bootstrap 5 (responsive layout framework)
- jQuery 3.x (DOM manipulation and interaction logic)
- Font Awesome 6 (icon library)
- Slick Slider (carousel component)
- AOS (scroll animation library)
- Odometer (number scrolling animation)
- Tom Select (dropdown select box)
- Google Fonts (Inter + Plus Jakarta Sans fonts)
Project Structure
text
qlinesthtml-10/
├── Qlinest - Documentation/ # Template usage documentation
│ ├── index.html
│ └── assets/css/style.css
└── Qlinest - Template/ # Official template files
├── index.html # Home page
├── about-us.html
├── blog.html
├── blog-details.html
├── contact-us.html
├── services.html
├── service-details.html
└── assets/
├── css/ # All style files
├── fonts/ # Font files
└── img/ # Image assets
Core File Description
Qlinest - Template/index.html— Home page entry, integrates all block componentsassets/css/style.css— Main stylesheet, defines colors, layout, typographyassets/js/main.js— Interaction logic (navigation, carousel, number animations, forms, etc.)assets/css/bootstrap.min.css— Bootstrap base stylesassets/css/fontawesome.min.css— Font Awesome iconsassets/css/slick.min.css— Slick carousel component styles
Quick Start
- Download and extract the template files
- Navigate to the
Qlinest - Templatefolder - Open
index.htmldirectly in a browser to preview - For a local server, run:
bash
# Using Python
python -m http.server 8000
# Or using npx
npx serve .
Usage Suggestions
- Replace placeholder images in
assets/img/with actual business images - Modify CSS variables in
style.css(--primary-color,--accent-color, etc.) according to brand requirements - The contact form requires backend support for sending/receiving emails; you can integrate with third-party form services
