Project Introduction
AutoLove is a set of static HTML templates for the automotive repair / car detailing industry, built on Bootstrap 3. It includes homepage, services, blog, appointment, and contact page templates, suitable for quickly building a car service company website.
Tech Stack
- Bootstrap 3 (responsive framework)
- Font Awesome 4 (icon library)
- Open Sans (Google Fonts)
- Pure static HTML + CSS
Project Structure
autolovehtml-10/
└── buyer file/
└── bootstrap 3 html/ ← Main template directory
├── index.html ← Homepage
├── service.html ← Service list
├── service-detail.html ← Service detail
├── blog.html ← Blog list
├── blog-detail.html ← Blog detail
├── appointment.html ← Appointment form
├── contact.html ← Contact page
├── css/
│ ├── bootstrap.min.css ← Bootstrap styles
│ ├── font-awesome.min.css
│ └── style.css ← Custom theme styles
├── fonts/ ← Font files
└── images/ ← Image assets
Key File Descriptions
index.html— Homepage with navigation, slideshow, services showcase, team, testimonials, etc.appointment.html— Appointment form pagecontact.html— Contact page with map and address infocss/style.css— Main theme stylesheet defining colors, typography, and all component stylesservice.html— Auto repair service showcase pageblog.html— Blog / news list page
Quick Start
Open buyer file/bootstrap 3 html/index.html directly in a browser, or deploy it to any static server (e.g., nginx, http-server).
Usage Tips
The template uses many placeholder images (e.g., images/logo.png) by default — replace them with real images for production use. To integrate backend appointment logic, refer to the form structure in appointment.html and connect it to a form processing service.
