Project Overview
Avers is a static HTML template designed for enterprises and business agencies. Built on Bootstrap 5, it offers 3 homepage layouts and 16+ page templates, suitable for business consulting, design agencies, and other website-building scenarios.
Tech Stack
- Bootstrap 5
- HTML5 + CSS3
- SCSS (includes complete SCSS source structure)
- jQuery + jQuery plugins (WOW.js, Magnific Popup, Swiper, etc.)
- Font Awesome 5
- W3C validated code
Project Structure
avershtml-10/
├── main-files/
│ ├── index.html # Main homepage (Homepage v1)
│ ├── index-2.html # Homepage v2
│ ├── index-3.html # Homepage v3
│ ├── about.html # About page
│ ├── blog.html # Blog list
│ ├── contact.html # Contact page
│ ├── service.html # Services list
│ ├── service-details.html # Service details
│ ├── project.html # Projects list
│ ├── project-details.html # Project details
│ ├── team.html # Team page
│ └── assets/
│ ├── css/style.css # Compiled full stylesheet
│ ├── js/main.js # All interaction logic
│ └── scss/style.scss # SCSS source file
└── documentation/
└── index.html # Official documentation page
Core File Description
main-files/index.html— Main homepage entry pointmain-files/assets/css/style.css— All page styles (just reference this file)main-files/assets/js/main.js— Sticky navbar, parallax scrolling, WOW animations, back-to-top, etc.main-files/assets/scss/style.scss— SCSS source file, can be compiled to customize the thememain-files/assets/php/contact.php— Contact form backend processing scriptmain-files/assets/images/— Logo, images, and other assets
Quick Start
Simply open main-files/index.html in your browser to preview. You can also access it via any local server (e.g., npx serve main-files).
To use the contact form or Mailchimp subscription feature, you need to fill in the actual API endpoint in
main.js.
Usage Suggestions
- To replace the logo and colors: edit the CSS variables in
assets/css/style.cssor the SCSS file - The theme is purely static, no npm install required, and can be deployed directly on any hosting platform
