Project Overview
Nexin is a responsive HTML5 enterprise website template based on Bootstrap 5.1.3, featuring 20+ complete pages including homepage, services, portfolio, team, blog, FAQ, etc. It is suitable for digital marketing, consulting, or agency companies looking to quickly build a website.
Tech Stack
- HTML5 + CSS3 (modular structure)
- Bootstrap v5.1.3
- jQuery + plugins (Owl Carousel, Swiper, magnific-popup, AOS animations, etc.)
- Google Fonts (DM Sans, Kanit, Marcellus, Unbounded)
- Font Awesome 6
Project Structure
nexin pack/
├── documentation/ # Official documentation
│ └── index.html
└── nexin/ # Main template
├── index.html # Homepage (multi-version entry)
├── index2.html
├── index3.html
├── about.html # About Us
├── services.html # Services list
├── services-carousel.html
├── portfolio.html # Portfolio showcase
├── team.html # Team members
├── blog.html # Blog list
├── contact.html # Contact page
├── faq.html # Frequently Asked Questions
├── pricing.html # Pricing table
└── assets/ # Static resources
├── css/ # Stylesheets (includes module-css/)
├── js/ # Script files
└── images/ # Image resources
Core File Description
nexin/index.html— Main homepage entry, includes complete modules like banner, services, teamnexin/assets/css/style.css— Global main stylesheetnexin/assets/css/module-css/— Independent styles for each page modulenexin/assets/css/responsive.css— Responsive adaptation stylesnexin/assets/inc/sendemail.php— Email sending processing script (requires server setup)nexin/contact.html— Contact form page
Quick Start
- Unzip the package and navigate to the
nexin pack/nexin/folder - Double-click
index.htmlto preview directly in your browser - For deployment, upload the entire
nexinfolder to your web server
Usage Suggestions
The template provides both One Page and multi-page homepage variants for flexible use. When modifying styles, it is recommended to override the corresponding module files under module-css/. The form submission functionality requires configuring the email service in sendemail.php.
