Project Overview
Weblite is a single-page landing page HTML template designed for consulting and service-oriented businesses. Built with Bootstrap 5, it integrates GSAP animations and Swiper carousels, making it suitable for marketing campaigns, product promotions, or corporate branding. The template offers 4 homepage variations with built-in contact forms and subscription functionality.
Tech Stack
- Bootstrap 5 (CSS / JS)
- Swiper (carousel component)
- GSAP (scroll animations)
- Font Awesome 6 (icons)
- Google Fonts (Instrument Sans)
- PHP (form backend, contact.php / subs.php only)
Project Structure
weblitehtml-10/
├── Documentation/ # Template usage documentation
│ ├── index.html
│ ├── style.css
│ └── images/
└── main_files/ # Production template files
├── index.html # Homepage (Layout 1)
├── index-2.html
├── index-3.html
├── index-4.html
├── contact.php # Contact form handler
├── subs.php # Subscription form handler
└── assets/
├── css/ # Stylesheets (style.css, responsive.css, etc.)
├── fonts/ # Font Awesome font files
└── js/ # Scripts (bootstrap, gsap, swiper, etc.)
Key Files
main_files/index.html— Main homepage file with complete sections including Hero, forms, ratings displaymain_files/assets/css/style.css— Main stylesheet defining visual styles for all page componentsmain_files/assets/js/gsap-scroll-smoother.js— GSAP scroll animation scriptmain_files/contact.php— Contact form backend processing logicDocumentation/index.html— Official template usage documentation
Quick Start
# Local preview (recommend using any HTTP server)
cd weblitehtml-10/main_files
npx serve .
# Or use PHP built-in server
php -S localhost:8080
Form functionality requires deployment to a PHP-enabled web server.
Usage Recommendations
- Replace placeholder images (placehold.co) in
assets/img/with actual assets for production - Update recipient email addresses in
contact.phpandsubs.phpwhen deploying PHP forms - Theme color is controlled via CSS variable
--theme-color(currently#CDDE4F), adjustable as needed
