项目简介
Conztra 是一套面向建筑与工程行业的静态 HTML 网站模板,提供首页、案例、服务、新闻、团队、商店等 22 个完整页面。适合建筑公司、室内设计工作室或工程企业快速搭建官网,无需后端即可运行。
技术栈
- HTML5 + CSS3(静态页面)
- Bootstrap 5(栅格与基础组件)
- Vanilla JavaScript(交互逻辑)
- Google Fonts(Hind 字体)
- FontAwesome(图标库)
项目结构
text
conztrahtml-10/
├── buyer-file/conztra/
│ ├── index.html # 首页
│ ├── about.html # 关于我们
│ ├── contact.html # 联系页面
│ ├── contact.php # 表单后端(可选)
│ ├── service.html # 服务列表
│ ├── project.html # 项目案例
│ ├── news.html # 新闻列表
│ ├── shop.html # 商店模块
│ ├── team.html # 团队成员
│ ├── pricing.html # 报价页面
│ ├── assets/ # 样式、脚本、图片
│ └── *.html # 其他页面模板
└── documentation/
├── index.html # 官方文档入口
└── assets/ # 文档样式与图标
核心文件说明
buyer-file/conztra/index.html— 模板首页入口文件buyer-file/conztra/contact.php— 联系表单后端处理脚本buyer-file/conztra/assets/css/main.css— 主题主样式表buyer-file/conztra/assets/css/rtl.css— RTL(阿拉伯文/希伯来文)布局支持buyer-file/conztra/assets/css/box-layout.css— 盒式布局样式documentation/index.html— 官方使用文档
快速开始
- 直接用浏览器打开
buyer-file/conztra/index.html即可预览 - 如需本地服务器运行:
npx serve buyer-file/conztra或使用 VS Code Live Server 插件 - 编辑页面时,修改对应 HTML 文件中的内容即可
使用建议
模板已内置响应式布局,兼容桌面、平板、手机三端。contact.php 需要 PHP 环境支持,若使用静态托管(如 Netlify、Vercel),可将表单替换为 Formspree 或 Netlify Forms 等第三方服务。
