项目简介
Treck 是一套面向移民签证服务商的静态 HTML 网站模板,内置首页、博客、咨询服务、定价、FAQ 等十余种页面,并提供 RTL 和单页版本。基于 Bootstrap 框架,附带完整文档,适合留学/移民中介机构快速搭建官网。
技术栈
- Bootstrap 3 / Bootstrap 5(响应式布局框架)
- HTML5 + CSS3
- jQuery
- Google Fonts(Plus Jakarta Sans / Poppins / Open Sans)
- Font Awesome
- icoMoon 自定义图标字体(treck-icons)
项目结构
text
treck-html-package/
├── treck-html-documentations/
│ ├── index.html # 在线文档入口
│ ├── css/
│ │ ├── bootstrap.css
│ │ ├── font-awesome.css
│ │ └── style.css # 文档站样式
│ ├── images/
│ └── js/
└── treck-html-files/
├── index.html # 首页(多版本:index~index3)
├── about.html
├── blog.html / blog-details.html / blog-sidebar.html
├── cart.html / checkout.html
├── contact.html
├── pricing-tables.html
├── faq.html / gallery.html
├── coaching.html / coaching-details.html
├── countries.html / countries-details.html
├── login.html
├── index-rtl.html # RTL 版本
├── index-boxed.html / index-dark.html
├── index-one-page.html / index2-one-page.html / index3-one-page.html
└── assets/ # CSS / JS / fonts / images
核心文件说明
treck-html-files/index.html— 默认首页入口treck-html-files/assets/css/treck.css— 模板主体样式表treck-html-files/assets/vendors/treck-icons/style.css— 自定义图标字体定义treck-html-files/assets/vendors/bootstrap/css/bootstrap.min.css— Bootstrap 框架treck-html-files/assets/js/script.js— 交互逻辑脚本treck-html-documentations/index.html— 模板使用文档
快速开始
- 将
treck-html-files目录部署到任意 Web 服务器; - 在浏览器中打开该目录下对应页面(如
index.html)即可预览全部页面。
使用建议
- 正式项目请将所有资源路径改为相对路径或 CDN;模板提供 RTL 和多首页变体,可根据业务需求选择对应文件进行二次开发。
