Educational project created as part of Rolling Scopes School training.
A static travel-themed landing page built with HTML, CSS, and vanilla JavaScript. The project focuses on layout, responsive UI, and basic interactions.
- Responsive layout
- Hero section with CTA and navigation
- Destinations slider with controls
- Travel stories section
- Hamburger menu for mobile
- HTML5
- CSS3
- Vanilla JavaScript
Open index.html in any modern browser.
travel/
├─ index.html
├─ css/
│ └─ style.css
├─ script/
│ └─ index.js
├─ img/
└─ fonts/
- This repository is intended for learning purposes.