This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
264 lines (250 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:site_name" content="CovidSafety" />
<meta property="og:title" content="CovidSafety" />
<meta property="og:description" content="A website to give an overview on COVID-19 and how to prevent it." />
<meta property="og:image"
content="https://raw.githubusercontent.com/Yash-Garg/CovidSafety/master/images/banner.jpg" />
<title>Covid Safety - Tips and Precautions</title>
<link href="https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/fontawesome-all.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" href="images/corona.png" />
</head>
<body data-spy="scroll" data-target=".fixed-top">
<nav class="navbar navbar-expand-md navbar-dark navbar-custom fixed-top">
<a class="navbar-brand logo-image"><img src="images/corona.png" alt="alternative" /></a>
<a class="navbar-brand logo-text" href="index.html">CovidSafety</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"
aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-awesome fas fa-bars"></span>
<span class="navbar-toggler-awesome fas fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item" id="home">
<a class="nav-link page-scroll" href="#header">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item" id="tips">
<a class="nav-link page-scroll" href="#safetytips">Safety & Stats</a>
</li>
<li class="nav-item" id="youtube">
<a class="nav-link page-scroll" href="#vids">Videos</a>
</li>
<li class="nav-item" id="news">
<a class="nav-link" href="https://github.com/Yash-Garg/CovidSafety" target=_blank>Source Code</a>
</li>
</ul>
</div>
</nav>
<header id="header" class="header">
<div class="header-content">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="images/social-dist.svg" alt="social-distancing" />
</div>
</div>
<div class="col-lg-6">
<div class="text-container">
<h1>
COVID-19 Safety
</h1>
<p>As we all know the world is collectively fighting an unprecedented problem and
unfortunately, it's wide spread. Nevertheless, we all have a responsibility to protect
ourselves, and others which has left us only with the option of <b>Social distancing</b>
as its fundamental solution. <br /><br />The situation calls for everyone to come
together and experience the power of the collective.</p>
<a class="btn-solid-lg page-scroll"
href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/media-resources/news"
target=_blank><i class="fas fa-newspaper"></i>LATEST NEWS</a>
<a class="btn-solid-lg-2 page-scroll" href="https://www.apple.com/covid19/" target=_blank><i
class="fab fa-apple"></i>SCREENING TOOL</a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="tips" id="safetytips">
<div class="tips-content">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h1>
Protect yourself and others from the spread!
</h1>
<p>You can reduce your chances of being infected or spreading COVID-19 by taking some simple
precautions:</p>
<ul>
<li>Regularly and thoroughly clean your hands with an alcohol-based hand rub or wash
them with soap and water.</li>
<br />
<li>Maintain at least 1 metre (3 feet) distance between yourself and others.</li>
<br />
<li>Stay home and self-isolate even with minor symptoms such as cough, headache, mild
fever, until you recover. Have someone bring you supplies.</li>
<br />
<li>Make sure you, and the people around you, follow good respiratory hygiene. This
means covering your mouth and nose with your bent elbow or tissue when you cough or
sneeze.</li>
<br />
<li>If you have a fever, cough and difficulty breathing, seek medical attention, but
call by telephone in advance if possible and follow the directions of your local
health authority.</li>
<br />
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="images/medical.svg" alt="medical" />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="statistics" id="stats">
<div class="stats-content">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="elfsight-app-3e3cb544-e5b7-474d-b381-eb6fce81bbb0"></div>
</div>
</div>
</div>
</div>
</div>
<div id="vids" class="videos">
<div class="container">
<h2>Some useful videos by WHO</h2>
<div class="row">
<div class="col-md-6 video-frames">
<div class="p-heading p-large">Medical and fabric masks: who wears what when?</div>
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube" href="https://youtu.be/esM_ePHn0aw" target=_blank
data-effect="fadeIn">
<img class="img-fluid" src="images/video-1-frame.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
<div class="col-md-6 video-frames">
<div class="p-heading p-large">How to wear a fabric mask?</div>
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube" href="https://youtu.be/ciUniZGD4tY" target=_blank
data-effect="fadeIn">
<img class="img-fluid" src="images/video-2-frame.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
<div class="col-md-6 video-frames">
<div class="p-heading p-large">How to protect yourself against COVID-19?</div>
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube" href="https://youtu.be/1APwq1df6Mw" target=_blank
data-effect="fadeIn">
<img class="img-fluid" src="images/video-3-frame.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
<div class="col-md-6 video-frames">
<div class="p-heading p-large">Q&A on COVID-19 clinical care</div>
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube" href="https://youtu.be/GEtt9muxkX0" target=_blank
data-effect="fadeIn">
<img class="img-fluid" src="images/video-4-frame.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
<div class="col-md-6 video-frames">
<div class="p-heading p-large">How to wear medical mask?</div>
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube" href="https://youtu.be/adB8RW4I3o4" target=_blank
data-effect="fadeIn">
<img class="img-fluid" src="images/video-5-frame.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
<div class="col-md-6 video-frames">
<div class="p-heading p-large">Q&A on Coronavirus</div>
<div class="image-container">
<div class="video-wrapper">
<a class="popup-youtube" href="https://youtu.be/OZcRD9fV7jo" target=_blank
data-effect="fadeIn">
<img class="img-fluid" src="images/video-6-frame.jpg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container-fluid">
<div class="row footer-row">
<div class="col-md-6">
<img src="images/who-logo.svg" alt="who-logo" />
<p class="copyright-text">
Stay Home & Stay Safe ! <br />Made with <i class="fas fa-heart"></i> by <a
class="creatorText" href="https://github.com/Yash-Garg" target=_blank>Yash Garg</a>
</p>
</div>
<div class="col-md-6">
<p class="footer-text">
<b><u>Helpline Numbers</u></b><br /> +91-11-23978046 <br /> +66-918493880 <br /> 011-23978046
<br /> 1800-112-545
</p>
</div>
</div>
</div>
</footer>
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/e17019efc5.js" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/validator.min.js"></script>
</body>
</html>