-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathculture.html
375 lines (252 loc) · 18.9 KB
/
culture.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mob-tab-style.css">
<link rel="shortcut icon" href="Images/favicon1.png" type="image/png">
<title>CULTURE | PUNEKAR</title>
</head>
<body>
<header>
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg">
<div class="logo">
<img src="Images/logo.png" alt="brand-logo">
</div>
<a class="navbar-brand" href="index.html">Punekar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<!-- <i class="fas fa-align-right text-light"></i> -->
<i class="fa fa-bars icon-menu-bar align-right"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="history.html">History</a>
</li>
<li class="nav-item">
<a class="nav-link active-page" href="culture.html">Culture <span class="sr-only">(current)</a>
<li class="nav-item dropdown">
<div class="dropdown">
<a href="#" class="nav-link">Places</a>
<div class="dropdown-content">
<a href="historic.html">Historic</a>
<a href="religious.html">Religious</a>
<a href="fun.html">Fun</a>
</div>
</div>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="education.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="food.html">Food</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<a href="Images/dhol.jpg"><img src="Images/dhol.jpg" class="d-block w-100" alt="img-1"></a>
</div>
<div class="carousel-item">
<a href="Images/shivajiJayanti.jpg"><img src="Images/shivajiJayanti.jpg" class="d-block w-100" alt="img-2"></a>
</div>
<div class="carousel-item">
<a href="Images/dahiHandi.jpg"><img src="Images/dahiHandi.jpg" class="d-block w-100" alt="img-3"></a>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" 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="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</header>
<main>
<div class="container-fluid main-content">
<div class="main-content">
<p>
Pune is said to be the cultural capital of the state of Maharashtra. It epitomizes the Marathi culture, which lays emphasis on which education, arts and crafts, music, theatre, etc. Pune culture reflects a blend of traditions with modernity. On one hand, you have classical shows being performed in the city, on the other, the city boasts of an amazing nightlife.
Pune is the birthplace of the great poet-saint, Tukaram. The city claims the honor of being the home of great freedom fighters like Bal Gangadhar Tilak, Gopal Krishna Gokhale, etc. The culture of Pune is well reflected through its cuisine, people, languages, etc. The most common language of Pune, spoken by majority of the population, is Marathi. Apart from Marathi, Hindi is also one of the languages used commonly in Pune and is used widely throughout the city. The city of Pune has acquired a cosmopolitan identity. People belonging to different castes, creeds, religions and economic backgrounds can be found here. With the setting up of software companies and professional institutions in Pune, the city has assumed a multi-ethnic personality.
The glorious city of Pune is heralded as the cultural capital of the state of Maharashtra. The city has a rich past giving it deep roots, which can be seen in various regional as well as national festivals celebrated here. Besides, in the recent years, the city has also emerged as a major educational and IT industry hub, which has led to the influx of large number of students and professionals here.
</p>
</div>
</div>
<div class="container">
<h1 class="text-center festivals">Festivals Celebration</h1>
</div>
<div class="container-fluid culture-grid">
<div class="sidebar">
<h2 class="text-center">Ashadhi Ekadashi</h2>
<p>Pandharpur Wari or Wari pronounced vaaree, is an annual pilgrimage (yatra) to the town of Pandharpur, which is the seat of Hindu God Vithoba in the Indian state of Maharashtra, in honour of the deity. Palakhis (palanquin processions) carrying the paduka (foot prints) of the deity and various saints, most notably Dnyaneshwar and Tukaram from the Warkari sect, are taken from their respective shrines to Pandharpur. Warkari is a Marathi term which means "one who performs the Wari" or "one who venerates the Vithoba". The tradition is more than 700 to 800 years old.
The two most revered palakhis, Saint Dnyaneshwar's palakhi leaves from the town of Alandi, while Saint Tukaram's begins at Dehu; both these towns are located in Pune district of Maharashtra. This march on foot from various locations in Maharashtra to Vithoba temple, Pandharpur, attracts over a million pilgrims. The journey takes 21 days. Numerous palakhis join the main Tukaram and Dnyaneshwar palakhis along the way. The Wari culminates at the Vithoba temple on the holy occasion of Ashadhi Ekadashi. Devotees from all over Maharashtra and nearby areas set out for Pandharpur, wearing holy basil beads and singing the glories of Vithoba and songs like "Gyanba Tukaram", commemorating the saints. Upon reaching Pandharpur on Ashadhi Ekadashi, these devotees take a holy dip in the sacred Chandrabhaga River/Bhima River before proceeding to visit the Vitthal Temple.</p>
</div>
<div class="content-1">
<h2 class="text-center">Ganeshotsav</h2>
<p>
Ganpati celebrations have been going on in Pune since the days of Chatrapati Shivaji Maharaj. In other words, Pune has been associated with Ganpati celebrations since the beginning. In 1893, Lokmanya Tilak reinvented the Ganpati celebrations in Pune with the hope of breaking the social barriers in a society where caste played a huge role in everyday life. Now the celebrations of this festival have spread to many parts of the country, but its roots are known to be in Pune.
The whole city takes on a festive look during these 10 days with the lanes and temples decorated and music blaring in every street. Although the idols in Pune are not as humongous as the idols in Mumbai which stand at 30-40 feet, the celebrations in Pune are more about tradition. Tradition is so important that the Ganpati mandals have a priority list when the idols are taken for immersion.
</p>
<p>The most famous Ganpati Pandals to visit are Shri Kasba Ganpati Sarvajanik Ganeshotsav Mandal
Tambdi Jogeshwari Ganpati,
Guruji Talim Ganpati,
Tulshibaug Ganpati,
Kesari Wada Ganpati,
Dagdusheth Halwai Ganpati,
Hutatma Babu Genu Ganesh Mandal Trust,
Jilbya Maruti Ganpati Mandir,
Shrimant Bhausaheb Rangari Mandal,
Akhil Mandai Mandal.</p>
</div>
<div class="content-2">
<h2 class="text-center">
Deepotsav
</h2>
<p>On Padwa, there’s an early morning puja that happens inside the Sarasbaug Ganpati temple. Along with the Deepotsav, you can see a lot of devotees visiting the temple to take the Lord's blessings. The Deepotsav program gets over after sunrise, and believe it or not, it’s so crowded that it takes around half an hour to just get out of the premises of the garden. The view and the vibe of this Deepotsav are so appealing that in spite of the crowds and traffic, people attend it consistently every year.</p>
<p>In addition to the Padwa Pahat Deepotsav, Sarasbaug also hosts cultural music programmes on the day of Lakshmi Poojan. Apart from Sarasbaug, there are a lot of venues like Bal Gandharva Rang Mandir, Yashvantrao Chavan Auditorium and many more that host Diwali Pahat cultural programmes. The cultural programmes during Deepotsav are all celebrated with a lot of zeal and a perfect occasion for people to come and celebrate the festivities together. You can also experience the melodies of young musicians at the Kajal Society in Kothrud on October 27th from 6.30am onwards. Swarangi Marathe – Shamika Bhide and Sameer Dublay will be performing at the event this year.</p>
</div>
<div class="content-3">
<h2 class="text-center">Navratri</h2>
<p>One of the revered temples of Pune, the Chaturshringi Mandir should be on your list of places to visit when you’re in Pune. Located on Senapati Bapat Road near Pune University in Gokhale Nagar, this temple has been the place for the devotees of Mahakali and Shri Chaturshringi for ages. The word “Chaturshringi” is derived from the word “Chattu” which means “Mountain with four peaks” and represents faith and power. The main temple also includes idols of Goddess Durga, Ashtavinayaka and Ganesha.</p>
<p>Each year, a fair is held on the day of Navratri at the foothills of the temple. The entire Chaturshringi Mandir is lit up with lamps in a traditional Indian style. Devotees come here especially to see the silver Murti (idol) yatra where the statue is carried in a silver chariot. This event takes place on the last day of the festival which is also known as Dussehra.
</p>
</div>
<div class="content-4">
<h2 class="text-center">
Chhatrapati Shivaji Maharaj Jayanti
</h2>
<p>
Shiv Jayanti or Chhatrapati Shivaji Maharaj Jayanti is the birth anniversary of Maratha king Shivaji. Shiv Jayanti is celebrated on February 19 every year in his honour.
The creator and founder of the Maratha Empire, Shivaji was born in 1630 at Shivneri Fort near Pune. This year marks the 390th birth anniversary of the great Maratha
</p>
<p>
Carrying saffron flags (jaripatka — the official flag of Maratha kingdom), peoplein different groups(mandals) organize a rally with a chariot. With a view to commemorate the birth anniversary of Maratha warrior Chhatrapati Shivaji Maharaj, several social and cultural groups gather and make this occasion to memorize the birth or great leader.
</p>
</div>
<div class="content-5">
<h2 class="text-center">
Janmasthami
</h2>
<p>
Janmashtami is celebrated by the Hindus to symbolize birth of Lord Krishna. Dahihandi celebrated a day after Krishna Janmashtami, is celebrated every year at various areas in Pune.
Govindas or the participants form a human pyramid to reach out to an earthen pot carrying curd and butter in it or Dahihandi, which is hung high and is out of reach. The participants try to reach to the pot and break it. This festival is celebrated very enthusiastically in big cities like Pune. Numerous banners of Dahihandi festival could be seen in the city since past few days. Every ‘Dahihandi Pathak’ or team of participants tries to do something unique, to attract people.
</p>
<p>
‘Govinda ala re…’ And ‘Bol Bajrang Bali Ki Jai …’ are such songs which will be played in the whole city this day to fetch the attention of people and celebrate this festival. The reason is enthusiasm of Gokul Ashtami. Govindas are now ready to break the pot in the streets of Pune. Even the Dahihandi organizers are super excited for this festival and will be calling some great celebrities and Bollywood stars on the stage to pull the maximum crowd.
</p>
</div>
<!-- <div class="content-6">6</div>
<div class="content-7">7</div>
-->
</div>
<div class="container-fluid">
<div class="gallery">
<div>
<a href="Images/festival5.jpg"><img src="Images/festival5.jpg" alt="" class="img-1 img-fluid"></a>
</div>
<div>
<a href="Images/festival6.jpg"><img src="Images/festival6.jpg" alt="" class="img-2 img-fluid"></a>
</div>
<div>
<a href="Images/festival3.jpg"><img src="Images/festival3.jpg" alt="" class="img-3 img-fluid"></a>
</div>
<div>
<a href="Images/festival4.jpg"><img src="Images/festival4.jpg" alt="" class="img-4 img-fluid"></a>
</div>
<div>
<a href="Images/festival2.jpg"><img src="Images/festival2.jpg" alt="" class="img-5 img-fluid"></a>
</div>
<div>
<a href="Images/festival8.jpg"><img src="Images/festival8.jpg" alt="" class="img-6 img-fluid"></a>
</div>
<div>
<a href="Images/festival1.jpg"><img src="Images/festival1.jpg" alt="" class="img-7 img-fluid"></a>
</div>
<div>
<a href="Images/festival7.jpg"><img src="Images/festival7.jpg" alt="" class="img-8 img-fluid"></a>
</div>
<div>
<a href="Images/festival9.jpg"><img src="Images/festival9.jpg" alt="" class="img-9 img-fluid"></a>
</div>
<div>
<a href="Images/festival10.jpg"><img src="Images/festival10.jpg" alt="" class="img-10 img-fluid"></a>
</div>
<div>
<a href="Images/festival11.jpg"><img src="Images/festival11.jpg" alt="" class="img-11 img-fluid"></a>
</div>
<div>
<a href="Images/festival12.jpg"><img src="Images/festival12.jpg" alt="" class="img-12 img-fluid"></a>
</div>
<div>
<a href="Images/festival16.jpg"><img src="Images/festival16.jpg" alt="" class="img-13 img-fluid"></a>
</div>
<div>
<a href="Images/festival14.jpg"><img src="Images/festival14.jpg" alt="" class="img-14 img-fluid"></a>
</div>
<div>
<a href="Images/festival17.jpg"><img src="Images/festival17.jpg" alt="" class="img-15 img-fluid"></a>
</div>
<div>
<a href="Images/festival13.jpg"><img src="Images/festival13.jpg" alt="" class="img-16 img-fluid"></a>
</div>
</div>
</div>
</main>
<footer>
<div class="container-fluid p-0">
<div class="row text-left">
<div class="col-md-5 col-sm-12 aboutus">
<h1 class="text-light">About Us</h1>
<p class="text-muted">
Group of people giving the beautifications of Pune city.
</p>
<p class="pt-2 text-muted">
Copyright ©2020 All rights reserved | This template is made by <span>Ameya Jain</span>
</p>
</div>
<div class="col-md-5 col-sm-12">
<h4 class="text-light">Contact Us</h4>
<p class="text-muted">Ameya Jain</p>
<p class="text-muted">E-mail: <span>ameiya.jain@gmail.com</span></p>
</div>
<div class="col-md-2 col-sm-12">
<h4 class="text-light">Follow Us</h4>
<div class="column">
<a href="https://www.linkedin.com/in/ameya-jain-8344611b0" target="_blank" class="fa fa-linkedin"></a>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="js/jquery.ripples-min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>
<!-- landmark -->