-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravel-blog-4.html
300 lines (276 loc) · 20.3 KB
/
travel-blog-4.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>Bucket List Journey</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/margao.jpg" alt="">
<div class="blog_date">
<h4>5</h4>
<h5>October, 2018</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Margao</h4></a>
<div class="blog_author">
<a>Margao, Goa</a>
</div>
<p>Margao is a city in the western Indian state of Goa. Its Portuguese colonial past is evident in buildings like the 1675 baroque Holy Spirit Church, with its ornate interior and pipe organ. The town has many sights and destinations. There are a number of temples and churches in Margao city. It commonly known is the cultural hub and the commercial capital of Goa. The city quietly rests at the banks of River Sal and is known to be one of the oldest settlements in Goa.</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/lavasa.jpg" alt="">
<div class="blog_date">
<h4>9</h4>
<h5>April, 2019</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Lavasa</h4></a>
<div class="blog_author">
<a>Pune, Maharashtra</a>
</div>
<p>Lavasa is a beautiful hilltop city in Pune, which is located on the western mountain ranges. Lavasa is a private, planned city. It is stylistically based on the Italian town Portofino, with a street and several buildings bearing the name of that town. Lavasa is often called the modern-day hill station. Lavasa attracts most tourists because of its pleasant and comfortable weather throughout the year, and especially during the summer. Lush green gardens and the western ghats of Maharashtra confluence to give you an experience of a lifetime.</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/nagpur.jpg" alt="">
<div class="blog_date">
<h4>7</h4>
<h5>March, 2019</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Nagpur</h4></a>
<div class="blog_author">
<a>Nagpur, Maharashtra</a>
</div>
<p>Nagpur, vice-capital of Maharashtra State, The Nagpur City is arranged decisively at the heart of the India with the Zero Mile Marker indicating the topographical focal point of India. Popularly known as the "Orange City" owing to its key role in the export of oranges. The Saoji cuisine of Nagpur is extremely well known for its spicy dishes. As far as roads, railways and air-flights are concerned, the city is well connected and well served to all the major cities of India.</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/pandharpur.jpg" alt="">
<div class="blog_date">
<h4>5</h4>
<h5>June, 2016</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Pandharpur</h4></a>
<div class="blog_author">
<a>Solapur, Maharashtra</a>
</div>
<p>Pandharpur is a well known pilgrimage town, on the banks of Chandrabhaga River in Solapur District, Maharashtra. It is a major holy place in Maharashtra and it is also called South Kashi (Dakshin Kashi) in Maharashtra. It is famous for the Lord Vitthal temple situated on the bank of Bhima river. Bhima river is also known as Chandrabhaga as it takes shape like crescent moon near the town. The ancient temple of Shri.Vitthal was renovated in 1195 A.D. Large number of devotees from all over Maharashtra and surrounding States gather at Pandharpur mainly to celebrate the Aashadhi and Kartiki Ekadashis every year in addition to the regular rush of devotees everyday.</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/lonavala.jpg" alt="">
<div class="blog_date">
<h4>13</h4>
<h5>April, 2019</h5>
</div>
</div>
<div class="blog_text">
<a href="error-404.html"><h4>Lonavala</h4></a>
<div class="blog_author">
<a>Pune, Maharashtra</a>
</div>
<p>Lonavala is a town and a hill station in Pune district in the Indian state of Maharashtra and is a very popular holiday destination for weekends, especially during the monsoons. It is close to both Mumbai and Pune therefore an ideal weekend getaway for relaxation. A trip to Lonavla and Khandala can be combined with sight-seeing visits of Karla, Bhaja and Bedsa caves and also the two fortresses, Lohagad and Visapur. Lonavla is famous throughout India for the hard candy sweet known as chikki. Lonavla comes to life during the monsoon season as the countryside turns lush green with waterfalls and ponds.</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 wander for distraction, but we travel for fulfillment.</p>
<p>- Hilaire Belloc</p>
</aside>
</div>
</div>
</div>
<nav aria-label="Page navigation example" class="pagination_area">
<ul class="pagination">
<li class="page-item"><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 active"><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>