-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (239 loc) · 13.4 KB
/
index.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
<!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>HOME | 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="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 active-page" href="index.html">Home <span class="sr-only">(current)</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" href="culture.html">Culture</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>
<div class="container text-center">
<div class="row">
<div class="col-md-7 col-sm-12">
<h6>The Oxford of the East</h6>
<h1>Pune</h1>
<p>Cultural capital of Maharashtra</p>
<a class="btn btn-primary btn-light px-5 py-2" href="moreaboutpune.html" role="button">Know More About Pune</a>
</div>
<div class="col-md-5 col-sm-12 h-25">
<img src="Images/shaniwarWada.webp" alt="wada">
</div>
</div>
</div>
</header>
<main>
<div class="container text-center corona-tracker">
<h1>Pune Corona Tracker</h1>
</div>
<div class="container corona">
<div class="m-0 p-0 text-right corona-time"></div>
<table class="table table-hover table-striped text-center corona-table">
<tbody>
<!-- <tr>
<td>New Cases</td>
<td class="newCases"></td>
</tr> -->
<tr>
<td>Confirmed</td>
<td class="confirmedCases"></td>
</tr>
<tr>
<td>Active</td>
<td class="activeCases"></td>
</tr>
<tr>
<td>Recovered</td>
<td class="recoveredCases"></td>
</tr>
<tr>
<td>Deaths</td>
<td class="deathCases"></td>
</tr>
</tbody>
</table>
<h4 class="text-center corona-note">
Note: Data gets updated according to other website. Data Accuracy may be affected. Hence, it may differ with different sources.
</h4>
<h4 class="text-center corona-note">
Source: <a href="https://covid19india.org/" target="_blank">Covid19India</a>
</h4>
</div>
<section class="section-1">
<div class="container text-center">
<div class="row">
<div class="col-md-6">
<div class="wada">
<a href="Images/wada.jpg"><img src="Images/wada.jpg" alt="wada"></a>
</div>
</div>
<div class="col-md-6">
<div class="panel-box text-left">
<h1>Shaniwar Wada</h1>
<p>Shaniwarwada is a historical fortification in the city of Pune in Maharashtra, India. Built in 1732, it was the seat of the Peshwas of the Maratha Empire until 1818, when the Peshwas lost control to the British East India Company after the Third Anglo-Maratha War. Following the rise of the Maratha Empire, the palace became the center of Indian politics in the 18th century.
The fort itself was largely destroyed in 1828 by an unexplained fire, but the surviving structures are now maintained as a tourist site.</p>
</div>
</div>
</div>
</div>
<div class="container text-center">
<div class="row">
<div class="col-md-6">
<div class="wada">
<a href="Images/dagdusheth.jpg"><img src="Images/dagdusheth.jpg" alt="dagdusheth"></a>
</div>
</div>
<div class="col-md-6">
<div class="panel-box text-left">
<h1>Shreemant Dagadusheth Halwai Ganapati Temple</h1>
<p>Shreemant Dagadusheth Halwai Ganapati Temple in Pune is dedicated to the Hindu God Ganesh. The temple is popular in Maharashtra and is visited by over hundred thousand pilgrims every year. The temple is beautifully constructed and boasts a rich history of over 100 years. Jay and Vijay, the two sentinels made of marble catch the eye of all at the outset. The construction is so simple that all the proceedings in the temple along with the beautiful Ganesh idol can be seen even from outside</p>
</div>
</div>
</div>
</div>
<div class="container text-center">
<div class="row">
<div class="col-md-6">
<div class="wada">
<a href="Images/sinhagad-fort.jpg"><img src="Images/sinhagad-fort.jpg" alt="sinhagad"></a>
</div>
</div>
<div class="col-md-6">
<div class="panel-box text-left">
<h1>Sinhagad Fort</h1>
<p>The Sinhagad (Lion's Fort) was strategically built to provide natural protection due to its very steep slopes. The walls and bastions were constructed only at key places. There are two gates to enter the fort, the Kalyan Darwaza and Pune Darwaza which are positioned at the south east and north-east ends respectively. The fort was also strategically located at the centre of a string of other Maratha Empire forts such as Rajgad Fort, Purandar Fort and Torna Fort.</p>
</div>
</div>
</div>
</div>
<div class="container text-center">
<div class="row">
<div class="col-md-6">
<div class="wada">
<a href="Images/lavasa.jpg"><img src="Images/lavasa.jpg" alt="lavasa"></a>
</div>
</div>
<div class="col-md-6">
<div class="panel-box text-left">
<h1>Lavasa</h1>
<p>Lavasa is a private, planned city built in Pune. It is stylistically based on the Italian town Portofino, with a street and several buildings bearing the name of that town. Lavasa is known for its Italian style streets and buildings. It is also famous for the various adventurous activities that one can try in the city. The pre planned city may have no historical points to ponder about however, it has vast spaces of indoor games area, essential watersports experience, nature walks encouraging fitness and life with the wild and scenic dams with a panoramic view of the city.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-2 container-fluid p-0">
<div class="cover">
<div class="content text-center">
<h1>Pune Rankings</h1>
</div>
</div>
<div class="container-fluid text-center">
<div class="numbers d-flex flex-md-row flex-wrap justify-content-center">
<div class="rect">
<h1>1</h1>
<p>Ease Of Living</p>
</div>
<div class="rect">
<h1>9</h1>
<p>SPPU NIRF (2020)</p>
</div>
<div class="rect">
<h1>8</h1>
<p>Population (2011)</p>
</div>
<div class="rect">
<h1>8</h1>
<p>Richest City (GDP)</p>
</div>
</div>
</div>
</section>
<!-- <div class="container counter">
<div id="sfcf3u6btxgqpl9l9rpe9d66jkgx5jm9762"></div><script type="text/javascript" src="https://counter3.stat.ovh/private/counter.js?c=f3u6btxgqpl9l9rpe9d66jkgx5jm9762&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="website counters"><img src="https://counter3.stat.ovh/private/freecounterstat.php?c=f3u6btxgqpl9l9rpe9d66jkgx5jm9762" border="0" title="website counters" alt="website counters"></a></noscript>
</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 -->