Project Overview
Ezensi is a set of static HTML website templates designed for digital creative agencies, featuring multiple scenario pages such as homepage, portfolio, services, blog, and contact page. The template includes interactive components like loading animations, responsive navigation, Swiper carousel, etc., making it suitable for quickly building agency-type websites.
Tech Stack
- HTML5 + CSS3
- Bootstrap 5
- Font Awesome 6 (all.min.css)
- Swiper Bundle (carousel component)
- Magnific Popup (lightbox)
- MeanMenu (mobile navigation)
- Animate.css (animation effects)
- Splitting.js (text splitting animation)
Project Structure
ezensihtml-10/main files/
├── documentation/ # Template usage documentation
│ ├── index.html
│ └── assets/
└── main files/ # Core template files
├── index.html # Homepage v1
├── index2.html # Homepage v2
├── index3.html # Homepage v3
├── about.html # About Us
├── services.html # Services List
├── service-details.html # Service Details
├── project.html # Portfolio
├── project-details.html # Project Details
├── blog.html # Blog List
├── blog-details.html # Blog Details
├── contact.html # Contact
└── assets/ # CSS, JS, images, etc.
Core File Description
index.html— Homepage entry, includes Hero section and main business showcaseservices.html— Services list pageproject.html— Case/portfolio showcase pageblog.html— Blog/news list pagecontact.html— Page with contact formassets/css/main.css— Core stylesheet, contains all page layouts and interaction styles
Quick Start
This is a pure static project. Simply open main files/index.html in your browser to preview the full effect. You can also use any local server (e.g., npx serve .) to access it.
Usage Suggestions
The template provides three homepage versions (index.html / index2.html / index3.html), which can be selected based on brand style. All pages share the same assets resources. Please back up the original files before making modifications.
