Project Overview
Ienet is an HTML business template designed for broadband TV and internet service providers, supporting multiple business scenarios such as fiber optics, network security, IPTV, and cable TV. The template is based on Bootstrap 5.x with a responsive layout, providing multiple complete page templates including homepage, blog, portfolio, and e-commerce shopping cart, suitable for quickly building ISP or telecom company websites.
Tech Stack
- Bootstrap 5.x (CSS framework)
- HTML5 + CSS3
- jQuery (interactive scripts)
- Font Awesome (icon library)
- Custom icon fonts (ienet-icons generated by icomoon)
- Google Fonts (Outfit, Open Sans, Poppins)
Project Structure
ienethtml-10/ienet-html-package/
├── ienet-html-documentations/ # Official documentation (HTML format)
│ ├── index.html
│ └── css/
│ ├── bootstrap.css
│ ├── font-awesome.css
│ └── style.css
├── ienet-html-main/ # Main template
│ ├── index.html # Homepage
│ ├── index-2.html # Homepage variant
│ ├── index-3.html
│ ├── about.html
│ ├── contact.html
│ ├── blog-*.html # Blog list/detail pages (multiple layouts)
│ ├── gallery-*.html # Portfolio pages
│ ├── cart.html # Shopping cart
│ ├── checkout.html # Checkout
│ ├── faq.html
│ └── 404.html
└── ienet-icons/ # Custom icon fonts
├── style.css
└── demo.html
Core File Description
ienet-html-main/index.html— Main template entry, includes complete page structure with top navigation, carousel, footer, etc.ienet-html-main/assets/vendors/ienet-icons/style.css— Custom icon font definitions (e.g., icon-mail, icon-telephone, etc.)ienet-html-main/assets/vendors/bootstrap/css/bootstrap.min.css— Bootstrap core stylesienet-html-documentations/index.html— Official documentation homepage, includes configuration instructions for HTML structure, CSS descriptions, JS references, etc.ienet-html-main/contact.html— Contact page, includes form and map block examplesienet-html-main/cart.html— Shopping cart page template (suitable for value-added service ordering scenarios)
Quick Start
Pure static template, simply open ienet-html-main/index.html in your browser to preview the full effect. For local server, use any static server:
npx serve ienet-html-package/ienet-html-main
# or
python -m http.server 8080
Usage Suggestions
The template style is oriented towards ISP/broadband operators. It is recommended to modify the top contact information, pricing plan blocks, and Footer copyright information according to actual business needs; for custom icons, use icomoon.io to import selection.json to re-edit or expand.
