Project Overview
Bizso is an HTML5 website template designed for enterprise consulting services. It includes 12 complete pages such as Home, About Us, Services, Projects, Blog, Team, FAQ, and Contact. Built with Bootstrap grid layout and responsive design, it's ideal for quickly building a business consulting website.
Tech Stack
- Bootstrap 5.x (Grid & Base Components)
- Static HTML / CSS
- jQuery (Interaction Logic)
- Font Awesome Pro (Icons)
- Swiper (Carousel)
- VenoBox (Image/Video Lightbox)
- MeanMenu (Mobile Navigation)
Project Structure
bizsohtml-10/
└── Main_File/
├── Template_file/
│ └── bizso/ ← Main template directory
│ ├── index.html ← Home (Home One)
│ ├── index-two.html ← Home (Home Two)
│ ├── about-us.html
│ ├── service.html
│ ├── service-details.html
│ ├── project.html
│ ├── project-details.html
│ ├── blog.html
│ ├── blog-details.html
│ ├── team.html
│ ├── faq.html
│ ├── contact.html
│ └── assets/ ← Styles, scripts, images
└── documentation/
├── index.html ← Documentation entry
├── css/style.css
└── img/
Key Files
Template_file/bizso/index.html— Main template entry page with full navigation and homepage layoutTemplate_file/bizso/assets/css/style.css— Core theme stylesheetTemplate_file/bizso/assets/css/bootstrap.min.css— Bootstrap base stylesTemplate_file/bizso/assets/js/jquery.min.js— jQuery libraryTemplate_file/bizso/assets/js/bootstrap.bundle.min.js— Bootstrap JS components (includes Popper)documentation/index.html— Official template documentation (English)
Quick Start
- Navigate to
bizsohtml-10/Main_File/Template_file/bizso/ - Open
index.htmldirectly in your browser to preview the full layout - Modify the corresponding HTML files to start customization
Usage Recommendations
This template is purely static and requires no build tools. It is recommended to run it on a local server (e.g., Live Server, http-server, or Python SimpleHTTPServer) to ensure AJAX requests and resource paths work correctly. To integrate with a backend API, replace the form submission logic and configure the endpoint URL.
