-
Notifications
You must be signed in to change notification settings - Fork 0
/
room.html
275 lines (273 loc) · 12 KB
/
room.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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>Gaurav 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 -->
<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 ">
<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 active">
<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 -->
<div class="back_re">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>Our Room</h2>
</div>
</div>
</div>
</div>
</div>
<!-- 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 -->
<!-- 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><a href="#">Home</a></li>
<li class="active"><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 Bhadohi</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>