-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
726 lines (589 loc) · 29 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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "utf-8">
<meta content = "width=device-width, initial-scale = 1.0" name = "viewport">
<title> Lord of the Wings Restaurant </title>
<meta content = "" name = "description">
<meta content = "" name = "keywords">
<!-- Favicons -->
<link href = "assets/img/logo.jfif" rel = "icon">
<!-- Google Fonts -->
<link href = "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;
1,400;1,500;1,600;1,700|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel = "stylesheet">
<!-- Vendor CSS Files -->
<link href = "assets/vendor/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
<link href = "assets/vendor/icofont/icofont.min.css" rel = "stylesheet">
<link href = "assets/vendor/boxicons/css/boxicons.min.css" rel = "stylesheet">
<link href = "assets/vendor/animate.css/animate.min.css" rel = "stylesheet">
<link href = "assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel = "stylesheet">
<link href = "assets/vendor/venobox/venobox.css" rel = "stylesheet">
<link href = "assets/vendor/aos/aos.css" rel = "stylesheet">
<link href = "assets/css/style.css" rel = "stylesheet">
</head>
<body>
<header id = "header" class = "fixed-top">
<div class = "container d-flex align-items-center">
<h1 class = "logo mr-auto"> <a href = "index.html"> Lord of the Wings </a> </h1>
<nav class = "nav-menu d-none d-lg-block">
<ul>
<li class = "active"> <a href = "index.html"> Home </a> </li>
<li> <a href = "#about"> About </a> </li>
<li> <a href = "#menu"> Menu </a> </li>
<li> <a href = "#specials"> Specials </a> </li>
<li> <a href = "#gallery"> Gallery </a> </li>
<li> <a href = "#chefs"> Chefs </a> </li>
<li> <a href = "#contact"> Contact </a> </li>
</ul>
</nav>
</div>
</header>
<section id = "hero" class = "d-flex align-items-center">
<div class = "container position-relative text-center text-lg-left" data-aos = "zoom-in" data-aos-delay = "100">
<div class = "row">
<div class = "col-lg-8">
<h1> Welcome to <span>Lord of the Wings</span> </h1>
<h2> Dine like a Lord </h2>
<div class = "btns">
<a href = "#menu" class = "btn-menu animated fadeInUp scrollto"> Menu </a>
<a href = "#book-a-table" class = "btn-book animated fadeInUp scrollto"> Book a Table </a>
</div>
</div>
<div class = "col-lg-4 d-flex align-items-center justify-content-center" data-aos = "zoom-in" data-aos-delay = "200">
</div>
</div>
</div>
</section>
<main id = "main">
<section id = "why-us" class = "why-us">
<div class = "container" data-aos = "fade-up">
<div class = "section-title">
<h2></h2>
<p> Why Choose Us? </p>
</div>
<div class = "row">
<div class = "col-lg-4">
<div class = "box" data-aos = "zoom-in" data-aos-delay = "100">
<span>01</span>
<h4> Best Food Ever </h4>
<p> We specialise in making lip-smacking food for the most affordable prices. You will never forget the taste! </p>
</div>
</div>
<div class = "col-lg-4 mt-4 mt-lg-0">
<div class = "box" data-aos = "zoom-in" data-aos-delay = "200">
<span>02</span>
<h4> Quality Assurance </h4>
<p> Priority is always given to the quality of the food we deliver. What you eat here is as healthy as your homemade food. </p>
</div>
</div>
<div class = "col-lg-4 mt-4 mt-lg-0">
<div class = "box" data-aos = "zoom-in" data-aos-delay = "300">
<span>03</span>
<h4> Fresh Food </h4>
<p> We go for a Zero-Storing Policy, meaning we never store cooked food for future use. The healthiest option for diners. </p>
</div>
</div>
</div>
</div>
</section>
<section id = "about" class = "about">
<div class = "container" data-aos = "fade-up">
<div class = "row">
<div class = "col-lg-6 order-1 order-lg-2" data-aos = "zoom-in" data-aos-delay = "100">
<div class = "about-img">
<img src = "assets/img/itrestaurant.jpg" alt = "">
</div>
</div>
<div class = "col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content">
<h3> The Best IT Restaurant. </h3>
<p>
Being the most loved and preferred restaurant by IT employees across the IT park region, 'Lord of the Wings' enjoys a large hall that can
accommodate more than 300 customers at a given time. The restaurant is well-known for its highlight dish: "Crispy Baked Chilly Chicken Wings".
Apart from the famed wings, the menu includes Chicken Pakora, Chicken Stew, and Chicken Curry as well as Roti, Dalpuri, Alu Dum, Ghooghni, Noodles,
Burgers, Biscuits, and Cakes from Monginis. Beverages include Tea, Coffee, and Aerated drinks, along with Samosas and Spring rolls at an affordable
and convenient price. The canteen serves as a perfect go-to spot for enthusiasts.
The Restaurant, located in Chennai, Tamil Nadu, has extensive coverage, with IT employees coming as regular customers across an area
of more than 500 acres. 'Lord of the Wings' is preferred to be the favorite hangout zone by customers after a day of prolonged work at the office.
A wide variety of food is in the offering at the lowest rates which keeps everyone pleased. The spacious canteen is seen as the hub of all
activities with customers who get to break free from routine life to have a quick bite of appetizing food.
</p>
</div>
</div>
</div>
</section>
<section id = "menu" class = "menu section-bg">
<div class = "container" data-aos = "fade-up">
<div class = "section-title">
<h2> Menu </h2>
<p> Check Our Mouth-Watering Menu </p>
</div>
<div class = "row" data-aos = "fade-up" data-aos-delay = "100">
<div class = "col-lg-12 d-flex justify-content-center">
</div>
</div>
<div class = "row menu-container" data-aos = "fade-up" data-aos-delay = "200">
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/mutton.jfif" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Chicken Biryani </a><span> Rs.250 </span>
</div>
<div class="menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/veg.jfif" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Veg Biryani </a><span> Rs 150 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item">
<img src = "assets/img/egg.jpg" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Egg Biryani </a><span> Rs. 170 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/lollipop.jfif" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Chicken Lollipop </a><span> Rs 200 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/dosa.webp" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Dosa </a><span> Rs 100 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/chickenchow.jpg" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Chicken Chowmein </a><span> Rs 175 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/indiamthali.webp" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Indian Thali </a><span> Rs 140 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
<div class = "col-lg-6 menu-item ">
<img src = "assets/img/chickenbhuna.jfif" class = "menu-img" alt = "">
<div class = "menu-content">
<a href = "#"> Chicken Bhuna </a><span> Rs 280 </span>
</div>
<div class = "menu-ingredients">
</div>
</div>
</div>
</div>
</section>
<section id = "specials" class = "specials">
<div class = "container" data-aos = "fade-up">
<div class = "section-title">
<h2> Specials </h2>
<p> Check Our Specials </p>
</div>
<div class = "row" data-aos = "fade-up" data-aos-delay = "100">
<div class = "col-lg-3">
<ul class = "nav nav-tabs flex-column">
<li class = "nav-item">
<a class = "nav-link active show" data-toggle = "tab" href = "#tab-1"> Baked Crispy Chili Chicken Wings </a>
</li>
<li class = "nav-item">
<a class = "nav-link" data-toggle = "tab" href = "#tab-2"> BBQ Chicken Wings </a>
</li>
<li class = "nav-item">
<a class = "nav-link" data-toggle = "tab" href = "#tab-3"> Honey Soy Chicken Wings </a>
</li>
<li class = "nav-item">
<a class = "nav-link" data-toggle = "tab" href = "#tab-4"> Sweet Chili Chicken Wings </a>
</li>
</ul>
</div>
<div class = "col-lg-9 mt-4 mt-lg-0">
<div class = "tab-content">
<div class = "tab-pane active show" id = "tab-1">
<div class = "row">
<div class = "col-lg-8 details order-2 order-lg-1">
<h3> Highlight of our restaurant </h3>
<p class="font-italic">
Is there anything more rewarding than eating something that makes you feel like a god?
chicken wings, paprika, cayenne and black pepper, soy, and sriracha sauce; with some fresh
sesame seeds on top, you just cannot go wrong with this one! Take things to the next level
with the zingy, zesty spices; and the gorgeous look really makes the dish sing. </p>
</div>
<div class = "col-lg-4 text-center order-1 order-lg-2">
<img src = "assets/img/bcccwings.jpg" alt = "" class = "img-fluid">
</div>
</div>
</div>
<div class = "tab-pane" id = "tab-2">
<div class = "row">
<div class = "col-lg-8 details order-2 order-lg-1">
<h3> It's always a good time for a Barbecue! </h3>
<p class="font-italic">
Delicious chicken wings covered in barbecue sauce, olive oil, soy sauce, smoked paprika, and chili powder, topped off with some fresh parsley is a
beauty and deliciousness to behold. The dish prepared by the cook can be eaten directly. However, if you're in for some BBQ party with your
friends/colleagues, then we've got you covered with a nice backyard extension of our restaurant with a BBQ grill, where you can make your own version
of our dish!
</p>
</div>
<div class = "col-lg-4 text-center order-1 order-lg-2">
<img src = "assets/img/bbqcwings.jpg" alt = "" class = "img-fluid">
</div>
</div>
</div>
<div class = "tab-pane" id = "tab-3">
<div class = "row">
<div class = "col-lg-8 details order-2 order-lg-1">
<h3> For the sweet lovers out there </h3>
<p class = "font-italic">
It's not always about spiciness when it comes to chicken wings! If you're a sweetheart, then this dish, made with soy sauce, honey, rice vinegar,
sesame oil, garlic, and grated ginger topped off with red pepper flakes and green onions just melt your heart.
</p>
</div>
<div class = "col-lg-4 text-center order-1 order-lg-2">
<img src = "assets/img/hscwings.jpg" alt = "" class = "img-fluid">
</div>
</div>
</div>
<div class = "tab-pane" id = "tab-4">
<div class = "row">
<div class = "col-lg-8 details order-2 order-lg-1">
<h3> Sweet n Spicy </h3>
<p class = "font-italic">
One loves spicy wings, the other loves sweet wings. But what if we say it's possible to have both in one? That's right, our sweet chili chicken wings,
made with chili sauce, soy sauce, sriracha sauce, honey, rice vinegar, and red chili powder, gives you the taste of sweetness and spiciness in one
dish!
</p>
</div>
<div class = "col-lg-4 text-center order-1 order-lg-2">
<img src = "assets/img/sccwings.jpg" alt = "" class = "img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id = "testimonials" class = "testimonials section-bg">
<div class = "container" data-aos = "fade-up">
<div class = "section-title">
<p> Reviews </p>
</div>
<div class = "owl-carousel testimonials-carousel" data-aos = "zoom-in" data-aos-delay = "100">
<div class="testimonial-item">
<p>
<i class = "bx bxs-quote-alt-left quote-icon-left"></i>
This restaurant has left the best impression on me! Waiters have high hospitality, the food is delicious, and the restaurant aesthetics are such an eye candy!
The bar has a rich diversity of wine available and the desserts are wonderful. Highly recommended to everyone! I would like to come back here again and again.
<i class = "bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src = "assets/img/testimonials/boy.jpg" class = "testimonial-img" alt = "">
<h3> Siddharth Gupta </h3>
</div>
<div class = "testimonial-item">
<p>
<i class = "bx bxs-quote-alt-left quote-icon-left"></i>
It’s always been a great experience whenever I come here. The ambiance is very welcoming and charming. Amazing wines, food, and service. Staff are extremely
knowledgeable and make great recommendations.
<i class = "bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src = "assets/img/testimonials/boy.jpg" class = "testimonial-img" alt = "">
<h3> Aanandhakumar </h3>
</div>
<div class = "testimonial-item">
<p>
<i class = "bx bxs-quote-alt-left quote-icon-left"></i>
You definitely wanna give this restaurant a try! It’s such an IT landmark with amazing food. The Friday Night event is to die for. IT WAS FIRE!!
The service we received was so amazing and we will definitely be back again. The waiters really did make us feel like a lord and gave us an amazing
experience.
<i class = "bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src = "assets/img/testimonials/boy.jpg" class = "testimonial-img" alt = "">
<h3> Ashish Kumar </h3>
</div>
<div class = "testimonial-item">
<p>
<i class = "bx bxs-quote-alt-left quote-icon-left"></i>
I feel so fortunate to have this place just a few minutes drive away from my workplace. The food is stunning, both the restaurant and the backyard barbecue.
So many varieties of cocktails, beers, and wine. Love this place and will continue to visit.
<i class = "bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src = "assets/img/testimonials/girl.jpg" class = "testimonial-img" alt = "">
<h3> Sanvi Gautam </h3>
</div>
<div class = "testimonial-item">
<p>
<i class = "bx bxs-quote-alt-left quote-icon-left"></i>
Excellent food. The menu is extensive and seasonal to a particularly high standard. Definitely fine dining. The prices are reasonable and they do
different deals on different nights so it’s worth checking them out before you book. Highly recommended.
<i class = "bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src = "assets/img/testimonials/girl.jpg" class = "testimonial-img" alt = "">
<h3> Varsha Reddy </h3>
</div>
</div>
</div>
</section><!-- End Testimonials Section -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2> Gallery </h2>
<p> Take a look at our Lord's Palace! </p>
</div>
</div>
<div class = "container-fluid" data-aos = "fade-up" data-aos-delay = "100">
<div class = "row no-gutters">
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<img src = "assets/img/gallery/one.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/two.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/two.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/three.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/three.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/four.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/four.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/five.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/five.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/six.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/six.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/seven.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/seven.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
<div class = "col-lg-3 col-md-4">
<div class = "gallery-item">
<a href = "assets/img/gallery/eight.jpg" class = "venobox" data-gall = "gallery-item">
<img src = "assets/img/gallery/eight.jpg" alt = "" class = "img-fluid">
</a>
</div>
</div>
</div>
</div>
</section>
<section id = "chefs" class = "chefs">
<div class = "container" data-aos = "fade-up">
<div class = "section-title">
<h2> Chefs </h2>
<p> Master Chefs </p>
</div>
<div class = "row">
<div class = "col-lg-4 col-md-6">
<div class = "member" data-aos = "zoom-in" data-aos-delay = "100">
<img src = "assets/img/chefs/prof1.png" class = "img-fluid" alt = "">
<div class = "member-info">
<div class = "member-info-content">
<h4> Thribhuvan Sunkavalli </h4>
<span> Chef Leader </span>
</div>
<div class = "social">
<a href = ""><i class = "icofont-twitter"></i></a>
<a href = ""><i class = "icofont-facebook"></i></a>
<a href = ""><i class = "icofont-instagram"></i></a>
<a href = ""><i class = "icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class = "col-lg-4 col-md-6">
<div class = "member" data-aos = "zoom-in" data-aos-delay = "200">
<img src = "assets/img/chefs/boy.jpg" class = "img-fluid" alt = "">
<div class = "member-info">
<div class = "member-info-content">
<h4> Aaryan Sinha </h4>
<span> Chef Manager </span>
</div>
<div class = "social">
<a href = ""><i class = "icofont-twitter"></i></a>
<a href = ""><i class = "icofont-facebook"></i></a>
<a href = ""><i class = "icofont-instagram"></i></a>
<a href = ""><i class = "icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class = "col-lg-4 col-md-6">
<div class = "member" data-aos = "zoom-in" data-aos-delay = "300">
<img src = "assets/img/chefs/boy.jpg" class = "img-fluid" alt = "">
<div class = "member-info">
<div class = "member-info-content">
<h4> Sachin Malhotra </h4>
<span> Cook </span>
</div>
<div class = "social">
<a href = ""><i class = "icofont-twitter"></i></a>
<a href = ""><i class = "icofont-facebook"></i></a>
<a href = ""><i class = "icofont-instagram"></i></a>
<a href = ""><i class = "icofont-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id = "contact" class = "contact">
<div class = "container" data-aos = "fade-up">
<div class = "section-title">
<p> Contact Us </p>
</div>
</div>
<div data-aos = "fade-up">
<iframe style = "border:0; width: 100%; height: 350px;" src = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3887.783605534325!2d80.24320712499711!3d12.
985687987331257!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a525d63757d0205%3A0x11c237797ae0184d!2sInternational%20Tech%20Park%2C%20Tharamani%2C%20
Chennai%2C%20Tamil%20Nadu%20600113!5e0!3m2!1sen!2sin!4v1687764468613!5m2!1sen!2sin"
width = "600" height = "450" style = "border:0;" allowfullscreen = "" loading = "lazy" frameborder = "0" allowfullscreen></iframe>
</div>
<div class = "container" data-aos = "fade-up">
<div class = "row mt-5">
<div class = "col-lg-4">
<div class = "info">
<div class = "address">
<i class = "icofont-google-map"></i>
<h4> Location: </h4>
<p> International Tech Park, Chennai <br>
Tamil Nadu, India </p>
</div>
<div class = "open-hours">
<i class = "icofont-clock-time icofont-rotate-90"></i>
<h4> Open Hours: </h4>
<p>
All week:<br>
07:00 AM - 11:30 PM
</p>
</div>
<div class = "email">
<i class = "icofont-envelope"></i>
<h4> Email: </h4>
<p> [email protected] </p>
</div>
<div class = "phone">
<i class = "icofont-phone"></i>
<h4> Call: </h4>
<p> +91 99703 39042 </p>
</div>
</div>
</div>
</section>
</main>
<footer id = "footer">
<div class = "footer-top">
<div class = "container">
<div class = "row">
<div class = "col-lg-3 col-md-6">
<div class = "footer-info">
<h3> LORD OF THE WINGS </h3>
<p>
International Tech Park, Chennai <br>
Tamil Nadu, India<br><br>
<strong>Phone:</strong> +91 99703 39042<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class = "social-links mt-3">
<a href = "#" class = "twitter"><i class = "bx bxl-twitter"></i></a>
<a href = "#" class = "facebook"><i class = "bx bxl-facebook"></i></a>
<a href = "#" class = "instagram"><i class = "bx bxl-instagram"></i></a>
<a href = "#" class = "google-plus"><i class = "bx bxl-skype"></i></a>
<a href = "#" class = "linkedin"><i class = "bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class = "col-lg-2 col-md-6 footer-links">
<h4> Other Links </h4>
<ul>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Home </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> About us </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Services </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Terms of service </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Privacy policy </a></li>
</ul>
</div>
<div class = "col-lg-3 col-md-6 footer-links">
<h4> Services </h4>
<ul>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Celebrating Events </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Bithday Party </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Night Party </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Ceremonies </a></li>
<li><i class = "bx bx-chevron-right"></i> <a href = "#"> Candle Night Dinner </a></li>
</ul>
</div>
<div class = "col-lg-4 col-md-6 footer-newsletter">
<h4> Want a call From Us? </h4>
<p> Feel free to call us and get help with our services </p>
<form action = "" method = "post">
<input type = "email" name = "email"><input type = "submit" value = "Want a Call">
</form>
</div>
</div>
</div>
</div>
<div class = "container">
<div class = "copyright">
© Copyright <strong><span> Lord Of The Wings Restaurant </span></strong>. by Thribhuvan Sunkavalli
</div>
<div class = "credits">
</div>
</div>
</footer>
<div id = "preloader"></div>
<a href = "#" class = "back-to-top"><i class = "bx bx-up-arrow-alt"></i></a>
<script src = "assets/vendor/jquery/jquery.min.js"></script>
<script src = "assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src = "assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src = "assets/vendor/php-email-form/validate.js"></script>
<script src = "assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src = "assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src = "assets/vendor/venobox/venobox.min.js"></script>
<script src = "assets/vendor/aos/aos.js"></script>
<script src = "assets/js/main.js"></script>
</body>
</html>