Project Overview
Maximo is a creative business HTML5 template built on Bootstrap 5, offering 6 homepage variations (Creative Agency, Corporate Marketing, Freelancer, Designer, Startup, etc.) and 18+ page templates, suitable for quickly building small business, creative agency, and various commercial websites.
Tech Stack
- HTML5 + Bootstrap 5
- jQuery
- GSAP (Animation Engine)
- Swiper (Carousel Component)
- Owl Carousel (Client Carousel)
- Font Awesome + Bootstrap Icons
Project Structure
maximohtml-10/Maximo_Main_HTML_Source/
├── DOCUMENTATION/ # Official documentation
│ └── index.html
└── HTML/ # Core template directory
├── index.html # Homepage (Creative Agency)
├── corporate-agency.html
├── marketing-agency.html
├── freelancer.html
├── designer.html
├── startup-agency.html
├── about-us.html
├── contact.html
├── services.html
├── portfolio-one.html
├── portfolio-two.html
├── portfolio-three.html
├── blog.html
├── blog-grid.html
├── our-team.html
├── testimonials.html
├── pricing-table.html
├── 404-page.html
├── coming-soon.html
└── assets/ # CSS / JS / Image assets
Key File Descriptions
HTML/index.html— Default homepage, integrates Hero section, testimonial carousel, and other modulesHTML/portfolio-two.html— Portfolio page, uses Swiper for sliding displayHTML/404-page.html— Error page with full-screen background and return-to-home buttonHTML/coming-soon.html— Countdown coming-soon page with GSAP animationsHTML/assets/css/master.css— Aggregates all page stylesHTML/assets/js/master.js— Aggregates interaction logic
Quick Start
Simply open HTML/index.html in your browser to preview the full effect. For a local server, use:
npx serve HTML
Usage Suggestions
All social links and contact information in the template are placeholders. Replace them with real data before going live. It is recommended to modify the theme color variables (--theme-color-*) in master.css according to your actual brand to unify the visual style.
