Corle - Business & Consulting HTML Template preview 1

Corle - Business & Consulting HTML Template

bookmark

Corle is a set of enterprise consulting HTML website templates, including 20+ complete pages such as Home, About, Blog, Services, Team, Pricing, Shop, etc., compatible with multiple devices. The corle-html-documentations directory provid...

HTML

Project Overview

Corle is a set of enterprise consulting HTML website templates, including 20+ complete pages such as Home, About, Blog, Services, Team, Pricing, Shop, etc., compatible with multiple devices. The corle-html-documentations directory provides template usage instructions, while corle-main-html contains the actual deployable business website source code.

Tech Stack

  • Bootstrap 3.x / 5.x (main template uses 5.x, documentation uses 3.x)
  • jQuery
  • Font Awesome 5
  • Custom CSS / JS
  • Static HTML

Project Structure

text
corlehtml-10/corle-html-package/
├── corle-html-documentations/    # Template documentation
│   ├── index.html
│   ├── css/ (bootstrap, font-awesome, style, scrollbar, etc.)
│   ├── fonts/
│   ├── images/
│   └── js/ (jquery, bootstrap.min, script, etc.)
└── corle-main-html/              # Actual website pages
    ├── index.html
    ├── about.html, blog.html, services.html
    ├── contact.html, team.html, pricing.html
    ├── shop.html, cart.html, checkout.html
    └── ... (20+ pages total)

Key Files

  • corle-main-html/index.html — Homepage with top navigation including Logo, contact info, social links
  • corle-html-documentations/index.html — Official template documentation with configuration guides and tutorials
  • corle-html-documentations/css/style.css — Documentation page styles with sidebar and content area separation
  • corle-main-html/assets/css/corle.css — Main template global styles (not expanded in file tree)
  • corle-html-documentations/js/script.js — Documentation page scroll navigation and highlighting script
  • corle-main-html/index-rtl.html — RTL layout version

Quick Start

Simply open corle-main-html/index.html in a browser to preview the full website. For a local server, use any static server:

bash
npx serve corle-main-html

Or open via the VS Code Live Server extension.

Usage Recommendations

  • Before going live, move the corle-main-html content to your server directory. Keep corle-html-documentations for later reference on configuration options (e.g., MailChimp, Google Maps, form settings, etc.).
  • The template provides RTL and Boxed layout variants. Choose as needed or customize further.
help_outline

FAQ