BuildGo - Build and Build HTML Templates preview 1

BuildGo - Build and Build HTML Templates

bookmark

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

HTML

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

text
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 sections
  • main-file/assets/sass/style.scss — All business styles (imported from assets/sass/style.css)
  • main-file/assets/css/bootstrap.min.css — Bootstrap 5 core CSS
  • main-file/assets/js/scripts.js — Main template interaction logic
  • documentation/index.html — Instructions for template configuration, replacing Logo, colors, icons, etc.
  • main-file/contact.html — Contact form page

Quick Start

  1. Deploy the contents of the main-file folder to any web server (or preview directly using VS Code Live Server)
  2. Modify the Logo image path and text in index.html, replacing them with your brand
  3. 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.

help_outline

FAQ