Project Overview
Ishpat is a set of HTML website templates for the construction industry, offering 30+ complete pages including homepage, blog, portfolio, shop, and service introduction pages. The template features multiple homepage variants and supports responsive layout, suitable for construction companies, interior design, engineering services, and similar scenarios.
Tech Stack
- HTML5 / CSS3
- Bootstrap 5
- jQuery
- Swiper (carousel)
- Magnific Popup (lightbox)
- Font Awesome 6 Pro
Project Structure
ishpathtml-10/
├── documentation/ # Template usage documentation
│ ├── index.html
│ └── assets/
│ ├── css/
│ └── js/
└── ishpat/ # Main template
├── index.html # Homepage (multiple versions: index-2~7.html)
├── index1-one-page.html
├── about.html
├── blog.html
├── shop.html
├── contact.html
├── portfolio.html
├── service.html
└── assets/
├── css/
│ └── main.css
└── js/
└── main.js
Core File Description
ishpat/index.html— Main homepage entry fileishpat/assets/css/main.css— Global styles, defining theme colors, typography, and all component stylesishpat/assets/js/main.js— Interactive logic, including preloader, sticky navigation, mobile menu, search overlay, shopping cart, etc.ishpat/index-*.html— Other homepage variants, choose as neededishpat/shop*.html— Shop-related pages (product list, details, checkout, cart)ishpat/portfolio*.html— Portfolio/project showcase pages
Quick Start
- Open
ishpat/index.htmldirectly in a browser - Or deploy the
ishpatfolder to any web server
Usage Suggestions
The template provides rich single-page variants (index*-one-page.html), suitable for quickly building landing pages. For backend integration, the contact form currently relies on assets/mail.php — ensure your server environment supports PHP.
