Avers - Enterprise & Business HTML Template preview 1

Avers - Enterprise & Business HTML Template

bookmark

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 scen...

HTML

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

text
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 point
  • main-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 theme
  • main-files/assets/php/contact.php — Contact form backend processing script
  • main-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.css or the SCSS file
  • The theme is purely static, no npm install required, and can be deployed directly on any hosting platform
help_outline

FAQ