Project Overview
Forgex is a responsive HTML template designed for industrial and manufacturing enterprises. It includes 6 different homepage styles (Industrial, Construction, Building, Shipping, Manufacturing, Engineering), suitable for factories and engineering companies to build their official websites. It's a pure static structure with no build tools required — simply open it directly in a browser to preview.
Tech Stack
- Bootstrap 5.x (Layout & Grid)
- jQuery (DOM manipulation & interactions)
- Swiper (Carousel component)
- GSAP + ScrollTrigger (Advanced animations)
- Lenis (Smooth scrolling)
- FontAwesome 6 (Icons)
- SCSS (For custom styling)
Project Structure
forgexhtml-10/
├── Documentation/ # Official documentation site
│ ├── index.html
│ └── assets/css/main.css
└── forgex-html/ # Actual template files
├── index.html # Homepage (Industrial)
├── index-2~6.html # Other homepage styles
├── about.html # About Us
├── services.html # Services list
├── blog.html # Blog
├── contact.html # Contact
└── assets/
├── css/main.css # Theme styles
├── js/main.js # Interaction logic
├── img/ # Image assets
└── fonts/ # Font files
Core File Description
forgex-html/index.html— Main homepage entry, includes top navigation and carousel sectionforgex-html/assets/js/main.js— All interaction logic for animations, carousels, and smooth scrollingforgex-html/assets/css/main.css— Complete theme styles (approximately 6000 lines)forgex-html/index-2~6.html— 6 different industry-style homepage variantsDocumentation/index.html— Official usage documentation
Quick Start
Simply open forgex-html/index.html directly in your browser to see the result. To run with a local server, use:
npx serve forgexhtml-10/forgex-html
Usage Suggestions
- Each index-*.html corresponds to a different industry scenario — choose as needed; replace the logo, images, and copy text to make it ready for use
- The template loads fonts and icons via CDN, so an internet connection is required; for offline use, download the relevant resources to the local assets directory
