-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
510 lines (489 loc) · 24.9 KB
/
index.html
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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<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=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="style.css">
<title>Mayuri Canteen</title>
</head>
<body>
<div class="wrapper">
<!-- NavBar -->
<nav class="h-[100px] bg-black flex justify-cols justify-around">
<!-- left-part -->
<div>
<img src="image/logo.avif" alt=""
loading="lazy"
class="h-[100px] ml-10">
</div>
<!-- Right-part -->
<div class="text-white flex justify-center items-center gap-10 text-bold hover:text-extrabold">
<a href="">HOME</a>
<a href="">SERVICE</a>
<a href="">ABOUT</a>
<a href="">CONTACT</a>
<a href="Login_Page/login.html">
<button class="h-[40px] bg-orange-500 w-[100px] drop-shadow-md hover:drop-shadow-xl hover:bg-orange-800 rounded-md" >LOGIN</button>
</a>
</div>
</nav>
<!-- Hero Section -->
<section class="bg-black h-[800px] hero-section">
<!-- Hero Section -->
<div class="w-10/12 max-w-[1080px] flex flex-col lg:flex-row justify-between items-center mx-auto pt-[20px] ">
<!-- left part -->
<div class="space-y-10">
<h1 class="font-bold text-[50px] leading-[1.5] text-white">
Enjoy Our <br>
Delicious Meal
</h1>
<p class="text-[18px] leading-7 text-white opacity-70 ">
Savor every bite of your delicious meal as flavors dance on your palate,
creating moments of pure culinary delight.
</p>
<button class="bg-orange-500 text-white rounded-md font-mullish font-bold
hover:bg-orange-800 transition-all duration-200 py-[14px] px-[15px] border-none">
BOOK YOUR MEAL
</button>
</div>
<!-- Right part -->
<div>
<img src="image/hero.png" alt=""
class="w-full max-w-[680px] ml-[100px] mt-[50px] food-spin ">
</div>
</div>
</section>
<!-- Section-2 -->
<section class="bg-white">
<!-- Services Section -->
<div class="flex mt-[50px] mx-auto items-center justify-around p-[40px]">
<!-- div-1 -->
<div class="flex flex-col border gap-5 h-[300px] justify-center items-center w-[350px] shadow-lg shadow-gray-800 rounded-md hover:bg-yellow-500
transition duration-150 border-none p-[20px]">
<div>
<i class="fa-solid fa-users scale-[3] mt-10"></i>
</div>
<div>
<h3 class="text-black text-[30px] text-extrabold">
Master Chefs
</h3>
</div>
<div>
<p class="text-black text-[20px] opacity-90 p-[20px]">
A competitive cooking show where amateur
chefs showcase their culinary skills and
</p>
</div>
</div>
<!-- div-2 -->
<div class="flex flex-col border gap-3 h-[300px] justify-center items-center w-[350px]
shadow-lg shadow-gray-800 rounded-md hover:bg-orange-500 transition duration-150 border-none">
<i class="fa-solid fa-utensils scale-[3] "></i>
<h3 class="text-black text-[30px] text-extrabold">
Quality Food
</h3>
<p class="text-black text-[20px] opacity-90 p-[20px]">
Quality food emphasizes freshness, nutrition, taste,
and ethical sourcing, promoting health,
</p>
</div>
<!-- div-3 -->
<div class="flex flex-col border gap-5 h-[300px] justify-center items-center w-[350px] shadow-lg shadow-gray-800 rounded-md hover:bg-yellow-500 transition duration-150 border-none">
<i class="fa-solid fa-cart-plus scale-[3] mt-10"></i>
<h3 class="text-black text-[30px] text-extrabold">
Online Order
</h3>
<p class="text-black text-[20px] opacity-90 p-[20px]">
Online ordering enables convenient purchase of
goods or services via the internet, providing efficiency,
</p>
</div>
<!-- div-4 -->
<div class="flex flex-col border gap-5 h-[300px] justify-center items-center w-[350px] shadow-lg shadow-gray-800 rounded-md hover:bg-orange-500 transition duration-200 border-none">
<i class="fa-solid fa-headphones-simple scale-[3] mt-10"></i>
<h3 class="text-black text-[30px] text-extrabold">
24/7 Service
</h3>
<p class="text-black text-[20px] opacity-90 p-[20px]">
24/7 service ensures round-the-clock availability
and support, enhancing convenience and accessibility
</p>
</div>
</div>
</section>
<!--about Section- -->
<section>
<div class="bg-white h-[800px] flex" >
<!-- lift-part -->
<div class="flex">
<div>
<img src="image/about-1.jpg" alt=""
loading="lazy"
class="p-[20px] h-[400px]">
<img src="image/about-2.jpg" alt=""
loading="lazy"
class="p-[20px] h-[300px] ml-[100px] mt-[-25px]">
</div>
<div>
<img src="image/about-3.jpg" alt=""
class="h-[300px] p-[20px] mt-[100px] ml-[-25px]">
<img src="image/about-4.jpg" alt=""
class="p-[20px] h-[400px] ml-[-25px] mt-[-25px]">
</div>
</div>
<!-- Right-part -->
<div class=" w-[600px]">
<div class="flex gap-5 mt-[100px] font-extrabold">
<h2 class="text-black text-[50px] ">
Welcome to
</h2>
<h2 class="text-black text-[50px]">
<i class="fa-solid fa-utensils scale-[1] text-orange-500"></i>
</h2>
<h2 class="text-black text-[50px]">
Restoran
</h2>
</div>
<p class="text-[20px] mt-10 opacity-90">
Mayuri Canteen is a charming eatery nestled in the heart of the bustling city center.
Known for its delectable array of homemade dishes and warm, welcoming atmosphere,
Mayuri Canteen has become a beloved destination for locals and visitors alike.
</p>
<p class="text-[20px] mt-10 opacity-90">
The canteen boasts a diverse menu, featuring an assortment of traditional and contemporary cuisine crafted with fresh,
locally-sourced ingredients.
</p>
<div class="flex mt-20 justify-evenly ">
<!-- div-1 -->
<div class="flex ">
<h2 class="text-[80px] font-extrabold text-orange-500">
| 15
</h2>
<p class="flex flex-col items-center justify-center">
Years of <br>
<span class="font-bold" >EXPERIENCE</span>
</p>
</div>
<!-- div-2 -->
<div class="flex">
<h2 class="text-[80px] font-extrabold text-orange-500">
| 50
</h2>
<p class="flex flex-col items-center justify-center">
Popular <br>
<span class="font-bold"> MASTER CHEFS</span>
</p>
</div>
</div>
<button class="bg-orange-500 text-white rounded-md
hover:bg-yellow-800 transition-all duration-200 py-[14px] px-[15px] border-none mt-10 ml-10 w-[150px]">READ MORE</button>
</div>
</div>
</section>
<!-- FOOD MENU -->
<section class="bg-[#F1F8FF]">
<div>
<h1 class="text-black text-[50px] font-bold mx-auto flex justify-center items-center mt-[100px]">Most Popular Items</h1>
<!-- div-3 -->
<div class="flex justify-center items-center gap-10 mt-10">
<!-- div-1 -->
<div class="flex gap-5">
<i class="fa-solid fa-mug-saucer flex items-center justify-center scale-[2] text-orange-500"></i>
<p>
<span class="opacity-70">Popular</span> <br>
<span class="font-bold">Breakfast</span>
</p>
<div class="h-1 w-[100px] bg-orange-500 mt-[60px] ml-[-130px]"></div>
</div>
<!-- div-2 -->
<div class="flex gap-5">
<i class="fa-solid fa-burger flex items-center justify-center scale-[2] text-orange-500"></i>
<p>
<span class="opacity-70">Special</span> <br>
<span class="font-bold">Launch</span>
</p>
<div class="h-1 w-[100px] bg-orange-100 mt-[60px] ml-[-130px]"></div>
</div>
<!-- div-3 -->
<div class="flex gap-5">
<i class="fa-solid fa-utensils flex items-center justify-center scale-[2] text-orange-500"></i>
<p>
<span class="opacity-70">Lovely</span> <br>
<span class="font-bold">Dinner</span>
</p>
<div class="h-1 w-[100px] bg-orange-100 mt-[60px] ml-[-130px]"></div>
</div>
</div >
</div>
<!-- Menu List -->
<div class="flex justify-evenly pt-20 gap-10">
<!-- Left Part -->
<div>
<!-- Div 1 -->
<div class="flex gap-5 ">
<div>
<img src="./image/menu-1.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
<!-- Div 2 -->
<div class="flex gap-5 ">
<div>
<img src="./image/menu-2.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
<!-- Div 3 -->
<div class="flex gap-5">
<div>
<img src="./image/menu-3.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
<!-- Div 4 -->
<div class="flex gap-5">
<div>
<img src="./image/menu-4.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
</div>
<!-- Right Part -->
<div>
<!-- Div 5 -->
<div class="flex gap-5">
<div>
<img src="./image/menu-5.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
<!-- Div 6 -->
<div class="flex gap-5">
<div>
<img src="./image/menu-6.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
<!-- Div 7 -->
<div class="flex gap-5">
<div>
<img src="./image/menu-7.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
<!-- Div 8 -->
<div class="flex gap-5">
<div>
<img src="./image/menu-8.jpg" alt="" class="mb-5">
</div>
<div>
<h2 class="font-bold">Chicken Burger</h2>
<p class="italic">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<div>
<p class="mt-5 font-extrabold text-orange-500 text-lg ml-10">$115</p>
</div>
</div>
</div>
</div>
</section>
<!-- Book a Order -->
<section class="bg-[#F1F8FF] p-20">
<div class="flex justify-center">
<!-- left-part -->
<div>
<img src="image/video.jpg" alt="" class="w-[650px]">
</div>
<!-- Right-part -->
<div class="w-[600px] bg-[#0F172B]">
<p class="italic font-bold text-orange-500 ml-20 mt-10">Reservation</p>
<h1 class="text-[40px] text-white font-bold ml-20">Book your Order</h1>
<input type="text" placeholder="Your Name" class="ml-20 p-2 w-[400px] mt-5 rounded border-none">
<input type="text" placeholder="Your Email" class="ml-20 p-2 w-[400px] mt-5 rounded border-none">
<input type="text" placeholder="Contact" class="ml-20 p-2 w-[400px] mt-5 rounded border-none">
<input type="text" placeholder="Items" class="ml-20 p-2 w-[400px] mt-5 rounded border-none">
<button class="bg-orange-500 text-white rounded-md
hover:bg-yellow-800 transition-all duration-200 py-[14px] px-[15px] border-none ml-20 w-[400px] mt-[20px]">Book Now</button>
</div>
</div>
</section>
<!-- Master-Chef -->
<section class="bg-[#F1F8FF] p-2">
<div>
<p class="italic font-bold text-orange-500 ml-20 mt-10 flex justify-center">Team Members</p>
<h1 class="text-[40px] text-black font-bold ml-20 mb-10 flex justify-center">Our Master Chefs</h1>
<div class="flex justify-evenly">
<div class="h-[350px] w-[300px] bg-white">
<img src="./image/team-1.jpg" alt="" class="rounded-full w-[200px] mx-auto mt-10 hover:scale-110 transition duration-400">
<h2 class="flex justify-center mt-5">Aditya Verma</h2>
<p class="flex justify-center mt-5 opacity-70">Designation</p>
</div>
<div class="h-[350px] w-[300px] bg-white">
<img src="./image/team-2.jpg" alt="" class="rounded-full w-[200px] mx-auto mt-10 hover:scale-110 transition duration-400">
<h2 class="flex justify-center mt-5">Aditya Yadav</h2>
<p class="flex justify-center mt-5 opacity-70">Designation</p>
</div>
<div class="h-[350px] w-[300px] bg-white">
<img src="./image/team-3.jpg" alt="" class="rounded-full w-[200px] mx-auto mt-10 hover:scale-110 transition duration-400">
<h2 class="flex justify-center mt-5">Nilesh Yapadhayay</h2>
<p class="flex justify-center mt-5 opacity-70">Designation</p>
</div>
<div class="h-[350px] w-[300px] bg-white">
<img src="./image/team-4.jpg" alt="" class="rounded-full w-[200px] mx-auto mt-10 hover:scale-110 transition duration-400">
<h2 class="flex justify-center mt-5">Kushal</h2>
<p class="flex justify-center mt-5 opacity-70">Designation</p>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section class="bg-[#F1F8FF] p-2 pb-20">
<div class="">
<p class="italic font-bold text-orange-500 ml-20 mt-10 flex justify-center">Testimonial</p>
<h1 class="text-[40px] text-black font-bold ml-20 mb-10 flex justify-center">Our Clients Say!!!</h1>
<div class="flex justify-evenly ">
<div class="h-[300px] w-[350px] p-2 bg-white hover:bg-orange-400 transition duration-[0.5s] border ">
<i class="fa-sharp fa-solid fa-quote-left scale-[2] p-5 text-orange-500 " ></i>
<p class="ml-2">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<div >
<img src="/image/testimonial-1.jpg" alt="" class="rounded-full mx-auto ">
<p class="flex justify-center items-center flex-col p-5">
<span class="font-bold">Shagufa Anjum</span>
<span class="opacity-80">Profession</span>
</p>
</div>
</div>
<div class="h-[300px] w-[350px] p-2 bg-white hover:bg-orange-400 transition duration-[0.5s] border">
<i class="fa-sharp fa-solid fa-quote-left scale-[2] p-5 text-orange-500 " ></i>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<div >
<img src="/image/testimonial-2.jpg" alt="" class="rounded-full mx-auto ">
<p class="flex justify-center items-center flex-col p-5">
<span class="font-bold">Shagufa Anjum</span>
<span class="opacity-80">Profession</span>
</p>
</div>
</div>
<div class="h-[300px] w-[350px] p-2 bg-white hover:bg-orange-400 transition duration-[0.5s] border">
<i class="fa-sharp fa-solid fa-quote-left scale-[2] p-5 text-orange-500 " ></i>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<div >
<img src="/image/testimonial-3.jpg" alt="" class="rounded-full mx-auto ">
<p class="flex justify-center items-center flex-col p-5">
<span class="font-bold">Shagufa Anjum</span>
<span class="opacity-80">Profession</span>
</p>
</div>
</div>
<div class="h-[300px] w-[350px] p-2 bg-white hover:bg-orange-400 transition duration-[0.5s] border">
<i class="fa-sharp fa-solid fa-quote-left scale-[2] p-5 text-orange-500 " ></i>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<div >
<img src="/image/testimonial-1.jpg" alt="" class="rounded-full mx-auto ">
<p class="flex justify-center items-center flex-col p-5">
<span class="font-bold">Shagufa Anjum</span>
<span class="opacity-80">Profession</span>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="bg-slate-900 pt-10 pb-20">
<div class="flex gap-20 justify-evenly">
<!-- div-1 -->
<div>
<h1 class="text-orange-500 text-[20px] font-extrabold">Company</h1>
<div class="text-white pt-5">
<p> <i class="fa-sharp fa-solid fa-angles-right mr-2"></i> About</p>
<p> <i class="fa-sharp fa-solid fa-angles-right mr-2"></i> Contact us</p>
<p> <i class="fa-sharp fa-solid fa-angles-right mr-2"></i> Reservation</p>
<p> <i class="fa-sharp fa-solid fa-angles-right mr-2"></i> Privacy</p>
<p> <i class="fa-sharp fa-solid fa-angles-right mr-1"></i> Term & Condition</p>
</div>
</div>
<!-- div -2 -->
<div>
<h1 class="text-orange-500 text-[20px] font-extrabold">Contact</h1>
<div class="text-white pt-5">
<p> <i class="fa-sharp fa-regular fa-location-arrow mr-3"></i> Kothri, Bhopal</p>
<p> <i class="fa-sharp fa-solid fa-phone-volume mr-1"></i> +91 8449813808</p>
<p> <i class="fa-sharp fa-solid fa-envelope mr-2"></i> help@gmail.com</p>
</div>
</div>
<!-- div 3 -->
<div>
<h1 class="text-orange-500 text-[20px] font-extrabold">Opening</h1>
<div class="text-white pt-5">
<p>Monday - Saturday</p>
<p>09AM - 09PM</p>
<br>
<p>Sunday</p>
<p>10AM - 08PM</p>
</div>
</div>
<!-- div 4 -->
<div>
<h1 class="text-orange-500 text-[20px] font-extrabold">Newsletter</h1>
<p class="text-white pt-5">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<div class=" border h-[60px] mt-10 rounded-md bg-slate-50 flex justify-between items-center">
<button class="text-slate-600 flex items-center justify-center pl-5">What do you want to learn </button>
<button class="bg-indigo-950 text-white h-[40px] w-[100px] flex justify-center items-center rounded-md mr-5 gap-3">
<i class="fa-solid fa-magnifying-glass"></i> Search</button>
</div>
</div>
</div>
</section>
</div>
</body>
</html>