-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
335 lines (317 loc) · 21.8 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!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">
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Domine:wght@400;700&family=Red+Hat+Display:wght@700&display=swap"
rel="stylesheet">
<link rel="icon" sizes="32x32" href="./img/coronavirus.png">
<!-- main style -->
<link rel="stylesheet" href="/css/main.css">
<title>Covid Landing Page</title>
</head>
<body>
<!-- header -->
<header class="container">
<div class="wrapper">
<nav class="navbar">
<!-- logo -->
<div class="navbar__logo">
<img src="./img/logo.png" alt="logo">
<p>Covid-19</p>
</div>
<!-- links -->
<ul class="navbar__links">
<li class="navbar__link"><a href="#banner">overview</a></li>
<li class="navbar__link"><a href="#contagion">contagion</a></li>
<li class="navbar__link"><a href="#symptoms">symptoms</a></li>
<li class="navbar__link"><a href="#todo">preventation</a></li>
<a href="#contact"><button class="navbar__btn">contact</button></a>
</ul>
<!-- icon -->
<div class="navbar__ham">
<div class="navbar__icon"></div>
</div>
</nav>
</div>
</header>
<!-- Banner -->
<section id="banner">
<div class="container">
<div class="banner__img">
<img src="./img/banner.png" alt="girl sitting on couch">
</div>
<div class="banner__desc">
<h4 class="banner__tag">covid-19 alert</h4>
<h1 class="banner__title">
stay at home quarantine to stop corona virus
</h1>
<p class="banner__detail">
There is no specific medicine to prevent or treat coronavirus
disease (Covid-19). People may need supportive care to.
</p>
<div class="banner__btn">
<a href="#contact"><button>let us help</button></a>
</div>
</div>
</div>
</section>
<!-- WhatIS section -->
<section id="whatis">
<div class="container">
<div class="whatis__img">
<img src="./img/whatis-img.png" alt="virus illustration">
</div>
<div class="whatis__desc">
<h4 class="section__tag">what is covide-19</h4>
<h3 class="section__title">corona virus</h3>
<p class="section__detail">
Corona viruses are a type of virus. There are many different kinds, and some
cause disease. A newly identified type has cuased a recent outbreak of
respiratory illness now called COVID-19.Lauren Sauer,
M.S., the director of operations with the Johns Hopkins Office of
Critical Event Preparedness and Response
</p>
<div class="whatis__btn">
<a href="#symptoms"><button>learn more</button></a>
</div>
</div>
</div>
</section>
<!-- Contagion section -->
<section id="contagion">
<div class="container">
<div class="wrapper">
<div class="section__heading">
<h4 class="section__tag">covid-19</h4>
<h3 class="section__title">contagion</h3>
<p class="section__detail">Corona viruses are a type of virus. There are many
different
kinds, and some cause disease. A newly identified type</p>
</div>
<div class="contagion__cards">
<!-- card 1 -->
<div class="contagion__card">
<img src="./img/cont-1.png" alt="contagion 1">
<h2>air transmission</h2>
<p>Objectively evolve tactical expertise before extensible
initiatives. Efficiently simplify</p>
</div>
<!-- card 2 -->
<div class="contagion__card">
<img src="./img/cont-2.png" alt="contagion 2">
<h2>human contact</h2>
<p>Washing your hands is one of thesimplest ways you can protect
</p>
</div>
<!-- card 3 -->
<div class="contagion__card">
<img src="./img/cont-3.png" alt="contagion 3" />
<h2>containted objects</h2>
<p>Use the tissue while sneezing,In this way, you can protect your
droplets.</p>
</div>
</div>
</div>
</div>
</section>
<!-- symptoms section -->
<section id="symptoms" class="pt">
<div class="container">
<div class="wrapper">
<div class="section__heading">
<h4 class="section__tag">covid-19</h4>
<h3 class="section__title">symptoms</h3>
<p class="section__detail">
Corona viruses are a type of virus. There are many different kinds, and
some cause disease. A newly identified type has cuased a recent outbreak
of respiratory
</p>
</div>
<div class="symptoms__img">
<img src="./img/symp-img.png" alt="female character illustration">
</div>
</div>
</div>
</section>
<!-- section todo -->
<section class="todo" id="todo" class="pt">
<div class="container">
<div class="container">
<div class="todo__dec-1">
<img src="./img/todo-dec-l.png" alt="virus illustration" />
</div>
<div class="todo__dec-2">
<img src="./img/todo-dec-rs.png" alt="virus illustration" />
</div>
<div class="todo__dec-3">
<img src="./img/todo-dec-rb.png" alt="virus illustration" />
</div>
<div class="wrapper">
<div class="section__heading">
<h4 class="section__tag">covid-19</h4>
<h3 class="section__title">what should you do</h3>
<p class="section__detail">Corona viruses are a type of virus. There are
many
different kinds, and some cause disease. A newly identified type
has
cuased a recent outbreak of respiratory</p>
</div>
<!-- steps todo -->
<div class="todo__steps">
<div class="todo__step">
<div class="todo__step-desc center">
<span>01 <div class="ml">
<h5>wear masks</h5>
<p>Continually seize impactful vortals
rather
than
future-proof supply chains.
Uniquely
exploit
emerging
niches via fully tested
meta-services.
Competently pursue
standards compliant leadership
skills
vis-a-vis
pandemic
"outside the box" thinking.
Objectively
</p>
</div>
</span>
</div>
<div class="todo__step-img">
<img src="./img/todo-img-1.png" alt="">
</div>
</div>
<!-- step 2 -->
<div class="todo__step">
<div class="todo__step-desc">
<span>02 <div class="ml">
<h5>wash hands</h5>
<p>Continually seize impactful vortals
rather
than
future-proof supply chains.
Uniquely
exploit
emerging
niches via fully tested
meta-services.
Competently pursue
standards compliant leadership
skills
vis-a-vis
pandemic
"outside the box" thinking.
Objectively
</p>
</div>
</span>
</div>
<div class="todo__step-img">
<img src="./img/todo-img-2.png" alt="">
</div>
</div>
<!-- step 3 -->
<div class="todo__step">
<div class="todo__step-desc">
<span>03 <div class="ml">
<h5>user nose rag</h5>
<p>Continually seize impactful vortals
rather
than
future-proof supply chains.
Uniquely
exploit
emerging
niches via fully tested
meta-services.
Competently pursue
standards compliant leadership
skills
vis-a-vis
pandemic
"outside the box" thinking.
Objectively
</p>
</div>
</span>
</div>
<div class="todo__step-img">
<img src="./img/todo-img-3.png" alt="">
</div>
</div>
<!-- step 4 -->
<div class="todo__step">
<div class="todo__step-desc">
<span>04 <div class="ml">
<h5>avoid contacts</h5>
<p>Continually seize impactful vortals
rather
than
future-proof supply chains.
Uniquely
exploit
emerging
niches via fully tested
meta-services.
Competently pursue
standards compliant leadership
skills
vis-a-vis
pandemic
"outside the box" thinking.
Objectively
</p>
</div>
</span>
</div>
<div class="todo__step-img">
<img src="./img/todo-img-4.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<section id="contact" class="pt">
<div class="container">
<div class="wrapper">
<div class="contact__title">
<h1>Have question in mind? Let us help you</h1>
</div>
<form class="contact__form">
<input type="email" placeholder="Please enter your email..." />
<button>send</button>
</form>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer">
<div class=" container">
<div class="wrapper">
<div class="footer__links">
<a href="#" class="footer__link"><img src="./img/fb.svg" alt=""></a>
<a href="#" class="footer__link"><img src="./img/twitter.svg" alt=""></a>
</div>
<div class="copyright">
<p>All copyright reserved by
<a href="https://github.com/Amolshelke2" target="_blank">AmolShelke2</a>
</p>
</div>
</div>
</div>
</footer>
<script src=" ./js/index.js"></script>
</body>
</html>