Project Introduction
BuildGo is an HTML5 website template designed for the construction engineering industry, featuring complete pages including Home, Services, Portfolio, Team, Blog, and Contact. The template includes interactive features such as dark/light mode switching, custom mouse cursor, and preloader animation, making it suitable for quickly building showcase websites for construction companies or renovation businesses.
Tech Stack
- HTML5 + CSS3 (native styles + Bootstrap 5 grid)
- jQuery (DOM manipulation and interactions)
- Third-party plugins: Owl Carousel 2, Isotope, Magnific Popup, WOW.js, Animate.css, Counter-Up
- Icons: Font Awesome 5 + Flaticon
Project Structure
buildgohtml/
├── documentation/ # Template usage documentation
│ ├── index.html
│ ├── css/ # Documentation styles (includes bootstrap.min.css)
│ └── js/ # Documentation scripts
└── main-file/ # Main files for actual use
├── index.html # Home page
├── about.html # About Us
├── services.html # Services list
├── portfolio-*.html # Project portfolio
├── blog-*.html # Blog
├── team.html # Team
├── contact.html # Contact
└── assets/ # CSS, JS, images and other resources
Key Files Description
main-file/index.html— Website homepage, includes navigation, slideshow, service showcase and other sectionsmain-file/assets/sass/style.scss— All business styles (imported fromassets/sass/style.css)main-file/assets/css/bootstrap.min.css— Bootstrap 5 core CSSmain-file/assets/js/scripts.js— Main template interaction logicdocumentation/index.html— Instructions for template configuration, replacing Logo, colors, icons, etc.main-file/contact.html— Contact form page
Quick Start
- Deploy the contents of the
main-filefolder to any web server (or preview directly using VS Code Live Server) - Modify the Logo image path and text in
index.html, replacing them with your brand - The contact form needs to be uploaded to a server to send and receive emails properly
Usage Suggestions
This template is a pure static page, easy to deploy, but note that the contact form requires backend service integration. For CMS functionality, it is recommended to integrate with WordPress or other static site generators based on the existing page structure.
