TripBoss is a responsive, multi-page travel website built with HTML, CSS, and vanilla JavaScript.
It showcases destinations, travel stories, gallery images, and contact information in a clean brochure-style layout.
- Responsive navigation with mobile menu toggle
- Multi-page structure:
index.html(home)gallery.html(gallery + image modal)blog.html(travel blog cards)about.html(agency story and highlights)contact.html(contact form and details)
- Reusable styling with utility and responsive CSS files
- Lightweight client-side interactions in
js/script.js
- HTML5
- CSS3
- JavaScript (Vanilla)
- Font Awesome (CDN icons)
TripBoss-Travel-site/
├── index.html
├── about.html
├── blog.html
├── gallery.html
├── contact.html
├── css/
├── js/
├── images/
├── font/
└── videos/
- Clone the repository.
- Open
index.htmldirectly in a browser, or run a local static server.
If you have Node.js installed:
npx serve .Then open the local URL printed in your terminal.
- This project currently has no configured npm scripts for linting, building, or testing.
package.jsoncurrently only includesgh-pagesas a development dependency.