-
Notifications
You must be signed in to change notification settings - Fork 0
/
how-to-protect.html
192 lines (168 loc) · 8.35 KB
/
how-to-protect.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
<!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" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>COVID CENTRAL (Protection)</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="https://cherhchen.github.io/covid-central-test/style.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="shortcut icon" href="https://cdn.glitch.com/0d98bcc4-796f-471b-8bc6-c77ce9ac9fc6%2Funnamed.png?v=1594841505757"/>
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<script src="https://cherhchen.github.io/covid-central-test/script.js" defer />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<!-- title with image -->
<div class="container-fluid">
<img class="title-img w-100"
src="https://cdn.glitch.com/0d98bcc4-796f-471b-8bc6-c77ce9ac9fc6%2Fcovid.jpg?v=1594674692729"
alt="Snow"
height="150px"
/>
<div class="centered"><h1>COVID CENTRAL</h1></div>
</div>
<!-- end of title with image -->
<!-- nav bar -->
<div class="centerdiv header " id="myHeader" >
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Safety
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="symptoms.html">Symptoms</a>
<a class="dropdown-item" href="how-to-protect.html">How To Protect Yourself</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="donate.html">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cases.html">Cases</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- End of nav bar -->
<a href="chinese-protect.html">Read this page in Chinese</a>
<h1 class="text-center mt-4">
How To Protect Yourself
</h1>
<div class="card w-75 mt-4 mx-auto">
<img class="card-img-top spread-img" src="https://miro.medium.com/max/1091/1*1k8BXesUwmCYXv0tt5KcuQ.jpeg" alt="Card image cap" width="" height="325px">
<div class="card-body">
<h5 class="card-title">Know How COVID-19 Spreads</h5>
<ul class="card-text spread-card bg-transparent">
<li>There is currently no vaccine to prevent coronavirus disease 2019 (COVID-19)</li> <br>
<li>The best way to prevent illness is to avoid being exposed to this virus</li> <br>
<li>The virus is thought to spread mainly from person-to-person</li> <br>
<ul class="spread-card ml-5">
<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, sneezes or talks</li>
<li>These droplets can land in the mouths or noses of people who are nearby or possibly be inhaled into the lungs</li>
<li>Some recent studies have suggested that COVID-19 may be spread by people who are not showing symptoms</li>
</ul>
</ul>
</div>
</div>
<h2 class="text-center mt-5 mb-4">
Watch this video to learn how to stop the spread of germs!
</h2>
<iframe class="d-block m-auto my-5" width="600" height="355" src="https://www.youtube.com/embed/W-zhhSQDD1U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="card-deck my-5">
<div class="card">
<img class="card-img-top spread-img" src="https://media.kare11.com/assets/KARE/images/d7bb992c-b4a0-4104-9a75-116b7dd046d7/d7bb992c-b4a0-4104-9a75-116b7dd046d7_1920x1080.jpg" alt="Card image cap" width="100" height="250">
<div class="card-body">
<h5 class="card-title">Social Distance</h5>
<p class="card-text">To limit the further spread of COVID-19, we need to maintain a physical distance with others.</p>
<p class="class-text font-italic">
“I think it’s very healthy to spend time alone. You need to know how to be alone and not be defined by another person.”<br> – Oscar Wilde
</p>
</div>
</div>
<div class="card">
<img class="card-img-top spread-img" src="https://sfhss.org/sites/default/files/2020-04/Unknown-2_0.png" alt="Card image cap" width="100" height="250">
<div class="card-body">
<h5 class="card-title">Wear Masks</h5>
<p class="card-text">Mask can help individuals cover a cough or sneeze, reducing the spread of germs and COVID-19.</p>
</div>
</div>
<div class="card">
<img class="card-img-top spread-img" src="https://ichef.bbci.co.uk/news/720/cpsprodpb/162C9/production/_111452809_washhands.png" alt="Card image cap" width="100" height="250">
<div class="card-body">
<h5 class="card-title">Wash Your Hands</h5>
<p class="card-text">Frequently wash your hands with soap to remove pathogens. Scrub for at least 20 seconds.</p>
</div>
</div>
</div>
<!-- footer what should i put, social media?? fake phone#?-->
<br>
<div class="footer">
<div class="row p-3 mb-2 bg-dark text-white">
<div class="col">
<h5>
Have Questions?
</h5>
<h6>
<i class="fa fa-phone" style="font-size:24px;color:white"></i>
(123)456-7890
</h6>
<h6>
<i class="fa fa-envelope-o" style="font-size:24px"></i>
</h6>
</div>
<div class="col">
<h5>
Useful Links
</h5>
<h6>
<a href="https://www.who.int/">World Health Organization</a>
</h6>
<h6>
<a href="https://www.cdc.gov/"
>Centers for Disease Control and Prevention</a
>
</h6>
</div>
<div class="col">
<h5>
Connect with us
</h5>
<br />
<div class="icons">
<a class="icon" href="#"><span>Facebook</span></a>
<a class="icon" href="#"><span>Twitter</span></a>
<a class="icon" href="#"><span>Google+</span></a>
<a class="icon" href="#"><span>Github</span></a>
<a class="icon" href="#"><span>Dribbble</span></a>
<a class="icon" href="#"><span>CodePen</span></a>
</div>
</div>
</div>
</div>
<script src="https://button.glitch.me/button.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>