Project Overview
Thousands is a multi-theme static HTML template package containing three complete example sites: AI Agency, Product Studio, and Creative Studio. Built on Bootstrap 4 and jQuery, it is suitable for quickly building corporate websites, portfolios, or marketing landing pages.
Tech Stack
- Bootstrap 4 (responsive layout)
- jQuery 1.11 (DOM manipulation)
- Slick Slider (carousel)
- MeanMenu (mobile navigation)
- AOS / WOW (scroll animations)
- particles.js (particle effects)
- Isotope (masonry/filtering)
- Font Awesome 5 (icons)
Project Structure
thousandshtml-10/
├── documentation/
│ ├── doc.html # Online documentation
│ ├── css/style.css # Documentation styles
│ └── img/ # Documentation images
└── main-files/
├── 1_ai_agency/ # AI Agency theme
│ ├── index.html
│ ├── css/ # Stylesheets (style.css, etc.)
│ ├── js/main.js # Interaction logic
│ └── fonts/ # Icon fonts
├── 2_product_studio/ # Product Studio theme
│ ├── index.html
│ ├── css/
│ ├── js/main.js
│ └── js/app.js # particles.js configuration
└── 3_creative_studio/ # Creative Studio theme
├── index.html
├── css/
└── js/main.js
Core File Descriptions
main-files/X/index.html— Homepage entry for each thememain-files/X/css/style.css— Main stylesheet (includes theme colors, layout, animation definitions)main-files/X/js/main.js— Core interactions (navigation, carousel, scroll-to-top, etc.)main-files/2_product_studio/js/app.js— particles.js particle effect configurationdocumentation/doc.html— Template customization documentation
Quick Start
Simply open the corresponding theme's index.html in your browser to preview:
# macOS
open thousandshtml-10/main-files/1_ai_agency/index.html
# Windows
start thousandshtml-10\main-files\1_ai_agency\index.html
If a local server is needed (for some AJAX features), use:
npx serve thousandshtml-10/main-files/1_ai_agency
Usage Suggestions
All themes can be customized by modifying color variables in style.css and replacing images in the images/ directory for branding; mobile navigation relies on the jQuery MeanMenu plugin, so do not remove related references.
