项目简介
Bcorz 是一套面向数字营销机构的 HTML 网站模板,包含首页、关于、博客、服务、案例、团队等多个完整页面,风格简洁现代,适合数字营销公司、创意工作室或互联网服务商快速搭建官网。
技术栈
- HTML5 + CSS3(静态页面)
- Bootstrap 5.x(响应式布局框架)
- Font Awesome 6.x(图标库)
- IcoMoon(自定义图标字体 bcorz-icons)
- jQuery(交互脚本)
- Google Fonts(Nunito、Manrope 字体)
项目结构
text
bcorzhtml-10/
├── bcorz-package-files/
│ ├── bcorz-html-documentations/ # 模板使用文档
│ │ ├── index.html
│ │ ├── css/
│ │ └── images/
│ ├── bcorz-html-files/ # 实际模板页面
│ │ ├── index.html
│ │ ├── index2.html
│ │ ├── index3.html
│ │ ├── about.html
│ │ ├── blog*.html
│ │ ├── services.html
│ │ ├── project*.html
│ │ ├── team*.html
│ │ └── assets/
│ └── bcorz-icons/ # 自定义图标字体
│ └── style.css
核心文件说明
bcorz-html-files/index.html— 首页入口,包含 Header、服务展示、案例、团队等完整区块bcorz-html-files/assets/css/bcorz.css— 模板主样式表,定义所有页面元素的视觉风格bcorz-html-files/assets/vendors/bootstrap/css/bootstrap.min.css— Bootstrap 框架核心样式bcorz-icons/style.css— 自定义图标字体样式,使用[class^="icon-"]选择器声明各类业务图标bcorz-html-documentations/index.html— 官方文档页,含 HTML 结构、CSS 说明、第三方配置指引
快速开始
- 下载并解压模板包
- 进入
bcorz-package-files/bcorz-html-files/目录 - 双击
index.html在浏览器中预览,或使用 VS Code Live Server 等本地服务器运行 - 如需修改页面内容,直接编辑对应 HTML 文件中的文本和图片路径
使用建议
- 模板已内置多个首页变体(index.html、index2.html、index3.html),可根据品牌调性选择或合并
- 自定义图标(如 icon-bulb-business-idea、icon-chart-graph-pie 等)均在
bcorz-icons/style.css中定义,需替换图标时可通过 IcoMoon 平台重新生成 font 文件
