-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravel-blog.html
300 lines (276 loc) · 19.9 KB
/
travel-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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.png" type="image/x-icon" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Travel Blog | Akash Bangalkar</title>
<!-- Icon css link -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Rev slider css -->
<link href="vendors/revolution/css/settings.css" rel="stylesheet">
<link href="vendors/revolution/css/layers.css" rel="stylesheet">
<link href="vendors/revolution/css/navigation.css" rel="stylesheet">
<!-- Extra plugin css -->
<link href="vendors/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="vendors/magnify-popup/magnific-popup.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
</head>
<body>
<!--================Header Menu Area =================-->
<header class="main_menu_area">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="https://akashbangalkar.github.io/portfolio/index.html">Home</a></li>
</ul>
</div>
</nav>
</header>
<!--================End Header Menu Area =================-->
<!--================Banner Area =================-->
<section class="banner_area">
<div class="container">
<div class="banner_inner_text">
<h2>Travel Blog</h2>
<p>Never Ending Footsteps</p>
</div>
</div>
</section>
<!--================End Banner Area =================-->
<!--================Blog Main Area =================-->
<section class="blog_main_area p_100">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="blog_main_inner">
<div class="blog_main_item">
<div class="blog_img">
<img class="img-fluid" src="img/travel blog/agra.jpg" alt="">
<div class="blog_date">
<h4>11</h4>
<h5>June, 2017</h5>
</div>
</div>
<div class="blog_text">
<a href="agra.html"><h4>Agra</h4></a>
<div class="blog_author">
<a>Agra, Uttar Pradesh</a>
</div>
<p>When people think of Agra they think of India’s most famous monument - the iconic Taj Mahal regarded as the most beautiful building in the world. Agra is the city nowhere near as beautiful or serene as the Taj, but its still an essential stop on any Indian adventure and part of the famous Golden Triangle.</p>
<a class="more_btn" href="agra.html">Read More</a>
</div>
</div>
<div class="blog_main_item">
<div class="blog_img">
<img class="img-fluid" src="img/travel blog/jaipur.jpg" alt="">
<div class="blog_date">
<h4>13</h4>
<h5>June, 2019</h5>
</div>
</div>
<div class="blog_text">
<a href="jaipur.html"><h4>Jaipur</h4></a>
<div class="blog_author">
<a>Jaipur, Rajasthan</a>
</div>
<p>Jaipur, capital of the state Rajasthan. If you’re heading to Jaipur to start your Rajasthan adventure, you’re in for a real treat as this is where your journey into India will really begin! My heart always gives a little flutter when I start to see the first glimpses of the pink city in Rajasthan from the train window heading out of Delhi.</p>
<a class="more_btn" href="jaipur.html">Read More</a>
</div>
</div>
<div class="blog_main_item">
<div class="blog_img">
<img class="img-fluid" src="img/travel blog/chennai1.jpg" alt="">
<div class="blog_date">
<h4>11</h4>
<h5>January, 2018</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Chennai</h4></a>
<div class="blog_author">
<a>Chennai, Tamilnadu</a>
</div>
<p>Formerly Madras, Chennai is the capital of India’s Tamilnadu state, on the Bay of Bengal in eastern India and the country’s fourth largest city. The lively city is so diverse in its offerings you might find yourself staying longer than expected if you have a bit of extra travel time to play with. Beaches are a big draw here, as are temples, historical sites, and some seriously good food.</p>
<a class="more_btn" href="error-404.html">Read More</a>
</div>
</div>
<div class="blog_main_item">
<div class="blog_img">
<img class="img-fluid" src="img/travel blog/paithan.jpg" alt="">
<div class="blog_date">
<h4>19</h4>
<h5>August, 2014</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Paithan</h4></a>
<div class="blog_author">
<a>Aurangabad, Maharashtra</a>
</div>
<p>Paithan was the capital of the Satavahana Empire of ancient India, situated 56 km south of Aurangabad, this ancient town today famous for its Paithani Silk Sarees, was once a famous seat of learning. Paithan is situated on the banks of Godavari River, Paithan is an important point for Hindu pilgrimage. Today, it is also an important excavation site. Centuries ago, the famous Marathi poet - saint, Eknath lived here. Paithan is also famous for the Jayakawadi dam, the Nath Sagar Reservoir and the Dnyaneshwar Udyan which are favourite tourist spots. The migratory birds in the Nath Sagar Reservoir attract many bird watchers to this location.</p>
<a class="more_btn" href="error-404.html">Read More</a>
</div>
</div>
<div class="blog_main_item">
<div class="blog_img">
<img class="img-fluid" src="img/travel blog/north_goa.jpg" alt="">
<div class="blog_date">
<h4>25</h4>
<h5>June, 2017</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Panjim</h4></a>
<div class="blog_author">
<a>Panjim, Goa</a>
</div>
<p>Panjim, also known as Panaji, is the capital of the Indian state of Goa and the headquarters of North Goa district. Located on the banks of the Mandovi River, the city has cobblestone streets lined with colorful villas an buildings from the Portuguese colonial era. However, the greater Panaji metropolitan area also has a beachfront location with the Arabian Sea. Goa is best known for its beaches. In Panaji, you will find the Miramar and some other beaches, but the city is more about heritage buildings, churches, temples, architecture, walking tours, and fun activities like casino gaming and river cruising. There are many English cafes and French restaurants tucked away in small corners.</p>
<a class="more_btn" href="error-404.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="blog_right_sidebar">
<aside class="r_widget add_widget">
<div class="input-group">
<h4><i>Explore the Blogs</i></h4>
</div>
<div id="accordion" role="tablist" class="solution_collaps">
<div class="card">
<div class="card-header" role="tab" id="headingThree">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Travel Blog List
<i class="minus">-</i>
<i class="plus">+</i>
</a>
</h5>
</div>
<div id="collapseThree" class="collapse" role="tabpanel" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
<li class="nav-item"><a href="agra.html">Agra</a></li>
<li class="nav-item"><a href="jaipur.html">Jaipur</a></li>
<li class="nav-item"><a href="error-404.html">Chennai</a></li>
<li class="nav-item"><a href="error-404.html">Paithan</a></li>
<li class="nav-item"><a href="error-404.html">Panjim</a></li>
<li class="nav-item"><a href="error-404.html">Mumbai</a></li>
<li class="nav-item"><a href="error-404.html">Faridabad</a></li>
<li class="nav-item"><a href="error-404.html">Kolhapur</a></li>
<li class="nav-item"><a href="error-404.html">Ajmer</a></li>
<li class="nav-item"><a href="error-404.html">Nanded</a></li>
<li class="nav-item"><a href="error-404.html">Pune</a></li>
<li class="nav-item"><a href="error-404.html">Pushkar</a></li>
<li class="nav-item"><a href="error-404.html">Ramtek and Khindsi</a></li>
<li class="nav-item"><a href="error-404.html">Sevagram</a></li>
<li class="nav-item"><a href="error-404.html">Shegaon</a></li>
<li class="nav-item"><a href="error-404.html">Margao</a></li>
<li class="nav-item"><a href="error-404.html">Lavasa</a></li>
<li class="nav-item"><a href="error-404.html">Nagpur</a></li>
<li class="nav-item"><a href="error-404.html">Pandharpur</a></li>
<li class="nav-item"><a href="error-404.html">Lonavala</a></li>
<li class="nav-item"><a href="error-404.html">Omkareshwar </a></li>
<li class="nav-item"><a href="error-404.html">Shirdi</a></li>
<li class="nav-item"><a href="error-404.html">New Delhi</a></li>
<li class="nav-item"><a href="error-404.html">Mahabaleshwar</a></li>
<li class="nav-item"><a href="error-404.html">Dongargarh</a></li>
<li class="nav-item"><a href="error-404.html">Aurangabad</a></li>
<li class="nav-item"><a href="error-404.html">Old Delhi</a></li>
<li class="nav-item"><a href="error-404.html">Shani Shingnapur</a></li>
<li class="nav-item"><a href="error-404.html">North Goa</a></li>
<li class="nav-item"><a href="error-404.html">Panhala</a></li>
<li class="nav-item"><a href="error-404.html">South Goa</a></li>
<li class="nav-item"><a href="error-404.html">Bilaspur</a></li>
</div>
</div>
</div>
</div>
</aside>
<aside class="r_widget quote_widget">
<img src="img/icon/quote-icon.png" alt="">
<p>We take photos as a return ticket to a moment otherwise gone.</p>
<p>- Katie Thurmes</p>
</aside>
</div>
</div>
</div>
<nav aria-label="Page navigation example" class="pagination_area">
<ul class="pagination">
<li class="page-item active"><a class="page-link" href="travel-blog.html">Page 1</a></li>
<li class="page-item"><a class="page-link" href="travel-blog-2.html">Page 2</a></li>
<li class="page-item"><a class="page-link" href="travel-blog-3.html">Page 3</a></li>
<li class="page-item"><a class="page-link" href="travel-blog-4.html">Page 4</a></li>
<li class="page-item"><a class="page-link" href="travel-blog-5.html">Page 5</a></li>
<li class="page-item"><a class="page-link" href="travel-blog-6.html">Page 6</a></li>
<li class="page-item"><a class="page-link" href="travel-blog-7.html">Page 7</a></li>
</ul>
</nav>
</div>
</section>
<!--================End Blog Main Area =================-->
<!--================Footer Area =================-->
<footer class="footr_area">
<div class="footer_copyright">
<div class="container">
<div class="float-sm-left">
<h5>© <script>document.write(new Date().getFullYear());</script> Akash Bangalkar - All rights reserved</h5>
</div>
<div class="float-sm-right">
<ul>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy Notice</a></li>
<li><a href="#">Cookie Notice</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.2.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Rev slider js -->
<script src="vendors/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="vendors/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<!-- Extra plugin css -->
<script src="vendors/counterup/jquery.waypoints.min.js"></script>
<script src="vendors/counterup/jquery.counterup.min.js"></script>
<script src="vendors/counterup/apear.js"></script>
<script src="vendors/counterup/countto.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/magnify-popup/jquery.magnific-popup.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="vendors/circle-bar/circle-progress.min.js"></script>
<script src="vendors/circle-bar/plugins.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="js/circle-active.js"></script>
<script src="js/theme.js"></script>
</body>
</html>