-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtask12_7.html
55 lines (46 loc) · 3.56 KB
/
task12_7.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
<!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;">Kanpur Memorial Church</h1>
<div style="display: flex; justify-content:center;"><img src="img knp\KanpurMemorialChurch.jpg" style="border-radius: 10px;"></div>
<p style="font-family:'Courier New'; font-size: larger; font-weight: 1000; padding: 10px; margin: 10px;">All Souls Memorial Church Kanpur, built in 1875 to honour the British who lost their lives during the siege of Cawnpore in 1857. The architect from East Bengal Railway, Walter Granville designed it in Lombardic Gothic style using red bricks in polychrome dressing.<br><br>
To the east of the church is the memorial garden which has a handsome carved Gothic screen designed by Orientalist Henry Yule.The screen was originally at the Memorial well were 200 British women & children were sacrificed during the Indian war of Independence of 1857. After Independence in 1947, Nana Rao Park was built instead and the screen was transferred to the church yard of All souls.<br><br>
Its centre is occupied by the beautiful carved figure of an angel by Baron Carlo Marochetti,(favourite sculptor of Queen Victoria)with crossed arms, holding palons, i.e. symbols of peace.
</p>
</div>
</body>
</html>