Project Overview
Inconsl Consulting is an HTML5 website template designed for consulting/investment service companies, featuring complete pages including Home, Services, Projects, Team, Blog, and more. It supports responsive layout and dark theme switching. Built with the Bootstrap framework, it is ideal for quickly building a corporate presence website.
Tech Stack
- HTML5 + CSS3 (Static Pages)
- Bootstrap 5 (Responsive Layout)
- jQuery (Interactive Logic)
- PHP (Contact Form Email Sending)
Project Structure
iconslhtml-10/inconsl-package/
├── documentation/ # Official Documentation
│ ├── index.html
│ ├── css/
│ └── js/
└── inconsl/ # Template Main
├── index.html # Homepage (Main Version)
├── index-2.html # Homepage Variant
├── index-3.html
├── index-dark.html # Dark Theme
├── about.html
├── services.html
├── projects.html
├── blog.html
├── contact.html
├── sendemail.php # Form Email Processing
└── assets/ # Public Assets
Core File Description
inconsl/index.html— Main homepage template, includes complete sections such as navigation, slideshow, service introductioninconsl/contact.html— Contact page with built-in forminconsl/sendemail.php— Form submission backend script, requires email configurationinconsl/assets/css/style.css— Main stylesheet, controls overall visual styleinconsl/assets/js/— jQuery interactive scripts directoryinconsl/index-dark.html— Dark theme version entry point
Quick Start
- Open
inconsl/index.htmldirectly in a browser to preview - Deploy the
inconslfolder to any web server - For form functionality, modify the recipient email address in
sendemail.php
Usage Recommendations
The contact form relies on PHP's mail() function; ensure the server supports email sending. For production environments, it is recommended to replace it with third-party email services such as SendGrid or Mailgun to improve delivery rates.
