Spaces:
Running
Running
File size: 23,760 Bytes
d33d3d2 |
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 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rayyan Malabar Restaurant - Premium Indian Cuisine in Qatar</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;500;600&display=swap');
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.title-font {
font-family: 'Playfair Display', serif;
}
.hero-section {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
background-size: cover;
background-position: center;
}
.dish-card:hover .dish-overlay {
opacity: 1;
transform: translateY(0);
}
.dish-overlay {
opacity: 0;
transform: translateY(20px);
transition: all 0.3s ease;
}
.scroll-down {
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}
.floating {
animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="fixed w-full bg-white shadow-md z-50">
<div class="container mx-auto px-6 py-3 flex justify-between items-center">
<div class="text-2xl font-bold title-font text-amber-600">
<span class="block">RAYYAN</span>
<span class="block">MALABAR</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="text-gray-800 hover:text-amber-600 transition">Home</a>
<a href="#about" class="text-gray-800 hover:text-amber-600 transition">About</a>
<a href="#restaurant" class="text-gray-800 hover:text-amber-600 transition">Restaurant</a>
<a href="#contact" class="text-gray-800 hover:text-amber-600 transition">Contact</a>
</div>
<div class="md:hidden">
<button class="text-gray-800 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-section min-h-screen flex items-center justify-center text-white pt-20">
<div class="container mx-auto px-6 text-center">
<h1 class="title-font text-5xl md:text-7xl font-bold mb-4">
<span class="block">RAYYAN</span>
<span class="block">MALABAR</span>
<span class="block">RESTAURANT</span>
</h1>
<div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
<p class="text-xl md:text-2xl mb-8">Premium Dining Experience</p>
<p class="text-amber-300 italic text-lg mb-12">"Authentic Indian & Arabian Cuisine"</p>
<p class="max-w-2xl mx-auto text-lg mb-12">
Experience the finest traditional flavors, meticulously crafted with premium ingredients and time-honored recipes in the heart of New Rayyan, Doha
</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-4xl mx-auto">
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-blur-sm">
<h3 class="text-xl font-semibold mb-2">LOCATION</h3>
<p>New Rayyan</p>
<p>Doha, Qatar</p>
</div>
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-blur-sm">
<h3 class="text-xl font-semibold mb-2">RESERVATIONS</h3>
<p>70557018</p>
<p>Call for orders</p>
</div>
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-blur-sm">
<h3 class="text-xl font-semibold mb-2">HOURS</h3>
<p>9:00 AM - 12:00 AM</p>
<p>Open Daily</p>
</div>
</div>
<p class="mt-12 text-sm">Est. Premium Authentic Cuisine</p>
<div class="mt-16 scroll-down">
<a href="#restaurant" class="text-white animate-bounce">
<i class="fas fa-chevron-down text-2xl"></i>
<p class="mt-2">SCROLL</p>
</a>
</div>
</div>
</section>
<!-- Restaurant Section -->
<section id="restaurant" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl font-bold mb-4">Our Restaurant</h2>
<p class="text-xl">Experience Our Ambiance</p>
<div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
</div>
<div class="max-w-4xl mx-auto text-center mb-16">
<p class="text-lg">
Step into Rayyan Malabar Restaurant and immerse yourself in an authentic dining experience with modern comfort and traditional hospitality.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center p-6 hover:shadow-lg transition rounded-lg">
<div class="text-4xl text-amber-600 mb-4">
<i class="fas fa-store"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Modern Facility</h3>
<p>State-of-the-art kitchen and dining area designed for comfort and hygiene standards.</p>
</div>
<div class="text-center p-6 hover:shadow-lg transition rounded-lg">
<div class="text-4xl text-amber-600 mb-4">
<i class="fas fa-utensils"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Expert Chefs</h3>
<p>Experienced chefs specializing in authentic Indian and Arabian cuisine preparation.</p>
</div>
<div class="text-center p-6 hover:shadow-lg transition rounded-lg">
<div class="text-4xl text-amber-600 mb-4">
<i class="fas fa-truck"></i>
</div>
<h3 class="text-xl font-semibold mb-2">Fast Delivery</h3>
<p>Quick and reliable delivery service ensuring your food arrives fresh and hot.</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-gray-100">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl font-bold mb-4">About Us</h2>
<p class="text-xl">Our Story</p>
<div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
</div>
<div class="max-w-4xl mx-auto text-center mb-16">
<p class="text-lg">
Rayyan Malabar Restaurant brings you the authentic taste of Indian and Arabian cuisine in the heart of New Rayyan, Doha, Qatar.
</p>
</div>
<div class="flex flex-col lg:flex-row items-center mb-16">
<div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-8">
<img src="https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-JCJj018Dpx060uTHuQbaj7VZEISg18.png"
alt="Rayyan Malabar Restaurant Grand Opening"
class="w-full rounded-lg shadow-lg floating">
</div>
<div class="lg:w-1/2">
<h3 class="title-font text-2xl font-bold mb-4">Grand Opening</h3>
<h4 class="text-xl font-semibold mb-4 text-amber-600">A Warm Welcome to Our Community</h4>
<p class="mb-6">
Our grand opening celebration marked the beginning of our journey to serve authentic cuisine with traditional hospitality in New Rayyan, Doha.
</p>
<h4 class="text-xl font-semibold mb-4 text-amber-600">Authentic Flavors, Modern Experience</h4>
<p class="mb-6">
Located in the vibrant area of New Rayyan, Doha, our restaurant has been serving the community with traditional recipes passed down through generations. We pride ourselves on using only the finest ingredients and authentic spices to create memorable dining experiences.
</p>
<p>
From our signature BBQ dishes to our aromatic biryanis, every meal is prepared with passion and attention to detail. Our commitment to quality and customer satisfaction has made us a trusted name in Qatar's culinary landscape.
</p>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
<div class="text-center bg-white p-8 rounded-lg shadow-sm">
<h3 class="text-4xl font-bold text-amber-600 mb-2">1000+</h3>
<p>Happy Customers</p>
</div>
<div class="text-center bg-white p-8 rounded-lg shadow-sm">
<h3 class="text-4xl font-bold text-amber-600 mb-2">50+</h3>
<p>Menu Items</p>
</div>
<div class="text-center bg-white p-8 rounded-lg shadow-sm">
<h3 class="text-4xl font-bold text-amber-600 mb-2">100%</h3>
<p>Fresh Daily</p>
</div>
</div>
<div class="max-w-4xl mx-auto">
<h3 class="title-font text-2xl font-bold mb-6 text-center">Why Choose Rayyan Malabar?</h3>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="flex items-start">
<div class="text-amber-600 mr-3 mt-1">
<i class="fas fa-check-circle"></i>
</div>
<p>Premium quality ingredients</p>
</div>
<div class="flex items-start">
<div class="text-amber-600 mr-3 mt-1">
<i class="fas fa-check-circle"></i>
</div>
<p>Authentic traditional recipes</p>
</div>
<div class="flex items-start">
<div class="text-amber-600 mr-3 mt-1">
<i class="fas fa-check-circle"></i>
</div>
<p>Family-friendly atmosphere</p>
</div>
<div class="flex items-start">
<div class="text-amber-600 mr-3 mt-1">
<i class="fas fa-check-circle"></i>
</div>
<p>Fast and reliable service</p>
</div>
<div class="flex items-start">
<div class="text-amber-600 mr-3 mt-1">
<i class="fas fa-check-circle"></i>
</div>
<p>Made with love and care</p>
</div>
<div class="flex items-start">
<div class="text-amber-600 mr-3 mt-1">
<i class="fas fa-check-circle"></i>
</div>
<p>Highest hygiene standards</p>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-16">
<div class="text-center">
<div class="text-4xl text-amber-600 mb-4">
<i class="fas fa-heart"></i>
</div>
<h4 class="text-xl font-semibold mb-2">Passion</h4>
<p>Every dish is prepared with genuine passion for authentic flavors and culinary excellence.</p>
</div>
<div class="text-center">
<div class="text-4xl text-amber-600 mb-4">
<i class="fas fa-star"></i>
</div>
<h4 class="text-xl font-semibold mb-2">Quality</h4>
<p>We never compromise on quality, using only the finest ingredients and traditional cooking methods.</p>
</div>
<div class="text-center">
<div class="text-4xl text-amber-600 mb-4">
<i class="fas fa-users"></i>
</div>
<h4 class="text-xl font-semibold mb-2">Community</h4>
<p>We're proud to be part of the New Rayyan community, serving families and friends with warmth.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl font-bold mb-4">Contact Us</h2>
<p class="text-xl">Visit Us Today</p>
<div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
</div>
<div class="max-w-4xl mx-auto text-center mb-16">
<p class="text-lg">
Experience authentic Indian and Arabian cuisine at our convenient location in New Rayyan, Doha.
</p>
</div>
<div class="flex flex-col lg:flex-row">
<div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-8">
<div class="bg-gray-100 p-8 rounded-lg h-full">
<h3 class="text-2xl font-bold mb-6">Our Location</h3>
<p class="mb-6">
<strong>Rayyan Malabar Restaurant</strong><br>
New Rayyan, Doha, Qatar<br>
Easily accessible with parking available
</p>
<a href="https://maps.app.goo.gl/vgWckX1S2D1gCoZW7"
class="inline-block bg-amber-600 text-white px-6 py-2 rounded hover:bg-amber-700 transition">
View on Google Maps
</a>
<div class="mt-8">
<h4 class="text-xl font-semibold mb-4">Contact Information</h4>
<p class="mb-2"><strong>Phone:</strong> 70557018</p>
<p class="mb-4">For orders, reservations & inquiries</p>
<p><strong>Hours:</strong> 9:00 AM - 12:00 AM</p>
<p>Open daily for dine-in & delivery</p>
</div>
</div>
</div>
<div class="lg:w-1/2">
<div class="bg-gray-100 p-8 rounded-lg h-full">
<h3 class="text-2xl font-bold mb-6">Ready to Order?</h3>
<p class="mb-6">
Call us now for fresh, authentic cuisine delivered right to your doorstep. Free delivery available!
</p>
<h4 class="text-xl font-semibold mb-4">Find Us Easily</h4>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
<div class="flex items-center">
<div class="text-amber-600 mr-3">
<i class="fas fa-car"></i>
</div>
<div>
<p class="font-semibold">Easy Parking</p>
<p class="text-sm">Available</p>
</div>
</div>
<div class="flex items-center">
<div class="text-amber-600 mr-3">
<i class="fas fa-truck"></i>
</div>
<div>
<p class="font-semibold">Free Delivery</p>
<p class="text-sm">Yes</p>
</div>
</div>
<div class="flex items-center">
<div class="text-amber-600 mr-3">
<i class="fas fa-users"></i>
</div>
<div>
<p class="font-semibold">Family Friendly</p>
<p class="text-sm">Always</p>
</div>
</div>
<div class="flex items-center">
<div class="text-amber-600 mr-3">
<i class="fas fa-shopping-bag"></i>
</div>
<div>
<p class="font-semibold">Takeaway Orders</p>
<p class="text-sm">Welcome</p>
</div>
</div>
</div>
<div class="bg-amber-100 p-4 rounded">
<h4 class="text-lg font-semibold mb-2 text-amber-800">Special Offers</h4>
<p class="text-amber-800">
Call us to learn about our daily specials and combo offers!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<div class="text-2xl font-bold title-font text-amber-600 mb-2">
<span class="block">RAYYAN</span>
<span class="block">MALABAR</span>
</div>
<p>Premium Authentic Cuisine</p>
</div>
<div class="mb-6 md:mb-0">
<h4 class="text-lg font-semibold mb-3">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#home" class="hover:text-amber-400 transition">Home</a></li>
<li><a href="#about" class="hover:text-amber-400 transition">About</a></li>
<li><a href="#restaurant" class="hover:text-amber-400 transition">Restaurant</a></li>
<li><a href="#contact" class="hover:text-amber-400 transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-3">Connect With Us</h4>
<div class="flex space-x-4">
<a href="#" class="text-2xl hover:text-amber-400 transition">
<i class="fab fa-facebook"></i>
</a>
<a href="#" class="text-2xl hover:text-amber-400 transition">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-2xl hover:text-amber-400 transition">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center">
<p>© 2023 Rayyan Malabar Restaurant. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Simple JavaScript for mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('.md\\:hidden button');
const mobileMenu = document.querySelector('.md\\:hidden + .md\\:flex');
if (mobileMenuButton) {
mobileMenuButton.addEventListener('click', function() {
if (mobileMenu.style.display === 'block') {
mobileMenu.style.display = 'none';
} else {
mobileMenu.style.display = 'block';
}
});
}
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=gradsyntax/rayyanmalabar" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |