Project Overview
Zeinet is a set of static HTML templates designed for internet service providers and satellite TV companies. It includes complete page templates such as homepage, about page, pricing page, shopping cart, and contact form, making it suitable for quickly building corporate websites for ISPs or TV service providers.
Tech Stack
- Bootstrap 3 / Bootstrap 5
- jQuery
- Font Awesome
- Google Fonts (Manrope, Poppins, Open Sans)
- Custom icon fonts (icomoon)
Project Structure
zeinet-html-package/
├── zeinet-main-html/ # Main template (for actual use)
│ ├── index.html # Homepage
│ ├── about.html # About Us
│ ├── broadband.html # Broadband Plans
│ ├── contact.html # Contact Page
│ ├── cart.html / checkout.html # Shopping related
│ ├── faq.html # FAQ
│ └── assets/ # Static resources
├── zeinet-html-documentations/ # Official documentation
│ ├── index.html
│ └── css/style.css # Documentation styles
├── zeinet-icons/ # Basic icon set (TV/network related)
└── zeinet-icons-two/ # Extended icon set (arrows/service icons)
Core File Description
zeinet-main-html/index.html— Homepage entry point, integrates all template styles and scriptszeinet-main-html/assets/vendors/— Third-party dependencies (Bootstrap, jQuery, Font Awesome, etc.)zeinet-main-html/assets/css/zeinet.css— Main template stylesheetzeinet-icons/style.css— First custom icon font set (includes TV, router and other business icons)zeinet-icons-two/style.css— Second icon font set (includes arrows, shopping cart, location and other general icons)zeinet-html-documentations/index.html— Official documentation page
Quick Start
Simply open zeinet-html-package/zeinet-main-html/index.html in your browser to preview all pages. Modify assets/css/zeinet.css to customize colors and layout.
Usage Recommendations
The template is based on Bootstrap, providing responsive layout out of the box. If you need to replace icons, it is recommended to follow the icomoon approach to extend custom fonts in zeinet-icons/ or zeinet-icons-two/, avoiding style conflicts caused by directly importing external icon libraries.
