Project Overview
Fixaroo is a single-page and multi-page HTML template designed for the electrical/appliance repair service industry. Built on Bootstrap 5, it offers homepage style variants, an about page, service showcases, project cases, a shop, a blog, and other complete page templates, suitable for building a service-oriented company website.
Tech Stack
- Bootstrap 5.0.1
- HTML5 + CSS3
- Sass (SCSS)
- jQuery
- Owl Carousel, Swiper, and other animation carousel libraries
Project Structure
fixaroohtml-10/downloadable/
├── documentation/ # Template usage documentation
│ ├── index.html
│ ├── css/ # Documentation styles (includes bootstrap.css, style.css)
│ ├── fonts/ # FontAwesome fonts
│ ├── images/ # Documentation images
│ └── js/ # Documentation interaction scripts
└── fixaroo/ # Main template files
├── index.html # Homepage style one
├── index-2.html # Homepage style two
├── index-3.html # Homepage style three
├── about.html # About us
├── appoinment.html # Appointment page
├── blog-*.html # Blog list/detail
├── project*.html # Project cases
├── shop*.html # Shop/product details
├── cart.html # Shopping cart
├── checkout.html # Checkout
├── contact.html # Contact page
├── faq.html # Frequently asked questions
├── team*.html # Team members
├── 404.html
└── assets/
├── css/ # Compiled CSS
├── sass/ # SCSS source files
├── js/ # jQuery plugins and business scripts
└── images/ # Template image resources
Core File Description
fixaroo/index.html— Main homepage template, includes full navigation, carousel, service modulesfixaroo/assets/sass/style.scss— Global SCSS style entry point, customizable theme colors and layoutfixaroo/assets/js/script.js— Page interaction logic (navigation, scrolling, animation triggers)fixaroo/assets/css/bootstrap.min.css— Bootstrap base framework stylesfixaroo/assets/images/— Built-in placeholder images, includes preloader.png, etc.documentation/index.html— Official usage documentation, includes installation instructions and customization guide
Quick Start
- Unzip the downloaded archive;
- Open
fixaroohtml-10/downloadable/fixaroo/index.htmldirectly in a browser to preview; - For deployment, upload the contents of the
fixaroofolder to the web server root directory.
To modify styles, it is recommended to edit the SCSS files in assets/sass/ and recompile.
Usage Suggestions
The template includes 3 homepage styles and a complete page system. It is recommended to selectively use the corresponding HTML files based on business needs. To replace images and text content, simply search for and replace the placeholder content in index.html and each sub-page.
