Conztra - Construction and Building HTML Template preview 1

Conztra - Construction and Building HTML Template

bookmark

Conztra is a set of static HTML website templates for the architecture and engineering industries, providing 22 complete pages including Home, Projects, Services, News, Team, Shop, and more. Suitable for construction companies, interior...

HTMLarchitecture html templatearchitecture portfolio websitebootstrap construction templatebuilder company templateBuilding company websiteconstruction business templateconstruction html template

Project Overview

Conztra is a set of static HTML website templates for the architecture and engineering industries, providing 22 complete pages including Home, Projects, Services, News, Team, Shop, and more. Suitable for construction companies, interior design studios, or engineering firms to quickly build an official website without requiring a backend.

Tech Stack

  • HTML5 + CSS3 (Static Pages)
  • Bootstrap 5 (Grid & Basic Components)
  • Vanilla JavaScript (Interaction Logic)
  • Google Fonts (Hind Font)
  • FontAwesome (Icon Library)

Project Structure

text
conztrahtml-10/
├── buyer-file/conztra/
│   ├── index.html              # Homepage
│   ├── about.html              # About Us
│   ├── contact.html            # Contact Page
│   ├── contact.php             # Form Backend (Optional)
│   ├── service.html            # Services List
│   ├── project.html            # Project Cases
│   ├── news.html                # News List
│   ├── shop.html                # Shop Module
│   ├── team.html               # Team Members
│   ├── pricing.html            # Pricing Page
│   ├── assets/                  # Styles, Scripts, Images
│   └── *.html                   # Other Page Templates
└── documentation/
    ├── index.html               # Official Documentation Entry
    └── assets/                   # Documentation Styles & Icons

Core File Descriptions

  • buyer-file/conztra/index.html — Template homepage entry file
  • buyer-file/conztra/contact.php — Contact form backend processing script
  • buyer-file/conztra/assets/css/main.css — Theme main stylesheet
  • buyer-file/conztra/assets/css/rtl.css — RTL (Arabic/Hebrew) layout support
  • buyer-file/conztra/assets/css/box-layout.css — Box layout styles
  • documentation/index.html — Official usage documentation

Quick Start

  1. Open buyer-file/conztra/index.html directly in a browser to preview
  2. To run with a local server: npx serve buyer-file/conztra or use the VS Code Live Server extension
  3. When editing pages, modify the content in the corresponding HTML files

Usage Suggestions

The template comes with built-in responsive layout, compatible with desktop, tablet, and mobile devices. contact.php requires a PHP environment. If using static hosting (e.g., Netlify, Vercel), you can replace the form with third-party services like Formspree or Netlify Forms.

help_outline

FAQ