Project Overview
Andor is an HTML5 website template designed for enterprise business scenarios, built on Bootstrap 5. It includes 20+ complete pages such as homepage (with video background), portfolio, services, team, blog, and contact pages, making it ideal for quick setup of creative agencies, digital studios, and corporate websites.
Tech Stack
- HTML5 + Bootstrap 5
- CSS: Owl Carousel, Swiper, ScrollCue, Magnific Popup, master.css
- JavaScript: jQuery, plugins.js, master.js
- Icons: Bootstrap Icons + Font Awesome
Project Structure
andorhtml-10/Andor-HTML-Full-Source/
├── DOCUMENTATION/
│ ├── index.html
│ └── assets/
└── HTML/
├── index.html
├── contact.html
├── 404-page.html
├── coming-soon.html
├── about-us.html
├── digital-studio.html
├── corporate-business.html
├── blog.html
├── blog-grid.html
├── our-team.html
├── pricing-table.html
├── services.html
├── service-two/three/four.html
├── portfolio-*.html (8 layouts)
└── assets/
Key File Descriptions
HTML/index.html— Homepage with background videoHTML/contact.html— Contact form page with name, email, and message fieldsHTML/404-page.html— 404 error page with link back to homepageHTML/coming-soon.html— Countdown pageHTML/portfolio-*.html— Portfolio pages covering 2/3/4 columns and detail pagesDOCUMENTATION/index.html— Official documentation entry point
Quick Start
Pure static template, no build tools required:
- Navigate to the
HTMLdirectory - Double-click
index.htmlto open in browser - For a local server (recommended), run in the directory:
# Python 3
python -m http.server 8080
# Node.js (npx)
npx serve .
Then visit http://localhost:8080
Usage Tips
The template offers three homepage variants (index.html, digital-studio.html, corporate-business.html). Simply replace index.html to switch the overall style. Video background assets are located in assets/videos/ — replace them with actual content before going live.
