-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
246 lines (244 loc) · 11 KB
/
blog.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
<!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 inner_page">
<!-- 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">
<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 active">
<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> G-Hotel Blog</h2>
</div>
</div>
</div>
</div>
</div>
<!-- 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 -->
<!-- footer -->
<!-- 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 -->
<!-- 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>