Project Overview
Andesti is an HTML business template designed for factories and industrial enterprises. It includes a complete set of responsive pages commonly used by businesses, such as a homepage, about page, services page, case studies page, news page, team page, and contact page, along with a detailed product documentation. Ideal for quickly building company websites for industrial manufacturing, factory equipment, and engineering services.
Tech Stack
- Bootstrap 5.x (main template) / Bootstrap 3.x (documentation page)
- jQuery 1.x (documentation page interactions)
- Font Awesome 5.x (icons)
- Owl Carousel (carousel)
- Swiper (sliding components)
- Jarallax (parallax effects)
- Magnific Popup (popup modals)
- Static HTML (no build tools, purely static)
Project Structure
andestihtml-10/
├── andesti-package-files/
│ ├── andesti-documentations/ # Template documentation
│ │ ├── index.html
│ │ ├── css/
│ │ ├── js/
│ │ ├── images/
│ │ └── fonts/
│ └── andesti-html-files/ # Actual template pages
│ ├── index.html
│ ├── index-2.html
│ ├── about.html
│ ├── contact.html
│ ├── services-1.html
│ ├── case-1.html
│ ├── news.html
│ ├── team.html
│ ├── partner.html
│ └── assets/ # Styles and resources
└── THEMELOCK.COM.txt # Source attribution
Key File Descriptions
andesti-html-files/index.html— Homepage entry point, includes full header navigation and multiple content sectionsandesti-html-files/assets/css/andesti.css— Main template core stylesheetandesti-documentations/index.html— Product documentation homepage with template configuration instructionsandesti-documentations/css/style.css— Documentation page layout and sidebar stylesandesti-documentations/js/script.js— Documentation page scroll navigation and highlighting logicandesti-html-files/contact.html— Contact page (form and map sections)
Quick Start
- Navigate to the
andesti-html-filesdirectory - Open
index.htmldirectly in a browser to preview the full result - To run with a local server (recommended), execute:
bash
npx serve .
Usage Recommendations
- Replace all placeholder content in HTML files (such as email addresses, addresses, logos) with real information before going live
- The documentation page (
andesti-documentations) is for development reference only and does not need to be deployed to production
