-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathred_fort.html
199 lines (193 loc) · 5.39 KB
/
red_fort.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Flamenco&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
*{
margin: 0;padding: 0;box-sizing: border-box;
//font-family: 'Caveat',cursive;
}
body{
height:100vh;
width:100%;
background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("https://imgur.com/aEMKAZc.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
overflow: auto;
background-position:center;
//font-family: 'Open Sans',cursive;
}
.row .logo{
width: 25%;
text-align: center;
font-family:'Caveat',cursive;
}
.row a{
text-decoration: none;
color:rgba(200,255,150,1);
padding-right: 30px;
//font-weight: 700;
font-size:25px;
//border:1px solid red;
}
h1{
font-size: 22px;
padding-left: 30px;
}
.row
{
background-image: linear-gradient(rgba(0, 0, 0,0.2),rgba(0, 0, 0,0.2));
width:100%;
height:10vh;
display: flex;justify-content: space-between;
align-items: center;
color:white;
}
#container {
padding:0px 75px 10px;
//border: 1px solid red;
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
justify-content:space-around;
}
#centre
{
width:100%;
}
#heading
{
width: 100%;
height:12vh;
//font-family:'Caveat',cursive;
//font-family: 'Flamenco', cursive;
font-weight: 700;
font-size:50px;
animation: colorchange 1s infinite;
text-align: center;
}
.des{
padding: 10px;
text-align:justify;
overflow-x: hidden;
display: flex;
justify-content: center;
align-items: center;
color:white;
word-spacing: 5px;
font-size:20px;
}
.description{
width:50%;
float:left;
}
.map{
height: auto;
width:50% ;
/*border:1px solid;*/
float:right;
padding: 10px;
}
#map-tile{
width:100%;
height:100%;
}
@media only screen and (max-width: 450px){
.des{
font-size: 13px;
}
.description{
width: 100%;
}
.map{
width:100%;
}
}
@media only screen and (max-width: 1024px){
.des{
font-size: 15px;
}
.description{
width:100%;
}
.map{
width:100%;
}
}
@keyframes colorchange
{
20%{color:white;}
//20%{color:skyblue;}
100%{color:#bf55ec;}
50%{color:rgba(200,255,150,1);}
}
@media only screen and (max-width: 768px)
{
#heading
{
font-size: 40px;
justify-content: center;
}
.row a
{
//height:40px;
font-size: 22px;
padding-right: 20px;
}
h1{
font-size: 20px;
padding-left:20px;
}
}
@media only screen and (max-width: 360px)
{
#heading
{
font-size:28px;
height:40px;
}
.row a
{
//height:40px;
font-size: 18px;
padding-right: 15px;
}
h1{
font-size: 16px;
padding-left:15px;
}
}
</style>
</head>
<body>
<div class="row">
<div class="logo"><h1 class="animated infinite heartBeat">BHARATWASII</h1></div>
<a href="delhi_tourism.html">HOME</a>
</div>
<div id="centre">
<div id="heading">
RED FORT
</div>
<div class="description">
<span class="des">The Red Fort is a historic fort in the city of Delhi (in Old Delhi) in India that served as the main residence of the Mughal Emperors. Emperor Shah Jahan commissioned reconstruction of the Red Fort on 12 May 1638, when he decided to shift his capital from Agra to Delhi. Originally red and white, its design is credited to architect Ustad Ahmad Lahori, who also constructed the Taj Mahal. It was reconstructed between May 1639 and April 1648.<br/>
On 15 August 1947, the first prime minister of India, Jawaharlal Nehru, raised the Indian national flag above the Lahori Gate. Every year on India's Independence Day (15 August), the prime minister hoists the Indian "tricolour flag" at the fort's main gate and delivers a nationally broadcast speech from its ramparts.
</span>
<br/>
</div>
<div class="map">
<a href="https://goo.gl/maps/19exH5FV94NLJRtz5" target="_blank">
<div id="map-tile">
<iframe src="https://maps.google.com/maps?q=red-fort%20&t=k&z=13&ie=UTF8&iwloc=&output=embed" width="100%" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</a>
</div>
</div>
</body>
</html>