globetrotter-ai / destination.html
alkiskoudounas's picture
I have this idea in mind. I want to build a website - later, also an app for mobile - that works as a sort of encyclopedia for traveling.
9f07ae2 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paris, France - GlobeTrotter AI</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="font-poppins bg-gradient-to-br from-blue-50 to-indigo-100 min-h-screen">
<!-- Header -->
<header class="bg-white shadow-sm py-4 px-6 flex justify-between items-center sticky top-0 z-50">
<div class="flex items-center">
<i data-feather="globe" class="text-indigo-600 mr-2"></i>
<h1 class="text-2xl font-bold text-indigo-800">GlobeTrotter<span class="text-orange-500">AI</span></h1>
</div>
<nav class="hidden md:flex space-x-6">
<a href="index.html" class="text-gray-600 hover:text-indigo-600 font-medium">Home</a>
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">Destinations</a>
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">About</a>
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">Contact</a>
</nav>
<button class="md:hidden text-gray-600">
<i data-feather="menu"></i>
</button>
</header>
<!-- Destination Header -->
<section class="py-12 px-4 bg-gradient-to-r from-indigo-600 to-purple-700 text-white">
<div class="max-w-6xl mx-auto">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/3 mb-8 md:mb-0 flex justify-center">
<div class="bg-white rounded-2xl p-4 shadow-xl">
<img src="http://static.photos/cityscape/320x240/1" alt="Paris" class="rounded-xl w-full">
</div>
</div>
<div class="md:w-2/3 md:pl-12 text-center md:text-left">
<h1 class="text-4xl font-bold mb-4">Paris, France</h1>
<p class="text-xl mb-6">The City of Light awaits with its iconic landmarks and romantic atmosphere.</p>
<div class="flex flex-wrap justify-center md:justify-start gap-4">
<span class="bg-white bg-opacity-20 px-4 py-2 rounded-full">Historical</span>
<span class="bg-white bg-opacity-20 px-4 py-2 rounded-full">Romantic</span>
<span class="bg-white bg-opacity-20 px-4 py-2 rounded-full">Cultural</span>
<span class="bg-white bg-opacity-20 px-4 py-2 rounded-full">Artistic</span>
</div>
</div>
</div>
</div>
</section>
<!-- Main Content -->
<section class="py-16 px-4">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<!-- Left Column -->
<div class="lg:col-span-2">
<!-- Description -->
<div class="bg-white rounded-2xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
<i data-feather="info" class="mr-2 text-indigo-600"></i>
About Paris
</h2>
<p class="text-gray-600 leading-relaxed">
Paris, the capital of France, is synonymous with romance, art, and culture. Known as the "City of Light,"
Paris captivates visitors with its stunning architecture, world-class museums, charming cafes, and iconic
landmarks such as the Eiffel Tower, Louvre Museum, and Notre-Dame Cathedral. Stroll along the Seine River,
explore Montmartre's artistic streets, or indulge in exquisite French cuisine. Paris offers an enchanting
experience that blends history, elegance, and joie de vivre.
</p>
</div>
<!-- Itineraries -->
<div class="bg-white rounded-2xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i data-feather="calendar" class="mr-2 text-indigo-600"></i>
Recommended Itineraries
</h2>
<!-- Tabs -->
<div class="flex border-b border-gray-200 mb-6">
<button class="tab-button active px-4 py-2 font-medium text-indigo-600 border-b-2 border-indigo-600">1 Day</button>
<button class="tab-button px-4 py-2 font-medium text-gray-500 hover:text-gray-700">2 Days</button>
<button class="tab-button px-4 py-2 font-medium text-gray-500 hover:text-gray-700">3 Days</button>
<button class="tab-button px-4 py-2 font-medium text-gray-500 hover:text-gray-700">4 Days</button>
<button class="tab-button px-4 py-2 font-medium text-gray-500 hover:text-gray-700">5 Days</button>
</div>
<!-- Tab Content -->
<div class="tab-content">
<div class="tab-pane active">
<h3 class="text-xl font-semibold text-gray-800 mb-3">Perfect Day in Paris</h3>
<ul class="space-y-3">
<li class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 rounded-full bg-indigo-100 text-indigo-800 flex items-center justify-center mr-3 mt-1">1</span>
<span>Morning visit to the Louvre Museum to see the Mona Lisa and other masterpieces</span>
</li>
<li class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 rounded-full bg-indigo-100 text-indigo-800 flex items-center justify-center mr-3 mt-1">2</span>
<span>Lunch at a traditional Parisian bistro in Le Marais district</span>
</li>
<li class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 rounded-full bg-indigo-100 text-indigo-800 flex items-center justify-center mr-3 mt-1">3</span>
<span>Afternoon stroll along the Seine River and photo stop at Pont Alexandre III</span>
</li>
<li class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 rounded-full bg-indigo-100 text-indigo-800 flex items-center justify-center mr-3 mt-1">4</span>
<span>Sunset view from TrocadΓ©ro Gardens with Eiffel Tower in sight</span>
</li>
<li class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 rounded-full bg-indigo-100 text-indigo-800 flex items-center justify-center mr-3 mt-1">5</span>
<span>Dinner cruise on the Seine River with illuminated city views</span>
</li>
</ul>
</div>
<div class="tab-pane hidden">
<h3 class="text-xl font-semibold text-gray-800 mb-3">Two-Day Paris Adventure</h3>
<p class="text-gray-600">Detailed 2-day itinerary coming soon...</p>
</div>
<div class="tab-pane hidden">
<h3 class="text-xl font-semibold text-gray-800 mb-3">Three-Day Cultural Immersion</h3>
<p class="text-gray-600">Detailed 3-day itinerary coming soon...</p>
</div>
<div class="tab-pane hidden">
<h3 class="text-xl font-semibold text-gray-800 mb-3">Four-Day Exploration</h3>
<p class="text-gray-600">Detailed 4-day itinerary coming soon...</p>
</div>
<div class="tab-pane hidden">
<h3 class="text-xl font-semibold text-gray-800 mb-3">Five-Day Deep Dive</h3>
<p class="text-gray-600">Detailed 5-day itinerary coming soon...</p>
</div>
</div>
</div>
</div>
<!-- Right Column -->
<div>
<!-- Fun Facts -->
<div class="bg-white rounded-2xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
<i data-feather="lightbulb" class="mr-2 text-indigo-600"></i>
Fun Facts
</h2>
<ul class="space-y-4">
<li class="flex items-start">
<i data-feather="star" class="text-yellow-500 mr-2 mt-1 flex-shrink-0"></i>
<span>Paris is home to the world's largest art museum - the Louvre.</span>
</li>
<li class="flex items-start">
<i data-feather="star" class="text-yellow-500 mr-2 mt-1 flex-shrink-0"></i>
<span>The Eiffel Tower was originally intended to be a temporary installation for the 1889 World's Fair.</span>
</li>
<li class="flex items-start">
<i data-feather="star" class="text-yellow-500 mr-2 mt-1 flex-shrink-0"></i>
<span>There are over 470 parks and gardens in Paris covering more than 3,000 hectares.</span>
</li>
<li class="flex items-start">
<i data-feather="star" class="text-yellow-500 mr-2 mt-1 flex-shrink-0"></i>
<span>Parisians drink around 80 million cups of coffee per day.</span>
</li>
<li class="flex items-start">
<i data-feather="star" class="text-yellow-500 mr-2 mt-1 flex-shrink-0"></i>
<span>The city has 37 bridges crossing the Seine River.</span>
</li>
</ul>
</div>
<!-- Podcast -->
<div class="bg-gradient-to-br from-indigo-500 to-purple-600 rounded-2xl shadow-lg p-6 text-white mb-8">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i data-feather="headphones" class="mr-2"></i>
Listen to Paris Guide
</h2>
<p class="mb-6">Hear your personalized travel guide as a podcast narrated by our AI travel expert.</p>
<button class="w-full bg-white text-indigo-600 font-bold py-3 px-4 rounded-lg flex items-center justify-center hover:bg-gray-100 transition">
<i data-feather="play-circle" class="mr-2"></i>
Play Podcast (15 min)
</button>
</div>
<!-- Quick Links -->
<div class="bg-white rounded-2xl shadow-lg p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
<i data-feather="link" class="mr-2 text-indigo-600"></i>
Quick Links
</h2>
<div class="space-y-4">
<a href="#" class="block p-4 border border-gray-200 rounded-lg hover:border-indigo-300 hover:bg-indigo-50 transition">
<div class="flex items-center">
<i data-feather="map-pin" class="text-indigo-600 mr-3"></i>
<span class="font-medium">Top Attractions Map</span>
</div>
</a>
<a href="#" class="block p-4 border border-gray-200 rounded-lg hover:border-indigo-300 hover:bg-indigo-50 transition">
<div class="flex items-center">
<i data-feather="utensils" class="text-indigo-600 mr-3"></i>
<span class="font-medium">Best Restaurants</span>
</div>
</a>
<a href="#" class="block p-4 border border-gray-200 rounded-lg hover:border-indigo-300 hover:bg-indigo-50 transition">
<div class="flex items-center">
<i data-feather="shopping-bag" class="text-indigo-600 mr-3"></i>
<span class="font-medium">Local Shopping Guide</span>
</div>
</a>
<a href="#" class="block p-4 border border-gray-200 rounded-lg hover:border-indigo-300 hover:bg-indigo-50 transition">
<div class="flex items-center">
<i data-feather="camera" class="text-indigo-600 mr-3"></i>
<span class="font-medium">Best Photo Spots</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Related Destinations -->
<section class="py-16 px-4 bg-gradient-to-br from-indigo-50 to-blue-100">
<div class="max-w-6xl mx-auto">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">You Might Also Like</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white rounded-2xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-red-400 to-orange-500 flex items-center justify-center">
<img src="http://static.photos/travel/320x240/2" alt="Tokyo" class="h-full w-full object-cover">
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Tokyo, Japan</h3>
<p class="text-gray-600 mb-4">Experience the perfect blend of tradition and modernity.</p>
<a href="#" class="text-indigo-600 font-medium flex items-center">
Explore Tokyo
<i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
<div class="bg-white rounded-2xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-green-400 to-teal-500 flex items-center justify-center">
<img src="http://static.photos/nature/320x240/3" alt="New York" class="h-full w-full object-cover">
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">New York, USA</h3>
<p class="text-gray-600 mb-4">The city that never sleeps offers endless excitement.</p>
<a href="#" class="text-indigo-600 font-medium flex items-center">
Explore NYC
<i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
<div class="bg-white rounded-2xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-purple-400 to-pink-500 flex items-center justify-center">
<img src="http://static.photos/abstract/320x240/4" alt="Barcelona" class="h-full w-full object-cover">
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Barcelona, Spain</h3>
<p class="text-gray-600 mb-4">Architectural marvels and vibrant street life await you.</p>
<a href="#" class="text-indigo-600 font-medium flex items-center">
Explore Barcelona
<i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12 px-4">
<div class="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4 flex items-center">
<i data-feather="globe" class="mr-2"></i>
GlobeTrotterAI
</h3>
<p class="text-gray-400">Your AI-powered travel companion for unforgettable adventures around the world.</p>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Explore</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Destinations</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Travel Guides</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Podcasts</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Connect</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="linkedin"></i>
</a>
</div>
<div class="mt-4">
<h5 class="text-gray-400 mb-2">Download Our App</h5>
<div class="flex space-x-2">
<button class="bg-gray-700 hover:bg-gray-600 text-white py-2 px-4 rounded-lg text-sm transition">App Store</button>
<button class="bg-gray-700 hover:bg-gray-600 text-white py-2 px-4 rounded-lg text-sm transition">Google Play</button>
</div>
</div>
</div>
</div>
<div class="max-w-6xl mx-auto mt-12 pt-6 border-t border-gray-700 text-center text-gray-400">
<p>&copy; 2023 GlobeTrotterAI. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
<script>
feather.replace();
</script>
</body>
</html>