Project Overview
Loxcy is a multi-page HTML landing page template designed for startups/SaaS products, featuring 8 homepage style variations and 3 authentication pages (Login/Signup/Password Reset). Built on Bootstrap 5.3.2, fully responsive, ideal for quickly building product showcase pages.
Tech Stack
- Bootstrap 5.3.2
- HTML5 + SCSS
- jQuery
- Swiper.js (carousel)
- Remix Icon (icons)
- Google Fonts (Outfit font)
Project Structure
Loxcy_HTML_v1.0.0/
├── Documentation/ # Official documentation
└── HTML/
├── index-1~8.html # 8 homepage variations
├── login.html # Login page
├── signup.html # Signup page
├── reset.html # Password reset page
├── css/ # Styles (including SCSS output files)
├── scss/ # SCSS source files
├── js/ # Interactive scripts
├── images/ # Image assets
└── font/ # Remix Icon font files
Core File Description
HTML/index-1.html— Main homepage entry; other homepages share the same structure but differ in content sectionsHTML/css/style.css— Global styles defining color variables, components, and typographyHTML/js/app.js— Interactive logic such as sticky navigation on scrollHTML/scss/— SCSS source files for easy theme customizationHTML/css/remixicon.css— Remix Icon library configurationHTML/js/swipar.js— Testimonial carousel component configuration
Quick Start
This is a pure static site — simply open HTML/index-1.html in your browser to preview. To modify styles, edit css/style.css or recompile the SCSS files in the scss/ directory.
Usage Recommendations
The template provides a rich component library; choose a homepage variant based on your business scenario. Authentication pages require backend API integration. SCSS source files are included for easy theme color and layout adjustments.
