Project Overview
WebFlux is a multi-page business website template based on Bootstrap, offering three homepage variants (index / index2 / index3). It includes complete pages such as About Us, Blog, Shop, Product Details, Team, Case Studies, and Pricing, making it suitable for quickly building corporate websites or e-commerce showcase sites.
Tech Stack
- Bootstrap 5 (CSS framework)
- Owl Carousel 2 (carousel component)
- jQuery UI Slider (price range slider)
- Font Awesome 6 (icon library)
- PHP (contact form backend processing)
Project Structure
text
webfluxhtml-10/
documentation/
webflux/
index.html # Homepage variant one
index2.html # Homepage variant two
index3.html # Homepage variant three
about.html # About Us
blog.html # Blog list
shop.html # Shop
product-detail.html
cart.html
checkout.html
contact.html # Contact page
contact-form.php # Form backend
team.html
testimonial.html
pricing.html
project.html
services.html
assets/
bootstrap/
bootstrap.min.css
css/
custom.css, responsive.css
owl.carousel.min.css
priceslider.css
images/
Core File Description
index.html— Main entry page, includes Banner, service features, case studies, and other sectionscontact-form.php— Processes data submitted from contact.html, sends email to specified addressassets/css/priceslider.css— jQuery UI price slider styles, used for shop filteringassets/bootstrap/bootstrap.min.css— Bootstrap core stylesheetassets/css/owl.carousel.min.css+owl.theme.default.min.css— Carousel component stylesshop.html— Shop list page, includes category filtering and price slider
Quick Start
- Open
webflux/index.htmldirectly in a browser to preview the full effect - To use the contact form, deploy the entire
webfluxfolder to a PHP-supported web server - Modify
$to_emailincontact-form.phpto the actual recipient email address
Usage Suggestions
- This template consists of pure static pages, suitable for directly modifying HTML/CSS content and deploying to any static hosting service
- The contact form relies on PHP's
mail()function; for production environments, consider replacing it with more reliable email solutions like SendGrid or PHPMailer - The pages extensively use absolute positioning and fixed heights; mobile responsiveness requires extra attention to breakpoint styles in
responsive.css
