-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (106 loc) · 4.32 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
<!DOCTYPE HTML>
<html>
<head>
<title>Stay Safe From Corona</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<section id="header">
<header>
<h1
>How To Protect Yourself And Prepare For The Corona Virus
</h1>
<p>
The Who has declared the coronavirus a pandemic, and the number of cases continues to rise worldwide. These basic steps can help you reduce your risk of getting sick or infecting others.</p>
</header>
<footer>
<a href="#banner" class="button style scrolly-middle">PROCEED</a>
</footer>
</section>
<section id="banner">
<header>
<h2>Know How it Spreads</h2>
</header>
<li>There is currently no vaccine to prevent coronavirus disease 2019 (COVID-19).</li>
<li>The best way to prevent illness is to avoid being exposed to this virus.</li>
<LI>The virus is thought to spread mainly from person-to-person.</LI>
<li>Between people who are in close contact with one another (within about 6 feet).</li>
<li>Through respiratory droplets produced when an infected person coughs or sneezes.</li>
<li>These droplets can land in the mouth or nose of people who are nearby.</li>
<footer>
<a href="#first" class="button style2 scrolly">Click To Protect Yourself!</a>
</footer>
</section>
<article id="first" class="container box style1 right">
<a href="#" class="image fit to screen"><img src="images/kirill-9uH-hM0VwPg-unsplash.jpg" alt="" /></a>
<div class="inner">
<header>
<h3>Stay Home If Possible</h3>
</header>
<p>I know this is hard for the teens Even if you have no underlying health conditions, and no symptoms, be extra cautious to protect other People.</p>
</div>
</article>
<article class="container box style1 left">
<a href="#" class="image fit"><img src="images/kelly-sikkema-WIYtZU3PxsI-unsplash.jpg" alt="" /></a> <div class="inner">
<header>
<h3>Wash your hands</h3>
</header>
<p>Use an Alcohol-based hand sanitizer, which should be rubbed in for about 20 seconds & make sure that the gel must contain at least 60 percent alcohol. </p>
</div>
</article>
<article id="first" class="container box style1 right"> <a href="#" class="image fit"><img src="images/sharon-mccutcheon-r6_xcsNg0kw-unsplash.jpg" alt="" /></a>
<div class="inner">
<header> <h3>Avoid close contact</h3>
</header>
<li>Avoid close contact with people who are sick.</li><p>
<li>Put distance b/w yourself and other people if COVID-19 is spreading in your community.</li><p>
</div>
</article>
<article class="container box style1 left">
<a href="#" class="image fit"><img src="images/aditya-saxena.jpg" alt="" /></a>
<div class="inner">
<header>
<h3>Wear a mask if Possible</h3>
</header>
<p>Always wear a mask when you're going outside.</p>
</div>
</article>
<article class="container box style2">
<header>
<h1>Clean & Disinfection</h1>
<h2>To Make A Disinfection solution</h2>
<li>Diluting your household bleach.
To make a bleach solution, mix 4 teaspoons bleach per quart of water,and dont't forget to check the expiration date Unexpired household bleach will not be effective against coronaviruses :-(</li>
</header>
</article>
<article class="container box style3">
<header>
<h2>Contact Us For Any Sort Of Medical Attention </h2>
</header>
<form method="post" action="#">
<div class="row gtr-50">
<div class="col-6 col-12-mobile"><input type="text" class="text" name="name" placeholder="Name" /></div>
<div class="col-6 col-12-mobile"><input type="text" class="text" name="email" placeholder="Email" /></div>
<div class="col-12">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
</div>
</form>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</br>
</body>
</html>