Spaces:
Running
Running
File size: 17,640 Bytes
166f1f4 | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>You & Me Pub & Hostel | Kampot's Party Hub</title>
<meta name="description" content="Kampot's favorite bar-hostel combo. Drink, chill, crash, repeat with our $5 beds and legendary parties.">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'sunset-yellow': '#FFD166',
'sunset-orange': '#F4A261',
'sunset-pink': '#EF476F',
'sunset-purple': '#9C6ADE',
'sunset-blue': '#118AB2',
'electric-blue': '#06AED5',
'amber': '#FF9F1C',
},
fontFamily: {
heading: ['Space Grotesk', 'sans-serif'],
body: ['Inter', 'sans-serif'],
},
backgroundImage: {
'sunset-gradient': 'linear-gradient(to right, #FFD166, #F4A261, #EF476F, #9C6ADE, #118AB2)',
}
}
}
}
</script>
<style>
.logo-circle {
background: linear-gradient(135deg, #FFD166 0%, #F4A261 25%, #EF476F 50%, #9C6ADE 75%, #118AB2 100%);
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.sticky-nav {
backdrop-filter: blur(10px);
background-color: rgba(255,255,255,0.85);
}
.lazy {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.lazy.loaded {
opacity: 1;
}
.punch-card-hole {
box-shadow: inset 0 0 0 3px white, inset 0 0 0 8px #EF476F;
}
</style>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
<!-- Schema.org markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BarOrPub",
"name": "You & Me Pub & Hostel",
"image": "https://youandmekampot.com/logo.jpg",
"@id": "",
"url": "https://youandmekampot.com",
"telephone": "+855123456789",
"address": {
"@type": "PostalAddress",
"streetAddress": "Riverside Road",
"addressLocality": "Kampot",
"addressRegion": "Cambodia",
"postalCode": "07000",
"addressCountry": "KH"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 10.6108,
"longitude": 104.1815
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "12:00",
"closes": "02:00"
},
"priceRange": "$",
"servesCuisine": "Bar Food"
}
</script>
</head>
<body class="font-body bg-white text-gray-800">
<!-- Header -->
<header class="sticky top-0 z-50 sticky-nav">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<a href="#" class="flex items-center">
<div class="logo-circle w-12 h-12 rounded-full flex items-center justify-center mr-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<span class="font-heading font-bold text-xl text-sunset-blue">You & Me</span>
</a>
<nav class="hidden md:flex space-x-6 items-center">
<a href="#" class="font-medium hover:text-sunset-pink transition">Home</a>
<a href="#events" class="font-medium hover:text-sunset-pink transition">Events</a>
<a href="#book" class="font-medium hover:text-sunset-pink transition">Book a Bed</a>
<a href="#join" class="font-medium hover:text-sunset-pink transition">Join Telegram</a>
<a href="#free-shot" class="bg-amber text-white px-4 py-2 rounded-full font-bold hover:bg-opacity-90 transition">Tonight's Free Shot Code</a>
</nav>
<button class="md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</header>
<!-- Hero Section -->
<section class="relative overflow-hidden">
<div class="absolute inset-0 bg-sunset-gradient opacity-10"></div>
<div class="container mx-auto px-4 py-20 md:py-32 relative z-10">
<div class="max-w-3xl mx-auto text-center">
<h1 class="font-heading font-bold text-4xl md:text-6xl mb-6 text-sunset-blue">
Drink. Chill. Crash. Repeat.
</h1>
<p class="text-xl md:text-2xl mb-10 text-gray-700">
The only pub in Kampot where you can party, sleep, and wake up to do it again.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#join" class="bg-electric-blue text-white px-8 py-4 rounded-full font-bold text-lg hover:bg-opacity-90 transition shadow-lg">
Join Telegram
</a>
<a href="#book" class="bg-white border-2 border-electric-blue text-electric-blue px-8 py-4 rounded-full font-bold text-lg hover:bg-gray-50 transition shadow-lg">
Book a Bed
</a>
</div>
</div>
</div>
</section>
<!-- Tonight at the Pub -->
<section id="events" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="font-heading font-bold text-3xl md:text-4xl mb-12 text-center text-sunset-pink">
Tonight at the Pub
</h2>
<div class="max-w-2xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden">
<div class="p-6 md:p-8">
<div class="flex items-start mb-6">
<div class="bg-sunset-blue text-white rounded-full p-3 mr-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
</div>
<div>
<h3 class="font-heading font-bold text-xl text-sunset-blue mb-2">Open Mic Night</h3>
<p class="text-gray-600 mb-2">8PM - Late | Free entry</p>
<p class="text-gray-800">$1 beers from 5–7PM | Free shot if you say: "Sticky Mango"</p>
</div>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mt-6">
<div class="bg-sunset-yellow bg-opacity-20 p-3 rounded-lg text-center">
<p class="font-bold text-sunset-yellow">Mon</p>
<p class="text-sm">Quiz Night</p>
</div>
<div class="bg-sunset-pink bg-opacity-20 p-3 rounded-lg text-center">
<p class="font-bold text-sunset-pink">Tue</p>
<p class="text-sm">Live Music</p>
</div>
<div class="bg-sunset-blue bg-opacity-20 p-3 rounded-lg text-center">
<p class="font-bold text-sunset-blue">Wed</p>
<p class="text-sm">Open Mic</p>
</div>
<div class="bg-sunset-purple bg-opacity-20 p-3 rounded-lg text-center">
<p class="font-bold text-sunset-purple">Thu</p>
<p class="text-sm">DJ Party</p>
</div>
</div>
</div>
<div class="bg-gray-100 px-6 py-4 flex items-center justify-between">
<p class="text-sm text-gray-600">Updated daily via Telegram</p>
<a href="#join" class="text-sm font-bold text-sunset-blue hover:text-sunset-pink transition">Get Live Updates →</a>
</div>
</div>
</div>
</section>
<!-- Sleep with Us -->
<section id="book" class="py-16">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<h2 class="font-heading font-bold text-3xl md:text-4xl mb-6 text-sunset-blue">
Sleep with Us
</h2>
<p class="text-lg text-gray-700 mb-8">
After the party, crash in our comfortable dorms just steps away from your last drink.
Air-conditioned, secure lockers, and fast Wi-Fi included.
</p>
<div class="bg-gray-50 p-6 rounded-xl mb-8">
<div class="flex items-center mb-4">
<div class="bg-sunset-blue text-white rounded-full p-2 mr-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01" />
</svg>
</div>
<h3 class="font-heading font-bold text-xl">10-Bed Mixed Dorm</h3>
</div>
<ul class="space-y-2 pl-12">
<li class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-sunset-blue mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Air conditioning</span>
</li>
<li class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-sunset-blue mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Personal lockers</span>
</li>
<li class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-sunset-blue mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Free high-speed Wi-Fi</span>
</li>
<li class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-sunset-blue mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>24/7 reception</span>
</li>
</ul>
</div>
<div class="flex items-center justify-between bg-amber bg-opacity-10 p-4 rounded-lg border border-amber border-opacity-30">
<div>
<p class="font-bold text-amber">Only $5/night</p>
<p class="text-sm text-gray-600">Best value in Kampot</p>
</div>
<a href="https://m.me/youandmekampot" class="bg-amber text-white px-6 py-3 rounded-full font-bold hover:bg-opacity-90 transition">
Check Bed Availability
</a>
</div>
</div>
<div class="md:w-1/2">
<div class="grid grid-cols-2 gap-4">
<div class="rounded-xl overflow-hidden shadow-lg">
<img src="https://images.unsplash.com/photo-1566669437685-b9e6e8a5578f?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Dorm beds"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
<div class="rounded-xl overflow-hidden shadow-lg">
<img src="https://images.unsplash.com/photo-1551632811-561732d1e306?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Hostel common area"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
<div class="rounded-xl overflow-hidden shadow-lg">
<img src="https://images.unsplash.com/photo-1596178065887-1198b6148b2f?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Hostel locker"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
<div class="rounded-xl overflow-hidden shadow-lg">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Hostel bathroom"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="font-heading font-bold text-3xl md:text-4xl mb-12 text-center text-sunset-pink">
Life at You & Me
</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="rounded-xl overflow-hidden shadow-lg transform hover:scale-105 transition duration-300">
<img src="https://images.unsplash.com/photo-1514933651103-005eec06c04b?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Bar scene"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
<div class="rounded-xl overflow-hidden shadow-lg transform hover:scale-105 transition duration-300">
<img src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Cocktails"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
<div class="rounded-xl overflow-hidden shadow-lg transform hover:scale-105 transition duration-300">
<img src="https://images.unsplash.com/photo-1532635241-17ec820b5df8?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
alt="Pub food"
class="lazy w-full h-64 object-cover"
loading="lazy">
</div>
</html> |