Ishpat v1.0 – Build HTML Templates preview 1

Ishpat v1.0 – Build HTML Templates

bookmark

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

HTML

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

text
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 file
  • ishpat/assets/css/main.css — Global styles, defining theme colors, typography, and all component styles
  • ishpat/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 needed
  • ishpat/shop*.html — Shop-related pages (product list, details, checkout, cart)
  • ishpat/portfolio*.html — Portfolio/project showcase pages

Quick Start

  1. Open ishpat/index.html directly in a browser
  2. Or deploy the ishpat folder 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.

help_outline

FAQ