-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtask12_11.html
58 lines (47 loc) · 3.72 KB
/
task12_11.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
<!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">
<link rel="icon" href="img knp\iloveknp.png">
<title>KANPUR</title>
<style>
a:link {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: none;
background-color: rgba(234, 159, 73, 0.679);
border-radius: 20px;
transition: all .6s ease;
}
a:visited {
text-decoration: none;
color: rgb(0, 0, 0);
}
</style>
</head>
<body background="img knp/knp.jpg" style="background-size: cover; overflow-x: hidden; background-repeat: no-repeat; background-attachment: fixed;">
<div ><img src="img knp\kanpur.png" style="width:9%; float:left; margin-top: 20px;"> <p style="font-family: cursive; font-size: 80px; margin: 0px;">Kanpur</p><p style="font-family:'Times New Roman', Times, serif ; margin: 0px; padding-left: 135px; font-weight: 500; font-size: 20px;">Manchester of the East</p></div>
<br><br> <nav style="margin-top: 10px; padding: 12px; background-color: rgba(173, 216, 230, 0.444); border-radius: 20px;">
<a href="task12home.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Home</a>
<a href="task12heritage.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;background-color: rgba(218, 182, 142, 0.679);
border-radius: 20px;">Heritage</a>
<a href="task12history.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">History</a>
<a href="task12hotelbooking.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Hotel Booking</a>
<a href="task12gallery.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Gallery</a>
</nav>
<div style=" background-color: rgba(173, 216, 230, 0.222); border-radius: 20px;"><p style="font-family:'Courier New'; font-size: large; font-weight: 1000; padding: 10px; margin: 10px;">Heritage</p>
<hr>
<h1 style="padding-left: 10px;">Sudhanshu Ashram</h1>
<div style="display: flex; justify-content:center;"><img src="img knp\sudhanshuashram.jpg" style="border-radius: 10px;"></div>
<p style="font-family:'Courier New'; font-size: larger; font-weight: 1000; padding: 10px; margin: 10px;">Siddhi Dham is one of the beautiful ashrams founded by Shri Sudhanshuji Maharaj, a spiritual preacher in India. Run by Vishwa Jagriti Mission, the ashram has a vast campus and has an artificial Kailash mountain and Radha Krishna temple located on the premises. The ashram also has a very beautiful garden that houses the idols of different Hindu gods including Lord Shiva, Lord Krishna, Lord Hanuman, Goddess Parvati, and Goddess Radha. All the idols have a height of 8 feet to 20 feet.<br><br>
The garden also has a beautiful fountain in front of a cave and walking inside the cave is a whole new experience. There is an aviary on the premises of the ashram having some very beautiful birds including different breeds of parrots like Makaw and kakatua etc. The ashram premises also has an aquarium that houses fishes like the tiger shark, carp, catfish, etc. Behind the temple, there is a non-profit shelter for homeless persons.<br><br>
Ashram Timings: 8 AM - 7 PM<br>
Temple Timings: 9 AM - 11 AM & 4 PM - 6 PM
</p>
</div>
</body>
</html>