✨ Thank you for your purchase!
For questions, email: priharshdesign@gmail.com
🚀 Introduction
LodgePro is a modern Bootstrap 5 template for:
- 🏨 Hotels
- 🏖️ Resorts
- 🏡 Villas
- 🏠 Homestays
- 🛖 Lodges
Easy to customize with clean, well-documented code.
Credits: Bootstrap 5, Unsplash Images, Remix Icons & jQuery
📁 File Structure
├── index.html ├── css/ │ ├── style.css │ ├── style.min.css │ └── bootstrap.min.css ├── js/ │ ├── app.js │ └── bootstrap.min.js ├── scss/ │ └── SCSS files └── images/
🎨 SCSS & Customization
Edit scss/_variables.scss
Primary color:
#c59d5f
sass --watch scss/styles.scss:css/style.css
🌓 Light & Dark Mode
<html data-bs-theme="light"> <html data-bs-theme="dark">
🛟 Support
priharshdesign@gmail.com
📝 Changelog
v1.0.0 – Initial Release
- Light & Dark mode
- Responsive layout
- Clean code
- Documentation included