项目简介
Ezensi 是一套面向数字创意机构的静态 HTML 网站模板,包含首页、作品集、服务介绍、博客和联系页面等多场景页面。模板内置加载动画、响应式导航、Swiper 轮播等交互组件,适合快速搭建代理类网站。
技术栈
- HTML5 + CSS3
- Bootstrap 5
- Font Awesome 6 (all.min.css)
- Swiper Bundle (轮播组件)
- Magnific Popup (灯箱)
- MeanMenu (移动端导航)
- Animate.css (动画效果)
- Splitting.js (文字分割动画)
项目结构
text
ezensihtml-10/main files/
├── documentation/ # 模板使用文档
│ ├── index.html
│ └── assets/
└── main files/ # 核心模板文件
├── index.html # 首页一
├── index2.html # 首页二
├── index3.html # 首页三
├── about.html # 关于我们
├── services.html # 服务列表
├── service-details.html # 服务详情
├── project.html # 作品集
├── project-details.html # 作品详情
├── blog.html # 博客列表
├── blog-details.html # 博客详情
├── contact.html # 联系方式
└── assets/ # CSS、JS、图片等资源
核心文件说明
index.html— 首页入口,包含 Hero 区和主要业务展示services.html— 服务项目列表页面project.html— 案例/作品展示页面blog.html— 博客资讯列表页面contact.html— 包含联系表单的页面assets/css/main.css— 核心样式文件,包含所有页面布局与交互样式
快速开始
纯静态项目,直接在浏览器打开 main files/index.html 即可预览完整效果。亦可使用任意本地服务器(如 npx serve .)访问。
使用建议
模板提供三个首页版本(index.html / index2.html / index3.html),可根据品牌风格选择;所有页面共享同一套 assets 资源,修改前请先备份原始文件。
