gradsyntax commited on
Commit
d33d3d2
·
verified ·
1 Parent(s): bf7212d

use this link for location - https://maps.app.goo.gl/vgWckX1S2D1gCoZW7 - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +474 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Rayyanmalabar
3
- emoji: 🔥
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: rayyanmalabar
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,474 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Rayyan Malabar Restaurant - Premium Indian Cuisine in Qatar</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;500;600&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .title-font {
18
+ font-family: 'Playfair Display', serif;
19
+ }
20
+
21
+ .hero-section {
22
+ 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');
23
+ background-size: cover;
24
+ background-position: center;
25
+ }
26
+
27
+ .dish-card:hover .dish-overlay {
28
+ opacity: 1;
29
+ transform: translateY(0);
30
+ }
31
+
32
+ .dish-overlay {
33
+ opacity: 0;
34
+ transform: translateY(20px);
35
+ transition: all 0.3s ease;
36
+ }
37
+
38
+ .scroll-down {
39
+ animation: bounce 2s infinite;
40
+ }
41
+
42
+ @keyframes bounce {
43
+ 0%, 20%, 50%, 80%, 100% {
44
+ transform: translateY(0);
45
+ }
46
+ 40% {
47
+ transform: translateY(-20px);
48
+ }
49
+ 60% {
50
+ transform: translateY(-10px);
51
+ }
52
+ }
53
+
54
+ .floating {
55
+ animation: floating 3s ease-in-out infinite;
56
+ }
57
+
58
+ @keyframes floating {
59
+ 0% { transform: translateY(0px); }
60
+ 50% { transform: translateY(-15px); }
61
+ 100% { transform: translateY(0px); }
62
+ }
63
+ </style>
64
+ </head>
65
+ <body class="bg-gray-50">
66
+ <!-- Navigation -->
67
+ <nav class="fixed w-full bg-white shadow-md z-50">
68
+ <div class="container mx-auto px-6 py-3 flex justify-between items-center">
69
+ <div class="text-2xl font-bold title-font text-amber-600">
70
+ <span class="block">RAYYAN</span>
71
+ <span class="block">MALABAR</span>
72
+ </div>
73
+ <div class="hidden md:flex space-x-8">
74
+ <a href="#home" class="text-gray-800 hover:text-amber-600 transition">Home</a>
75
+ <a href="#about" class="text-gray-800 hover:text-amber-600 transition">About</a>
76
+ <a href="#restaurant" class="text-gray-800 hover:text-amber-600 transition">Restaurant</a>
77
+ <a href="#contact" class="text-gray-800 hover:text-amber-600 transition">Contact</a>
78
+ </div>
79
+ <div class="md:hidden">
80
+ <button class="text-gray-800 focus:outline-none">
81
+ <i class="fas fa-bars text-2xl"></i>
82
+ </button>
83
+ </div>
84
+ </div>
85
+ </nav>
86
+
87
+ <!-- Hero Section -->
88
+ <section id="home" class="hero-section min-h-screen flex items-center justify-center text-white pt-20">
89
+ <div class="container mx-auto px-6 text-center">
90
+ <h1 class="title-font text-5xl md:text-7xl font-bold mb-4">
91
+ <span class="block">RAYYAN</span>
92
+ <span class="block">MALABAR</span>
93
+ <span class="block">RESTAURANT</span>
94
+ </h1>
95
+ <div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
96
+ <p class="text-xl md:text-2xl mb-8">Premium Dining Experience</p>
97
+ <p class="text-amber-300 italic text-lg mb-12">"Authentic Indian & Arabian Cuisine"</p>
98
+ <p class="max-w-2xl mx-auto text-lg mb-12">
99
+ Experience the finest traditional flavors, meticulously crafted with premium ingredients and time-honored recipes in the heart of New Rayyan, Doha
100
+ </p>
101
+
102
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-4xl mx-auto">
103
+ <div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-blur-sm">
104
+ <h3 class="text-xl font-semibold mb-2">LOCATION</h3>
105
+ <p>New Rayyan</p>
106
+ <p>Doha, Qatar</p>
107
+ </div>
108
+ <div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-blur-sm">
109
+ <h3 class="text-xl font-semibold mb-2">RESERVATIONS</h3>
110
+ <p>70557018</p>
111
+ <p>Call for orders</p>
112
+ </div>
113
+ <div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-blur-sm">
114
+ <h3 class="text-xl font-semibold mb-2">HOURS</h3>
115
+ <p>9:00 AM - 12:00 AM</p>
116
+ <p>Open Daily</p>
117
+ </div>
118
+ </div>
119
+
120
+ <p class="mt-12 text-sm">Est. Premium Authentic Cuisine</p>
121
+
122
+ <div class="mt-16 scroll-down">
123
+ <a href="#restaurant" class="text-white animate-bounce">
124
+ <i class="fas fa-chevron-down text-2xl"></i>
125
+ <p class="mt-2">SCROLL</p>
126
+ </a>
127
+ </div>
128
+ </div>
129
+ </section>
130
+
131
+ <!-- Restaurant Section -->
132
+ <section id="restaurant" class="py-20 bg-white">
133
+ <div class="container mx-auto px-6">
134
+ <div class="text-center mb-16">
135
+ <h2 class="title-font text-3xl md:text-4xl font-bold mb-4">Our Restaurant</h2>
136
+ <p class="text-xl">Experience Our Ambiance</p>
137
+ <div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
138
+ </div>
139
+
140
+ <div class="max-w-4xl mx-auto text-center mb-16">
141
+ <p class="text-lg">
142
+ Step into Rayyan Malabar Restaurant and immerse yourself in an authentic dining experience with modern comfort and traditional hospitality.
143
+ </p>
144
+ </div>
145
+
146
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
147
+ <div class="text-center p-6 hover:shadow-lg transition rounded-lg">
148
+ <div class="text-4xl text-amber-600 mb-4">
149
+ <i class="fas fa-store"></i>
150
+ </div>
151
+ <h3 class="text-xl font-semibold mb-2">Modern Facility</h3>
152
+ <p>State-of-the-art kitchen and dining area designed for comfort and hygiene standards.</p>
153
+ </div>
154
+
155
+ <div class="text-center p-6 hover:shadow-lg transition rounded-lg">
156
+ <div class="text-4xl text-amber-600 mb-4">
157
+ <i class="fas fa-utensils"></i>
158
+ </div>
159
+ <h3 class="text-xl font-semibold mb-2">Expert Chefs</h3>
160
+ <p>Experienced chefs specializing in authentic Indian and Arabian cuisine preparation.</p>
161
+ </div>
162
+
163
+ <div class="text-center p-6 hover:shadow-lg transition rounded-lg">
164
+ <div class="text-4xl text-amber-600 mb-4">
165
+ <i class="fas fa-truck"></i>
166
+ </div>
167
+ <h3 class="text-xl font-semibold mb-2">Fast Delivery</h3>
168
+ <p>Quick and reliable delivery service ensuring your food arrives fresh and hot.</p>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </section>
173
+
174
+ <!-- About Section -->
175
+ <section id="about" class="py-20 bg-gray-100">
176
+ <div class="container mx-auto px-6">
177
+ <div class="text-center mb-16">
178
+ <h2 class="title-font text-3xl md:text-4xl font-bold mb-4">About Us</h2>
179
+ <p class="text-xl">Our Story</p>
180
+ <div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
181
+ </div>
182
+
183
+ <div class="max-w-4xl mx-auto text-center mb-16">
184
+ <p class="text-lg">
185
+ Rayyan Malabar Restaurant brings you the authentic taste of Indian and Arabian cuisine in the heart of New Rayyan, Doha, Qatar.
186
+ </p>
187
+ </div>
188
+
189
+ <div class="flex flex-col lg:flex-row items-center mb-16">
190
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-8">
191
+ <img src="https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-JCJj018Dpx060uTHuQbaj7VZEISg18.png"
192
+ alt="Rayyan Malabar Restaurant Grand Opening"
193
+ class="w-full rounded-lg shadow-lg floating">
194
+ </div>
195
+ <div class="lg:w-1/2">
196
+ <h3 class="title-font text-2xl font-bold mb-4">Grand Opening</h3>
197
+ <h4 class="text-xl font-semibold mb-4 text-amber-600">A Warm Welcome to Our Community</h4>
198
+ <p class="mb-6">
199
+ Our grand opening celebration marked the beginning of our journey to serve authentic cuisine with traditional hospitality in New Rayyan, Doha.
200
+ </p>
201
+
202
+ <h4 class="text-xl font-semibold mb-4 text-amber-600">Authentic Flavors, Modern Experience</h4>
203
+ <p class="mb-6">
204
+ 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.
205
+ </p>
206
+ <p>
207
+ 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.
208
+ </p>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
213
+ <div class="text-center bg-white p-8 rounded-lg shadow-sm">
214
+ <h3 class="text-4xl font-bold text-amber-600 mb-2">1000+</h3>
215
+ <p>Happy Customers</p>
216
+ </div>
217
+ <div class="text-center bg-white p-8 rounded-lg shadow-sm">
218
+ <h3 class="text-4xl font-bold text-amber-600 mb-2">50+</h3>
219
+ <p>Menu Items</p>
220
+ </div>
221
+ <div class="text-center bg-white p-8 rounded-lg shadow-sm">
222
+ <h3 class="text-4xl font-bold text-amber-600 mb-2">100%</h3>
223
+ <p>Fresh Daily</p>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="max-w-4xl mx-auto">
228
+ <h3 class="title-font text-2xl font-bold mb-6 text-center">Why Choose Rayyan Malabar?</h3>
229
+
230
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
231
+ <div class="flex items-start">
232
+ <div class="text-amber-600 mr-3 mt-1">
233
+ <i class="fas fa-check-circle"></i>
234
+ </div>
235
+ <p>Premium quality ingredients</p>
236
+ </div>
237
+ <div class="flex items-start">
238
+ <div class="text-amber-600 mr-3 mt-1">
239
+ <i class="fas fa-check-circle"></i>
240
+ </div>
241
+ <p>Authentic traditional recipes</p>
242
+ </div>
243
+ <div class="flex items-start">
244
+ <div class="text-amber-600 mr-3 mt-1">
245
+ <i class="fas fa-check-circle"></i>
246
+ </div>
247
+ <p>Family-friendly atmosphere</p>
248
+ </div>
249
+ <div class="flex items-start">
250
+ <div class="text-amber-600 mr-3 mt-1">
251
+ <i class="fas fa-check-circle"></i>
252
+ </div>
253
+ <p>Fast and reliable service</p>
254
+ </div>
255
+ <div class="flex items-start">
256
+ <div class="text-amber-600 mr-3 mt-1">
257
+ <i class="fas fa-check-circle"></i>
258
+ </div>
259
+ <p>Made with love and care</p>
260
+ </div>
261
+ <div class="flex items-start">
262
+ <div class="text-amber-600 mr-3 mt-1">
263
+ <i class="fas fa-check-circle"></i>
264
+ </div>
265
+ <p>Highest hygiene standards</p>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-16">
270
+ <div class="text-center">
271
+ <div class="text-4xl text-amber-600 mb-4">
272
+ <i class="fas fa-heart"></i>
273
+ </div>
274
+ <h4 class="text-xl font-semibold mb-2">Passion</h4>
275
+ <p>Every dish is prepared with genuine passion for authentic flavors and culinary excellence.</p>
276
+ </div>
277
+ <div class="text-center">
278
+ <div class="text-4xl text-amber-600 mb-4">
279
+ <i class="fas fa-star"></i>
280
+ </div>
281
+ <h4 class="text-xl font-semibold mb-2">Quality</h4>
282
+ <p>We never compromise on quality, using only the finest ingredients and traditional cooking methods.</p>
283
+ </div>
284
+ <div class="text-center">
285
+ <div class="text-4xl text-amber-600 mb-4">
286
+ <i class="fas fa-users"></i>
287
+ </div>
288
+ <h4 class="text-xl font-semibold mb-2">Community</h4>
289
+ <p>We're proud to be part of the New Rayyan community, serving families and friends with warmth.</p>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </section>
295
+
296
+ <!-- Contact Section -->
297
+ <section id="contact" class="py-20 bg-white">
298
+ <div class="container mx-auto px-6">
299
+ <div class="text-center mb-16">
300
+ <h2 class="title-font text-3xl md:text-4xl font-bold mb-4">Contact Us</h2>
301
+ <p class="text-xl">Visit Us Today</p>
302
+ <div class="w-24 h-1 bg-amber-500 mx-auto my-6"></div>
303
+ </div>
304
+
305
+ <div class="max-w-4xl mx-auto text-center mb-16">
306
+ <p class="text-lg">
307
+ Experience authentic Indian and Arabian cuisine at our convenient location in New Rayyan, Doha.
308
+ </p>
309
+ </div>
310
+
311
+ <div class="flex flex-col lg:flex-row">
312
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-8">
313
+ <div class="bg-gray-100 p-8 rounded-lg h-full">
314
+ <h3 class="text-2xl font-bold mb-6">Our Location</h3>
315
+ <p class="mb-6">
316
+ <strong>Rayyan Malabar Restaurant</strong><br>
317
+ New Rayyan, Doha, Qatar<br>
318
+ Easily accessible with parking available
319
+ </p>
320
+ <a href="https://maps.app.goo.gl/vgWckX1S2D1gCoZW7"
321
+ class="inline-block bg-amber-600 text-white px-6 py-2 rounded hover:bg-amber-700 transition">
322
+ View on Google Maps
323
+ </a>
324
+
325
+ <div class="mt-8">
326
+ <h4 class="text-xl font-semibold mb-4">Contact Information</h4>
327
+ <p class="mb-2"><strong>Phone:</strong> 70557018</p>
328
+ <p class="mb-4">For orders, reservations & inquiries</p>
329
+ <p><strong>Hours:</strong> 9:00 AM - 12:00 AM</p>
330
+ <p>Open daily for dine-in & delivery</p>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="lg:w-1/2">
336
+ <div class="bg-gray-100 p-8 rounded-lg h-full">
337
+ <h3 class="text-2xl font-bold mb-6">Ready to Order?</h3>
338
+ <p class="mb-6">
339
+ Call us now for fresh, authentic cuisine delivered right to your doorstep. Free delivery available!
340
+ </p>
341
+
342
+ <h4 class="text-xl font-semibold mb-4">Find Us Easily</h4>
343
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
344
+ <div class="flex items-center">
345
+ <div class="text-amber-600 mr-3">
346
+ <i class="fas fa-car"></i>
347
+ </div>
348
+ <div>
349
+ <p class="font-semibold">Easy Parking</p>
350
+ <p class="text-sm">Available</p>
351
+ </div>
352
+ </div>
353
+ <div class="flex items-center">
354
+ <div class="text-amber-600 mr-3">
355
+ <i class="fas fa-truck"></i>
356
+ </div>
357
+ <div>
358
+ <p class="font-semibold">Free Delivery</p>
359
+ <p class="text-sm">Yes</p>
360
+ </div>
361
+ </div>
362
+ <div class="flex items-center">
363
+ <div class="text-amber-600 mr-3">
364
+ <i class="fas fa-users"></i>
365
+ </div>
366
+ <div>
367
+ <p class="font-semibold">Family Friendly</p>
368
+ <p class="text-sm">Always</p>
369
+ </div>
370
+ </div>
371
+ <div class="flex items-center">
372
+ <div class="text-amber-600 mr-3">
373
+ <i class="fas fa-shopping-bag"></i>
374
+ </div>
375
+ <div>
376
+ <p class="font-semibold">Takeaway Orders</p>
377
+ <p class="text-sm">Welcome</p>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ <div class="bg-amber-100 p-4 rounded">
383
+ <h4 class="text-lg font-semibold mb-2 text-amber-800">Special Offers</h4>
384
+ <p class="text-amber-800">
385
+ Call us to learn about our daily specials and combo offers!
386
+ </p>
387
+ </div>
388
+ </div>
389
+ </div>
390
+ </div>
391
+ </div>
392
+ </section>
393
+
394
+ <!-- Footer -->
395
+ <footer class="bg-gray-900 text-white py-12">
396
+ <div class="container mx-auto px-6">
397
+ <div class="flex flex-col md:flex-row justify-between items-center">
398
+ <div class="mb-6 md:mb-0">
399
+ <div class="text-2xl font-bold title-font text-amber-600 mb-2">
400
+ <span class="block">RAYYAN</span>
401
+ <span class="block">MALABAR</span>
402
+ </div>
403
+ <p>Premium Authentic Cuisine</p>
404
+ </div>
405
+
406
+ <div class="mb-6 md:mb-0">
407
+ <h4 class="text-lg font-semibold mb-3">Quick Links</h4>
408
+ <ul class="space-y-2">
409
+ <li><a href="#home" class="hover:text-amber-400 transition">Home</a></li>
410
+ <li><a href="#about" class="hover:text-amber-400 transition">About</a></li>
411
+ <li><a href="#restaurant" class="hover:text-amber-400 transition">Restaurant</a></li>
412
+ <li><a href="#contact" class="hover:text-amber-400 transition">Contact</a></li>
413
+ </ul>
414
+ </div>
415
+
416
+ <div>
417
+ <h4 class="text-lg font-semibold mb-3">Connect With Us</h4>
418
+ <div class="flex space-x-4">
419
+ <a href="#" class="text-2xl hover:text-amber-400 transition">
420
+ <i class="fab fa-facebook"></i>
421
+ </a>
422
+ <a href="#" class="text-2xl hover:text-amber-400 transition">
423
+ <i class="fab fa-instagram"></i>
424
+ </a>
425
+ <a href="#" class="text-2xl hover:text-amber-400 transition">
426
+ <i class="fab fa-twitter"></i>
427
+ </a>
428
+ </div>
429
+ </div>
430
+ </div>
431
+
432
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center">
433
+ <p>&copy; 2023 Rayyan Malabar Restaurant. All rights reserved.</p>
434
+ </div>
435
+ </div>
436
+ </footer>
437
+
438
+ <script>
439
+ // Simple JavaScript for mobile menu toggle
440
+ document.addEventListener('DOMContentLoaded', function() {
441
+ const mobileMenuButton = document.querySelector('.md\\:hidden button');
442
+ const mobileMenu = document.querySelector('.md\\:hidden + .md\\:flex');
443
+
444
+ if (mobileMenuButton) {
445
+ mobileMenuButton.addEventListener('click', function() {
446
+ if (mobileMenu.style.display === 'block') {
447
+ mobileMenu.style.display = 'none';
448
+ } else {
449
+ mobileMenu.style.display = 'block';
450
+ }
451
+ });
452
+ }
453
+
454
+ // Smooth scrolling for anchor links
455
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
456
+ anchor.addEventListener('click', function (e) {
457
+ e.preventDefault();
458
+
459
+ const targetId = this.getAttribute('href');
460
+ if (targetId === '#') return;
461
+
462
+ const targetElement = document.querySelector(targetId);
463
+ if (targetElement) {
464
+ window.scrollTo({
465
+ top: targetElement.offsetTop - 80,
466
+ behavior: 'smooth'
467
+ });
468
+ }
469
+ });
470
+ });
471
+ });
472
+ </script>
473
+ <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>
474
+ </html>