Iconsl - Investment Consulting HTML Template preview 1

Iconsl - Investment Consulting HTML Template

bookmark

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

HTML

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

text
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 introduction
  • inconsl/contact.html — Contact page with built-in form
  • inconsl/sendemail.php — Form submission backend script, requires email configuration
  • inconsl/assets/css/style.css — Main stylesheet, controls overall visual style
  • inconsl/assets/js/ — jQuery interactive scripts directory
  • inconsl/index-dark.html — Dark theme version entry point

Quick Start

  1. Open inconsl/index.html directly in a browser to preview
  2. Deploy the inconsl folder to any web server
  3. 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.

help_outline

FAQ