Spaces:
Running
Running
File size: 21,181 Bytes
9f07ae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
<!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>© 2023 GlobeTrotterAI. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
<script>
feather.replace();
</script>
</body>
</html> |