-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (195 loc) · 5.96 KB
/
index.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
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Know Corona</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
scroll-behavior: smooth;
}
body{
background: linear-gradient(to top, black, lightblue);
position: relative;
padding-bottom: 10vh;
width: 100%;
min-height: 100%;
}
.menu{
display: flex;
list-style: none;
gap: 15px;
float: left;
padding: 20px;
margin-right: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: larger;
text-align: center;
}
#menu-sec{
color: antiquewhite;
font-weight: bold;
padding: 5px;
}
.qes1{
background-color: red;
padding: 8px;
}
.qes2{
background-color: darkred;
padding: 8px;
}
h1{
font-family: Arial, Helvetica, sans-serif;
font-size: larger;
text-align: center;
color: antiquewhite;
}
header{
width: 100%;
height: 64px;
background-color: rgb(32, 26, 26);
position: relative;
}
.logo{
width: 50px;
height: 50px;
float: right;
margin-right: 8px;
margin-top: 6px;
padding: 2px;
}
.container{
width:100%;
overflow: hidden;
margin: auto;
}
.container ul{
padding: 0px;
margin: 0px;
}
.container ul li{
font-weight: bolder;
list-style: none;
float: left;
width: 40%;
height: 300px;
margin : 40px 60px 40px 60px;
border: 2px solid rgb(112, 155, 224);
border-radius: 8px;
box-shadow: 6px 6px 12px black;
transition: all 0.3s linear;
}
.container ul li :hover{
opacity: 0.9;
transform: scale(1.05);
}
.container ul li .title{
width: 100%;
height : 50px;
line-height: 50px;
background: linear-gradient(to right, lightblue,rgb(130, 130, 246));
border-radius: 5px;
text-align: center;
transition: all 0.3s linear;
font-size:30px;
}
.container ul li .title:hover{
background: rgb(8, 200, 143);
color: white;
border-radius: 8px;
}
li:hover{
transform: scale(1.1);
}
footer{
width: 100%;
height : max-content;
background-color: rgb(32, 26, 26);
position: absolute;
bottom: 0;
}
.fontawesome{
display: flex;
padding: 13px 10px;
justify-content: left;
gap: 23px;
}
.fa-instagram{
color:#FF1493;
}
.fa-facebook{
color: #0f74e7;
}
.fa-twitter{
color: #00BFFF;
}
.fa-linkedin{
color: rgb(20, 20, 223);
}
.me{
text-align: center;
}
.connect{
font-size: larger;
color: antiquewhite;
padding-left: 125vh;
}
</style>
</head>
<body>
<h1 class="qes1">Are you a victim of Covid ?</h1>
<h1 class="qes2">Don't worry ,if you are. This page will provide you all the information related to COVID-19</h1>
<header>
<div class="menu">
<li ><a id="menu-sec" href="#about">About</a></li>
<li ><a id="menu-sec" href="https://www.who.int/health-topics/coronavirus#tab=tab_1">WHO</a></li>
<li ><a id="menu-sec" href="#contact">contact</a></li>
</div>
<span><img class="logo" src="CWC.png" alt="CWC_Logo"></span>
<span><img class="logo" src="Siksha_‘O’_Anusandhan.png" alt="SOA_logo"></span>
</header>
<main>
<div class="container">
<ul>
<li><div id="about" class="title">About COVID-19</div>
<a href="his.html"><img src="coronacovidimg.jpg" alt="image of covid-19s" style="width:90%; height:80%; padding: 10px; margin-left: 25px;"></a></li>
<li><div class="title">Symptoms</div>
<a href="sysmptom.html"><img src="sysmptoms.png" alt="image of covid-19s" style="width:90%; height:80%; padding: 10px; margin-left: 25px;"></a></li>
<li><div class="title">Preventions</div>
<a href="prevent.html"><img src="prvent.jpg" alt="image of covid-19s" style="width:90%; height:80%; padding: 10px; margin-left: 25px;"></a></li>
<li><div class="title">Help Section</div>
<a href="help.html"><img src="needhelp.jpg" alt="image of covid-19s" style="width:90%; height:80%; padding: 10px; margin-left: 25px;"></a></li>
<li><div class="title">Updates</div>
<a href="updates.html"><img src="update.jpg" alt="image of covid-19s" style="width:90%; height:80%; padding: 10px; margin-left: 25px;"></a></li>
<li><div class="title">Frequently Asked Questions</div>
<a href="faq.html"><img src="faq.jpg" alt="image of covid-19s" style="width:90%; height:80%; padding: 10px; margin-left: 25px;"></a></li>
</ul>
</div>
</main>
<footer id="contact">
<div class="fontawesome">
<a href="https://www.facebook.com/profile.php?id=100010354006362" target="blank">
<i class="fa fa-2x fa-facebook"></i>
</a>
<a href="https://www.instagram.com/arman__khan__786_/" target="blank">
<i class="fa fa-2x fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/arman-ali-khan-b44751169/" target="blank">
<i class="fa fa-2x fa-linkedin"></i>
</a>
<a href="https://twitter.com/ARMAN__786?s=08" target="blank">
<i class="fa fa-2x fa-twitter"></i>
</a>
<div class="connect">
<p class="me">©created by Arman </p>
<p><strong>email : </strong><i><a href="mailto:[email protected]">[email protected]</a><p>
</div>
</div>
</footer>
</body>
</html>