-
Notifications
You must be signed in to change notification settings - Fork 0
/
bhadrakaliBund.html
64 lines (60 loc) · 3.63 KB
/
bhadrakaliBund.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
<!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.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="CSS/style2.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg navbarclass sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="photos\logo.jpg" alt="" width="70px" height="50px">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#places">Places</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="cont">
<img src="photos/bhadrakali-promenade-geo-bio-diversity-park.jpg" alt="">
<div class="overlay">
Bhadrakali Bund
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15179.521962413672!2d79.5818!3d17.9842963!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x98b906df46511f7b!2sBhadrakali%20Bund!5e0!3m2!1sen!2sin!4v1646141402103!5m2!1sen!2sin" width="300" height="300" style="border:0;" allowfullscreen="" loading="lazy" class="maps"></iframe>
<h1 class="heading">Bhadrakali Bund</h1>
<p class="para">
Development of the 1.1-km-long Bhadrakali bund had been taken up in 2016 under Heritage City Development and Augmentation Yojana (HRIDAY) scheme. Even though it got delayed by a couple of years, the final work has turned out quite mesmerising for citizens.
</p>
<p class="para">
Ethylene propylene diene monomer (EPDM)-made walking track, play zone and other elements make the lakefront stand out. Citizens can spend quality time walking along the bund, basking in the beauty of serene Bhadrakali Lake with historic Bhadrakali Temple in the backdrop. Green colonnades, open-air gym, playing area and integrated landscape lighting add to the ambience.
</p>
<p class="para">
The bund has great architectural elements of Kakatiya rulers in the form of gateways, shelters and sculptural focal points, each aimed at achieving cultural enrichment. The old town gateways used as entrance portals add to the beauty. Green colonnades, integrated floor lighting, ghats with multi-level seating, a performance plaza, open-air gym and several such attractions are part of the promenade.
</p>
</body>
</html>