-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
499 lines (494 loc) · 23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="u_KqeKqCPdjapjx8M1J6fNFMA-1mLUhsxaFvxzzXzpQ" />
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>G-hotel Bhadohi</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('c3aurgtk94ca');
</script>
<!-- End of Async Drift Code -->
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#"/></div>
</div>
<!-- end loader -->
<!-- header -->
<meta name="google-site-verification" content="u_KqeKqCPdjapjx8M1J6fNFMA-1mLUhsxaFvxzzXzpQ" />
<header>
<!-- header inner -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-desk">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="#" /></a>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<nav class="navigation navbar navbar-expand-md navbar-dark ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample04" aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample04">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="room.html">Our room</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- end header inner -->
<!-- end header -->
<!-- banner -->
<section class="banner_main">
<div id="myCarousel" class="carousel slide banner" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide" src="images/banner1.jpg" alt="First slide">
<div class="container">
</div>
</div>
<div class="carousel-item">
<img class="second-slide" src="images/banner2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="third-slide" src="images/banner3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="booking_ocline">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="book_room">
<h1>Book a Room Online</h1>
<form class="book_now">
<div class="row">
<div class="col-md-12">
<span>Arrival</span>
<img class="date_cua" src="images/date.png">
<input class="online_book" placeholder="dd/mm/yyyy" type="date" name="dd/mm/yyyy">
</div>
<div class="col-md-12">
<span>Departure</span>
<img class="date_cua" src="images/date.png">
<input class="online_book" placeholder="dd/mm/yyyy" type="date" name="dd/mm/yyyy">
</div>
<div class="col-md-12">
<button class="book_btn">Book Now</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end banner -->
<!-- about -->
<div class="about">
<div class="container-fluid">
<div class="row">
<div class="col-md-5">
<div class="titlepage">
<h2>About Us</h2>
<p>Welcome to G-Hotel Bhadohi, where luxury meets comfort and impeccable service awaits you. Our hotel website is designed to provide you with an immersive experience that showcases our world-class amenities, elegant accommodations, and exceptional hospitality. Let us take you on a virtual journey through our website, highlighting the key features and functionalities that make planning your stay effortless.</p>
<a class="read_more" href="Javascript:void(0)"> Read More</a>
</div>
</div>
<div class="col-md-7">
<div class="about_img">
<figure><img src="images/about.jpg" alt="#"/></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end about -->
<!-- our_room -->
<div class="our_room">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Our Room</h2>
<p> Our website provides comprehensive details about our rooms, </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div id="serv_hover" class="room">
<div class="room_img">
<figure><img src="images/room1.jpg" alt="#"/></figure>
</div>
<div class="bed_room">
<h3>Bed Room</h3>
<p>Room Descriptions Each room category is accompanied by detailed descriptions, highlighting the key features and amenities available </p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div id="serv_hover" class="room">
<div class="room_img">
<figure><img src="images/room2.jpg" alt="#"/></figure>
</div>
<div class="bed_room">
<h3>High-Quality Imagery</h3>
<p>We understand that visual representation is crucial when choosing a room. Our website features high-resolution images of each room category, allowing you to visualize the ambiance, decor, </p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div id="serv_hover" class="room">
<div class="room_img">
<figure><img src="images/room3.jpg" alt="#"/></figure>
</div>
<div class="bed_room">
<h3>Amenities and Services</h3>
<p>Our room descriptions highlight the amenities and services available to enhance your comfort and convenience. </p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div id="serv_hover" class="room">
<div class="room_img">
<figure><img src="images/room4.jpg" alt="#"/></figure>
</div>
<div class="bed_room">
<h3>Bed Room</h3>
<p>From luxurious bedding and premium bath products to in-room entertainment and high-speed internet access, we strive to provide a seamless and enjoyable experience during your stay. </p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div id="serv_hover" class="room">
<div class="room_img">
<figure><img src="images/room5.jpg" alt="#"/></figure>
</div>
<div class="bed_room">
<h3>Bed Room</h3>
<p>We also emphasize any unique offerings specific to certain room categories, such as private balconies or Jacuzzi tubs.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div id="serv_hover" class="room">
<div class="room_img">
<figure><img src="images/room6.jpg" alt="#"/></figure>
</div>
<div class="bed_room">
<h3>Virtual Tours</h3>
<p>For a more immersive experience, our website offers virtual tours of select rooms. These interactive tours allow you to navigate through the room, giving you </p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end our_room -->
<!-- gallery -->
<div class="gallery">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>G-Hotel Gallery</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery1.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery2.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery3.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery4.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery5.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery6.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery7.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="gallery_img">
<figure><img src="images/gallery8.jpg" alt="#"/></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end gallery -->
<!-- blog -->
<div class="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2> G-Hotel Blog</h2>
<p>When it comes to planning a memorable trip, finding the hidden gems of a destination can elevate your travel experience to new heights.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="blog_box">
<div class="blog_img">
<figure><img src="images/blog1.jpg" alt="#"/></figure>
</div>
<div class="blog_room">
<h3>Bed Room</h3>
<span>Unspoiled Natural Wonders: </span>
<p>BHADOHI is blessed with breathtaking natural landscapes that will leave you in awe. From cascading waterfalls and lush rainforests to pristine beaches and rugged mountains, nature enthusiasts will find solace in the unspoiled beauty that awaits. </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog_box">
<div class="blog_img">
<figure><img src="images/blog2.jpg" alt="#"/></figure>
</div>
<div class="blog_room">
<h3>Bed Room</h3>
<span>Quaint Local Neighborhoods: </span>
<p>To truly immerse yourself in the local culture, explore the charming neighborhoods that showcase the authentic heartbeat of BHADOHI.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog_box">
<div class="blog_img">
<figure><img src="images/blog3.jpg" alt="#"/></figure>
</div>
<div class="blog_room">
<h3>Bed Room</h3>
<span>Cultural Gems:</span>
<p>Dig deeper into [Destination]'s history and heritage by uncovering its lesser-known cultural gems. Explore hidden temples, ancient ruins, and historical sites that hold stories of the past.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end blog -->
<!-- contact -->
<div class="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Contact Us</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<form id="request" class="main_form">
<div class="row">
<div class="col-md-12 ">
<input class="contactus" placeholder="Name" type="type" name="Name">
</div>
<div class="col-md-12">
<input class="contactus" placeholder="Email" type="type" name="Email">
</div>
<div class="col-md-12">
<input class="contactus" placeholder="Phone Number" type="type" name="Phone Number">
</div>
<div class="col-md-12">
<textarea class="textarea" placeholder="Message" type="type" Message="Name">Message</textarea>
</div>
<div class="col-md-12">
<button class="send_btn">Send</button>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<div class="map_main">
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7214.039232487547!2d82.61344505!3d25.303545!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x398fdcdb0132e6e1%3A0xdc39744a1f40118c!2sUdaikaranpur%2C%20Uttar%20Pradesh%20221314!5e0!3m2!1sen!2sin!4v1686108148259!5m2!1sen!2sin" width="600" height="400" frameborder="0" style="border:0; width: 100%;" allowfullscreen=""></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class=" col-md-4">
<h3>Contact US</h3>
<ul class="conta">
<li><i class="fa fa-map-marker" aria-hidden="true"></i> Address</li>
<li><i class="fa fa-mobile" aria-hidden="true"></i> +91 8299890048</li>
<li> <i class="fa fa-envelope" aria-hidden="true"></i><a href="#"> [email protected]</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>Menu Link</h3>
<ul class="link_menu">
<li class="active"><a href="#">Home</a></li>
<li><a href="about.html"> about</a></li>
<li><a href="room.html">Our Room</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>News letter</h3>
<form class="bottom_form">
<input class="enter" placeholder="Enter your email" type="text" name="Enter your email">
<button class="sub_btn">subscribe</button>
</form>
<ul class="social_icon">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<p>
© 2020-2023 All Rights Reserved. Design by <a href="#"> Gaurav Tripathi</a>
<br><br>
Distributed by <a href="#" target="_blank">G-Hotel</a>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>