-
Notifications
You must be signed in to change notification settings - Fork 0
/
eatopia.html
500 lines (483 loc) · 19.4 KB
/
eatopia.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Gairah Resorts" />
<meta name="keywords" content="Gairah Resorts, unica, creative, html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Gairah | Eatopia</title>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css?family=Lora:400,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Cabin:400,500,600,700&display=swap"
rel="stylesheet"
/>
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css" />
<link rel="stylesheet" href="css/flaticon.css" type="text/css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css" />
<link rel="stylesheet" href="css/nice-select.css" type="text/css" />
<link rel="stylesheet" href="css/jquery-ui.min.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="icon" href="./img/titleLogo.jpg" type="image/x-icon" />
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Offcanvas Menu Section Begin -->
<div class="offcanvas-menu-overlay"></div>
<div class="canvas-open" style="position: fixed">
<i class="icon_menu"></i>
</div>
<div class="offcanvas-menu-wrapper">
<div class="canvas-close">
<i class="icon_close"></i>
</div>
<div class="search-icon search-switch"></div>
<div class="header-configure-area">
<div class="language-option">
<div class="flag-dropdown"></div>
</div>
<a href="./rooms.html" class="bk-btn">Booking Now</a>
</div>
<nav class="mainmenu mobile-menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li>
<a href="./rooms.html">Rooms</a>
<ul class="dropdown">
<li><a href="./wooden_cottage.html">Wooden Cottage</a></li>
<li><a href="./deluxe_cottage.html">Deluxe Cottage</a></li>
<li><a href="./bamboo_cottage.html">Bamboo Cottage</a></li>
</ul>
</li>
<li><a href="./about-us.html">About Us</a></li>
<li class="active">
<a href="./eatopia.html">Eatopia</a>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<div id="mobile-menu-wrap"></div>
<div class="top-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
<!-- Offcanvas Menu Section End -->
<!-- Header Section Begin -->
<header class="header-section">
<div class="menu-item">
<div class="container">
<div class="row">
<div class="col-lg-2">
<div class="logo">
<a href="./index.html">
<img class="img-fluid" src="img/logo.png" alt="" />
</a>
</div>
</div>
<div class="col-lg-10">
<div class="nav-menu">
<nav class="mainmenu">
<ul>
<li><a href="./index.html">Home</a></li>
<li>
<a href="./rooms.html">Rooms</a>
<ul class="dropdown">
<li>
<a href="./wooden_cottage.html">Wooden Cottage</a>
</li>
<li>
<a href="./deluxe_cottage.html">Deluxe Cottage</a>
</li>
<li>
<a href="./bamboo_cottage.html">Bamboo Cottage</a>
</li>
</ul>
</li>
<li><a href="./about-us.html">About Us</a></li>
<li class="active">
<a href="./eatopia.html">Eatopia</a>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Blog Details Hero Section Begin -->
<section
class="blog-details-hero set-bg"
data-setbg="img/blog/blog-details/blog-details-hero.jpg"
data-aos="fade-down"
data-aos-duration="1500"
>
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="bd-hero-text">
<h2>The Eatopia Restaurent</h2>
<a href="./menu.html" class="primary-btn">Checkout Our Menu</a>
<!-- <ul>
<li class="b-time"><i class="icon_clock_alt"></i> 15th April, 2019</li>
<li><i class="icon_profile"></i> Kerry Jones</li>
</ul> -->
</div>
</div>
</div>
</div>
</section>
<!-- Blog Details Hero End -->
<!-- Blog Details Section Begin -->
<section
class="blog-details-section"
data-aos="fade-down"
data-aos-duration="1500"
>
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="blog-details-text">
<div class="bd-title">
<p>
Welcome to Eatopia, Gairah Resorts’ own dining nook at
Urumbikkara, founded and powered on the philosophy of
farm-to-fork love.
</p>
<p>
We are proud of our commitment to the local community,
supporting sustainable agricultural practices, sourcing
organic food first, and going local whenever possible.
</p>
<p>
Our fares are a selection of popular favorites and much loved
classics from Kerala, India, Oriental and Continental
cuisines, with our own delicious twist to each. We love to
keep it simple and toothsome. Welcome to the best
multi-cuisine restaurant in Urumbikkara.
</p>
<p>Thank you for dining with us.</p>
<a href="./menu.html" class="primary-btn">Checkout Our Menu</a>
</div>
<div class="bd-pic">
<div class="bp-item">
<img src="img/blog/blog-details/blog-details-1.jpg" alt="" />
</div>
<div class="bp-item">
<img src="img/blog/blog-details/blog-details-2.jpg" alt="" />
</div>
<div class="bp-item">
<img src="img/blog/blog-details/blog-details-3.jpg" alt="" />
</div>
</div>
<div class="bd-pic">
<div class="bp-item">
<img src="img/blog/blog-details/blog-details-4.jpg" alt="" />
</div>
<div class="bp-item">
<img src="img/blog/blog-details/blog-details-5.jpg" alt="" />
</div>
<div class="bp-item">
<img src="img/blog/blog-details/blog-details-6.jpg" alt="" />
</div>
</div>
<!-- <table class="tables">
<thead>
<tr class="trs">
<th class="ths">Name</th>
<th class="ths">Details</th>
</tr>
</thead>
<tbody>
<tr class="trs">
<td class="tds" data-column="Operating Hours">
<b>Operating Hours</b>
</td>
<td class="tds">6.30 am – 10.00 pm</td>
</tr>
<tr class="trs">
<td class="tds" data-column="First Name">
<b>Lunch Hours </b>
</td>
<td class="tds" data-column="Last Name">
11.00 am – 3.00 pm
</td>
</tr>
<tr class="trs">
<td class="tds" data-column="First Name">
<b>Dinner Hours</b>
</td>
<td class="tds" data-column="Last Name">
6.00 pm – 10.00 pm
</td>
</tr>
<tr class="trs">
<td class="tds" data-column="First Name">
<b>Dress Code</b>
</td>
<td class="tds" data-column="Last Name">Smart Casuals</td>
</tr>
<tr class="trs">
<td class="tds" data-column="First Name"><b>Cuisine</b></td>
<td class="tds" data-column="Last Name">
Kerala, Indian, Oriental and Continental
</td>
</tr>
</tbody>
</table> -->
<div class="bd-more-text">
<!-- <div class="bm-item">
<h4>If you live in New York City</h4>
<p>
You know all about the traffic there. Getting places is
often next to impossible, even with the gazillion yellow
cabs. If you’re like me you often look with envy at those
shiny limousines with their unformed drivers and wish you
could sit in one. Well, you can. New York limo service is
more affordable than you think, whether it’s for Newark
airport transportation, LaGuardia airport transportation, or
to drive wherever you wish to go.
</p>
</div> -->
<!-- <div class="bm-item">
<h4>Every time I hail a cab in New York City</h4>
<p>
I hope I’ll be lucky enough to get one that’s halfway decent
and that the driver actually speaks English. I have spent
many anxious moments wondering if I ever get to my
destination. Or whether I’d get ripped off. Even if all goes
well, I can’t say I can remember many rides in New York cabs
that were very pleasant. And given how much they cost by
now, going with a limo makes ever more sense.
</p>
</div> -->
</div>
<!-- <div class="tag-share">
<div class="tags">
<a href="#">Travel Trip</a>
<a href="#">Camping</a>
<a href="#">Event</a>
</div>
<div class="social-share">
<span>Share:</span>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-tripadvisor"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
<div class="comment-option">
<h4>2 Comments</h4>
<div class="single-comment-item first-comment">
<div class="sc-author">
<img
src="img/blog/blog-details/avatar/avatar-1.jpg"
alt=""
/>
</div>
<div class="sc-text">
<span>27 Aug 2019</span>
<h5>Brandon Kelley</h5>
<p>
Neque porro qui squam est, qui dolorem ipsum quia dolor
sit amet, consectetur, adipisci velit, sed quia non
numquam eius modi tempora. incidunt ut labore et dolore
magnam.
</p>
<a href="#" class="comment-btn">Like</a>
<a href="#" class="comment-btn">Reply</a>
</div>
</div>
<div class="single-comment-item reply-comment">
<div class="sc-author">
<img
src="img/blog/blog-details/avatar/avatar-2.jpg"
alt=""
/>
</div>
<div class="sc-text">
<span>27 Aug 2019</span>
<h5>Brandon Kelley</h5>
<p>
Neque porro qui squam est, qui dolorem ipsum quia dolor
sit amet, consectetur, adipisci velit, sed quia non
numquam eius modi tempora. incidunt ut labore et dolore
magnam.
</p>
<a href="#" class="comment-btn like-btn">Like</a>
<a href="#" class="comment-btn reply-btn">Reply</a>
</div>
</div>
<div class="single-comment-item second-comment">
<div class="sc-author">
<img
src="img/blog/blog-details/avatar/avatar-3.jpg"
alt=""
/>
</div>
<div class="sc-text">
<span>27 Aug 2019</span>
<h5>Brandon Kelley</h5>
<p>
Neque porro qui squam est, qui dolorem ipsum quia dolor
sit amet, consectetur, adipisci velit, sed quia non
numquam eius modi tempora. incidunt ut labore et dolore
magnam.
</p>
<a href="#" class="comment-btn">Like</a>
<a href="#" class="comment-btn">Reply</a>
</div>
</div>
</div> -->
<div class="leave-comment">
<h4>Reserve Now</h4>
<form action="#" class="comment-form">
<div class="row">
<div class="col-lg-6">
<input type="text" placeholder="Name" />
</div>
<div class="col-lg-6">
<input type="text" placeholder="Contact Number" />
</div>
<div class="col-lg-12 text-center">
<input type="text" placeholder="No. of people" />
<textarea placeholder="Additional Notes"></textarea>
<button type="submit" class="site-btn">Reserve</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Details Section End -->
<br />
<br />
<!-- Footer Section Begin -->
<footer class="footer-section">
<div class="container">
<div class="footer-text">
<div class="row">
<div class="col-lg-4">
<div class="ft-about">
<div class="logo">
<a href="#">
<img src="img/logo.png" alt="" />
</a>
</div>
<p>
Comfortable accommodation and amenities <br />
to the adventure travellers.
</p>
<div class="fa-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-tripadvisor"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 offset-lg-1">
<div class="ft-contact">
<h6>Contact Us</h6>
<ul>
<li>
Kuttiplangadu Post, Kokkayar, Urumbikkara, Kerala 686514
</li>
<li>info@gairahresorts.com</li>
<li>+91 6238226961</li>
<li>+91 8078990499</li>
</ul>
</div>
</div>
<div class="col-lg-3 offset-lg-1">
<div class="ft-contact">
<h6>Links</h6>
<ul>
<li><a href="#about">About</a></li>
<li><a href="">What we do</a></li>
<li><a href="">Testimonials</a></li>
<li><a href="">News and Updates</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-option">
<div class="container">
<div class="row">
<div class="col-lg-7">
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Environmental Policy</a></li>
</ul>
</div>
<div class="col-lg-5">
<div class="co-text">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This website is made with
<i class="fa fa-heart" aria-hidden="true"></i> by
<a href="" target="_blank">GADS LLP</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Search model Begin -->
<div class="search-model">
<div class="h-100 d-flex align-items-center justify-content-center">
<div class="search-close-switch"><i class="icon_close"></i></div>
<form class="search-model-form">
<input type="text" id="search-input" placeholder="Search here....." />
</form>
</div>
</div>
<!-- Search model end -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>