Skip to content

dheeraj12347/travel_website

Repository files navigation

<title>Tourly - Explore the World</title>
<header>
    <h1>Tourly</h1>
    <nav>
        <ul>
            <li><a href="#">Home</a></li>
            <li><a href="#">Destinations</a></li>
            <li><a href="#">About</a></li>
            <li><a href="#">Contact</a></li>
        </ul>
    </nav>
</header>

<section class="hero">
    <div class="hero-text">
        <h2>Discover The World</h2>
        <p>Find the best travel destinations and experience unforgettable adventures.</p>
    </div>
</section>

<section class="destinations">
    <h2>Popular Destinations</h2>
    <div class="dest-grid">
        <div class="destination">
            <img src="alexander-kagan-t9Td0zfDTwI-unsplash.jpg" alt="Paris">
            <h3>Paris, France</h3>
            <p>The city of love and art.</p>
        </div>
        <div class="destination">
            <img src="rayyu-maldives-xPsFXsbXJRg-unsplash.jpg" alt="Maldives">
            <h3>Maldives</h3>
            <p>Luxury islands and crystal-clear waters.</p>
        </div>
        <div class="destination">
            <img src="jase-bloor-oCZHIa1D4EU-unsplash.jpg" alt="Japan">
            <h3>Japan</h3>
            <p>Where tradition meets technology.</p>
        </div>
    </div>
</section>

<section class="testimonials">
    <h2>What Our Travelers Say</h2>
    <div class="testimonial-box">
        <p>"Tourly made my dream vacation come true! Highly recommended!"</p>
        <h4>- Alex Johnson</h4>
    </div>
</section>

<section class="contact">
    <h2>Get In Touch</h2>
    <form>
        <input type="text" placeholder="Your Name" required>
        <input type="email" placeholder="Your Email" required>
        <textarea placeholder="Your Message" required></textarea>
        <button type="submit">Send Message</button>
    </form>
</section>

<footer>
    <p>&copy; 2025 Tourly. All Rights Reserved.</p>
</footer>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published