Andesti – 工业 HTML 模板 preview 1

Andesti – 工业 HTML 模板

bookmark

Andesti 是一款面向工厂与工业企业的 HTML 商业模板,包含完整的响应式首页、关于页、服务页、案例页、新闻页、团队页和联系页等企业常用页面,并附带一份详细的产品文档。适合快速搭建工业制造、工厂设备、工程服务类公司官网。

HTML

项目简介

Andesti 是一款面向工厂与工业企业的 HTML 商业模板,包含完整的响应式首页、关于页、服务页、案例页、新闻页、团队页和联系页等企业常用页面,并附带一份详细的产品文档。适合快速搭建工业制造、工厂设备、工程服务类公司官网。

技术栈

  • Bootstrap 5.x(主模板)/ Bootstrap 3.x(文档页)
  • jQuery 1.x(文档页交互)
  • Font Awesome 5.x(图标)
  • Owl Carousel(轮播)
  • Swiper(滑动组件)
  • Jarallax(视差效果)
  • Magnific Popup(弹窗)
  • Static HTML(无构建工具,纯静态)

项目结构

text
andestihtml-10/
├── andesti-package-files/
│   ├── andesti-documentations/          # 模板文档
│   │   ├── index.html
│   │   ├── css/
│   │   ├── js/
│   │   ├── images/
│   │   └── fonts/
│   └── andesti-html-files/             # 实际模板页面
│       ├── index.html
│       ├── index-2.html
│       ├── about.html
│       ├── contact.html
│       ├── services-1.html
│       ├── case-1.html
│       ├── news.html
│       ├── team.html
│       ├── partner.html
│       └── assets/                     # 样式与资源
└── THEMELOCK.COM.txt                   # 来源说明

核心文件说明

  • andesti-html-files/index.html — 首页入口,包含完整头部导航与多区块内容
  • andesti-html-files/assets/css/andesti.css — 主模板核心样式文件
  • andesti-documentations/index.html — 产品文档首页,含模板配置说明
  • andesti-documentations/css/style.css — 文档页布局与侧边栏样式
  • andesti-documentations/js/script.js — 文档页滚动导航与高亮逻辑
  • andesti-html-files/contact.html — 联系页面(表单与地图区块)

快速开始

  1. 进入 andesti-html-files 目录
  2. 用浏览器直接打开 index.html 即可预览完整效果
  3. 如需本地服务器运行(推荐),可执行:
    bash
    npx serve .
    

使用建议

  • 所有 HTML 文件中的占位内容(如邮箱、地址、Logo)需替换为真实信息后再上线
  • 文档页(andesti-documentations)仅供开发参考,无需部署到生产环境
help_outline

常见问题