A modern and responsive travel-themed website built as part of my Frontend Development Internship (Week 2).
Travelly showcases destinations, travel tips, and policies with a clean UI and interactive features.
- Home (
index.html) – Hero section, featured destinations, call-to-action buttons. - About (
about.html) – Brand story, mission, and values. - Contact (
contact.html) – Click-to-email and click-to-call features. - Policies (
policies.html) – Interactive accordion for terms and policies.
- Expand/Collapse All button using JavaScript.
- Smooth opening/closing animations with
<details>&<summary>.
- Floating ↑ Back to Top button on all pages.
- Smooth scroll animation.
- Contact email & phone number with clickable links.
- Social media integration:
- YouTube with custom banner and slogan EXPLORE. DREAM. DISCOVER.
- Built with custom CSS (
css/style.css) — no external frameworks. - Mobile-first responsive design.
- Color variables & hover effects for better UX.
TRAVEL-SITE/ │ ├── assets/ │ ├── dest-bali.jpg │ ├── dest-paris.jpg │ ├── dest-santorini.jpg │ ├── hero.jpg │ ├── user-1.jpg │ ├── user-2.jpg │ ├── user-3.jpg │ └── user-4.jpg │ ├── css/ │ └── style.css │ ├── js/ │ └── main.js │ ├── about.html ├── contact.html ├── index.html └── policies.html
- Clone the repository:
git clone https://github.com/A-iftikhar02/travelly.git
Open the index.html file in your browser.