-
Notifications
You must be signed in to change notification settings - Fork 0
/
LaknavaramLake.html
61 lines (55 loc) · 3.54 KB
/
LaknavaramLake.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
<!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/laknavaram.jpg" alt="">
<div class="overlay">
Laknavaram Lake
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15164.41583998062!2d80.0808383!3d18.1591243!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfe8786cc3a082078!2sLaknavaram%20Bridge!5e0!3m2!1sen!2sin!4v1646144059555!5m2!1sen!2sin" width="300" height="300" style="border:0;" allowfullscreen="" loading="lazy" class="maps"></iframe>
<h1 class="heading">Laknavaram Lake</h1>
<p class="para">Lakhnavaram Lake, located in Govindaraopet Mandal about 70 kilometers away from Warangal, is a trending picnic spot. The lake is an exceptional thing of beauty. The lake was formed by closing down three narrow valleys. Each valley is replaced with a short bund, and hills act as their natural barrier. The lake has been constructed by the rulers of the Kakatiya dynasty in 13th Century A.D. An added advantage is that the lake takes shelter in isolated surroundings and this makes your holiday very private.</p>
<p class="para">
The entire region seems bountiful with green crops and pleasant water resources. The Lakhnavaram Lake which hides itself amidst the hills was discovered during the Kakatiya reign and the rulers expanded it to grow as a source of irrigation. An added attraction to this mystic beauty is the suspension bridge. The hanging bridge takes you to the mini island in the lake. The authorities maintaining the lake also provide boat riding facility which will take you close to the most serene part of the lake.
</p>
</body>
</html>