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
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 filebuyer-file/conztra/contact.php— Contact form backend processing scriptbuyer-file/conztra/assets/css/main.css— Theme main stylesheetbuyer-file/conztra/assets/css/rtl.css— RTL (Arabic/Hebrew) layout supportbuyer-file/conztra/assets/css/box-layout.css— Box layout stylesdocumentation/index.html— Official usage documentation
Quick Start
- Open
buyer-file/conztra/index.htmldirectly in a browser to preview - To run with a local server:
npx serve buyer-file/conztraor use the VS Code Live Server extension - 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.
