Project Overview
Allianz is a modern consulting and financial industry HTML5 template built on the Bootstrap framework, offering modules such as homepage, company introduction, case studies, blog, and e-commerce. It is suitable for quick setup of consulting companies, financial institutions, or professional service websites.
Tech Stack
- Bootstrap 5 (core framework, responsive layout)
- Vanilla JavaScript (jQuery-assisted, covering preloader, mobile menu, scroll interactions, form validation, etc.)
- CSS Custom Properties (supports global configuration of theme colors, fonts, etc.)
Project Structure
├── Documentation/ # Template usage documentation
│ ├── Documentation/
│ │ ├── index.html
│ │ └── assets/
│ │ ├── css/
│ │ └── js/
│ └── cutom-Font-icons/ # Icon font asset package
└── allianz/ # Main template directory
├── index.html # Homepage entry
├── home-*.html # 6 homepage variations
├── about-us.html # Company introduction
├── blog*.html # Blog list and details
├── case-study-*.html # Case studies (grid/standard/modern, etc.)
├── services*.html # Service details and list
├── shop*.html # E-commerce pages
├── team.html # Team introduction
└── assets/
├── css/style.css # Main stylesheet
├── js/main.js # Main interaction script
├── fonts/ # Icon fonts
└── images/ # Image assets
Core File Description
allianz/index.html— Template main entry, includes full navigation and homepage layout structureallianz/assets/css/style.css— Global styles, covering 40+ component modules, includes CSS variables for theme configurationallianz/assets/js/main.js— Core interaction logic (scroll navigation, progress bar animation, modals, carousels, etc., 18 features)Documentation/Documentation/index.html— Official documentation, includes template structure, font/color/icon replacement instructionsallianz/home-*.html— Homepage variations (Modern / Classic / Consulting / Advisory / Consultant), replace as needed to change display styleallianz/contact-us.html— Contact form page, can be integrated with backend for consultation booking functionality
Quick Start
This project is a pure static template, no dependencies required:
- Download and extract the project package
- Open
allianz/index.htmldirectly in a browser to preview the full effect - If using a local server (e.g., Live Server), it is recommended to start from the
allianzdirectory to ensure correct resource paths
Usage Suggestions
The template provides 6 homepage variations and 25+ pages. It is recommended to select the appropriate homepage variation based on your actual business scenario, then refer to the Documentation directory to modify brand colors, logo, and fonts. All pages support responsive design; mobile menu and images require no additional adaptation.
