Andesti – Industrial HTML Template preview 1

Andesti – Industrial HTML Template

bookmark

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 pa...

HTML

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

text
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 sections
  • andesti-html-files/assets/css/andesti.css — Main template core stylesheet
  • andesti-documentations/index.html — Product documentation homepage with template configuration instructions
  • andesti-documentations/css/style.css — Documentation page layout and sidebar styles
  • andesti-documentations/js/script.js — Documentation page scroll navigation and highlighting logic
  • andesti-html-files/contact.html — Contact page (form and map sections)

Quick Start

  1. Navigate to the andesti-html-files directory
  2. Open index.html directly in a browser to preview the full result
  3. 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
help_outline

FAQ