-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfakeNews.html
More file actions
625 lines (535 loc) · 42.5 KB
/
Copy pathfakeNews.html
File metadata and controls
625 lines (535 loc) · 42.5 KB
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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!DOCTYPE html>
<html lang="en">
<head>
<title>SUSS-Fake News</title>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="icon" href="./images/sussf.png" type="image/x-icon"/>
<!-- Bootstrap CSS -->
<!-- build:css css/main.css -->
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/styles.css">
<!-- endbuild -->
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">536
35 -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Castoro&display=swap" rel="stylesheet"> -->
</head>
<body id="bootstrap-overrides">
<!--navbar-->
<nav id="mainNavbar" class="navbar navbar-light navbar-expand-md py-0 fixed-top">
<a href="./index.html" class="navbar-brand"></a>
<button onclick="my2Function()" id="my2DIV" class="navbar-toggler" data-toggle="collapse" data-target="#navLinks"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<ul class="navbar-nav">
<li class="nav-item">
<a href="./index.html" class="nav-link ">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<strong>Stay Updated</strong>
</a>
<div class="dropdown-menu dropdownNewTheme" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./news.html">News</a>
<a class="dropdown-item" href="./fakeNews.html"><strong>Fake News</strong></a>
</div>
</li>
<li class="nav-item">
<a href="./staySafe.html" class="nav-link">Stay Safe</a>
</li>
<li class="nav-item">
<a href="./act.html" class="nav-link">Act</a>
</li>
<li class="nav-item">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink2" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
About us
</a>
<div class="dropdown-menu dropdownNewTheme" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./WhoWeAre.html">Who we are</a>
<a class="dropdown-item" href="./contactus.html">Contact us</a>
</div>
</li>
</li>
</ul>
</div>
</nav>
<div class="topbottomclass text-center">
<h1>Fake News</h1>
</div>
<div class="topbottomclass">
<div class="container ind-module">
<div class="row col-auto">
<div id="activePill" class="col-12 col-sm-3 mt-20">
<div class="nav flex-column nav-pills pillclass " id="v-pills-tab" role="tablist"
aria-orientation="vertical">
<div class="nav-link hvr pointer active" id="v-pills-5G-tab" data-toggle="pill"
href="#v-pills-5G" role="tab" aria-controls="v-pills-5G" aria-selected="true">5G Mobile
networks</div>
<div class="nav-link pointer " id="v-pills-crm-tab" data-toggle="pill" href="#v-pills-Vaccaine"
role="tab" aria-controls="v-pills-Vaccaine" aria-selected="false">Vaccines</div>
<div class="nav-link pointer" id="v-pills-Antibiotics-tab" data-toggle="pill"
href="#v-pills-Antibiotics" role="tab" aria-controls="v-pills-Antibiotics"
aria-selected="false">Antibiotics</div>
<div class="nav-link pointer" id="v-pills-mosquito-tab" data-toggle="pill"
href="#v-pills-mosquito" role="tab" aria-controls="v-pills-mosquito" aria-selected="false">
Mosquito</div>
<div class="nav-link pointer" id="v-pills-pepper-tab" data-toggle="pill" href="#v-pills-pepper"
role="tab" aria-controls="v-pills-pepper" aria-selected="true">Food</div>
<div class="nav-link pointer" id="v-pills-mask-tab" data-toggle="pill" href="#v-pills-mask"
role="tab" aria-controls="v-pills-mask" aria-selected="false">Exercise and Mask?</div>
<div class="nav-link pointer" id="v-pills-methanol-tab" data-toggle="pill"
href="#v-pills-methanol" role="tab" aria-controls="v-pills-methanol" aria-selected="false">
Drinking methanol</div>
<div class="nav-link pointer" id="v-pills-weather-tab" data-toggle="pill"
href="#v-pills-weather" role="tab" aria-controls="v-pills-weather" aria-selected="false">Who
can get the virus</div>
</div>
</div>
<div class="col-12 col-sm-9">
<div class="tab-content " id="v-pills-tabContent">
<div class="tab-pane pillclass fade show active" id="v-pills-5G" role="tabpanel"
aria-labelledby="v-pills-5G-tab">
<section id="5G">
<div>
<h2 class="title-underline">5G Mobile networks</h2>
</div>
<div class="module-img"><img alt="5G"
src="https://images.unsplash.com/photo-1592066531679-7eae1f31fc88?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MzF8fDVnfGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="Vaccaine" class="zoomimg" height="100" width="130"
style="border-radius: 50%;"></div>
<div>
<p class="text-justify"><strong>5G mobile networks DO NOT spread
COVID-19</strong><br>
Viruses cannot travel on radio waves/mobile networks.
COVID-19 is spreading in many countries that do not have 5G mobile networks.
COVID-19 is spread through respiratory droplets when an infected person coughs,
sneezes or speaks. People can also be infected by touching a contaminated
surface and then their eyes, mouth or nose. </p>
<ul>
</ul>
</div>
</section>
</div>
<div class="tab-pane pillclass" id="v-pills-Vaccaine" role="tabpanel"
aria-labelledby="v-pills-Vaccaine-tab">
<section id="Vaccaine">
<div>
<h2 class="title-underline">Vaccines</h2>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<div class="module-img"><img alt="Vaccaine"
src="https://images.unsplash.com/photo-1606619353143-8e11b4bdf76b?ixid=MXwxMjA3fDB8MHxzZWFyY2h8OXx8dmFjY2luZXN8ZW58MHx8MHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="Vaccaine" class="zoomimg" height="100" width="100"
style="border-radius: 50%;"></div>
</div>
</div>
<div>
<br>
<p class="text-justify">
<h3>1. The COVID-19 vaccine will give you COVID-19</h3>
<p>No, the vaccine will not give you the disease, says <a
href="https://fsph.iupui.edu/about/directory/duszynski-thomas.html"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">Dr. Thomas J. Duszynski</a>, the director of
epidemiology education at Indiana University. It's just like the flu vaccine
can't give you the flu. And you can't get HPV from the HPV vaccine, and so on.
However, because of the way vaccines work, people might have a false perception
that a vaccine can give them the virus it's supposed to protect against, Dr.
Dusznynksi says. </p>
<p>"Some people may believe that as soon as you are vaccinated you are protected
from the disease and that is not correct. When you get vaccinated, we have to
wait for something called sero-conversion," he explains. During sero-conversion,
your body recognizes the vaccine contents as an invader and begins to ramp up
its attack on the invader.</p>
<p>This eventually leads to the development of <a
href="https://www.cnet.com/how-to/what-can-coronavirus-antibody-tests-tell-us-what-we-know-so-far/">antibodies</a>
that protect you from the virus. This process can take several weeks, so if you
get the <a
href="https://www.cnet.com/how-to/who-gets-the-covid-vaccine-first-cdc-priority-and-everything-else-we-know/">COVID-19
vaccine</a> and shortly thereafter are exposed to the virus, you could still
develop the illness -- leading to the perception that you got the disease from
the vaccination, which is incorrect, Dr. Dusznynksi says.</p>
<h3>2. The COVID-19 vaccine will be mandatory for everyone, no exceptions</h3>
<p>This is false. Dr. Anthony Fauci, director of the National Institute of Allergy
and Infectious Diseases, has already stated that mandatory vaccination would be
"<a href="https://www.factcheck.org/2020/10/viral-article-distorts-militarys-role-in-vaccine-distribution/"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">unenforceable and not appropriate</a>." </p>
<p>However, Dr. Robert Quigley, senior vice president and global medical director of
<a href="https://www.internationalsos.com/" rel="noopener noreferrer nofollow"
target="_blank" data-component="externalLink">International SOS</a>, a
health risk mitigation firm, says that local governments may exercise their <a
href="https://www.pharmacytimes.com/publications/issue/2020/august2020/mandated-immunizations-can-be-a-slippery-slope"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">right to enforce vaccination</a>.
</p>
<p>"In previous times of public health crises, you'll find that states have
exercised their legal authority to introduce a vaccine mandate that requires
people who live in that state to get vaccinated," he says. "So yes, once a
COVID-19 vaccine is available, your local government can require that those who
live in the state be vaccinated, but it will not become a national mandate."
States that do this may punish noncompliance with a monetary fine.</p>
<p><a href="https://www.npr.org/2020/11/25/937240137/as-covid-19-vaccine-nears-employers-consider-making-it-mandatory"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">Individual employers</a>, <a
href="https://www.cdc.gov/vaccines/imz-managers/laws/state-reqs.html"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">schools and school districts</a>, sports teams
and other institutions may require mandatory vaccination for people to attend or
involve themselves.</p>
<h3>3. The COVID-19 vaccine will be forcefully administered by the military</h3>
<p>While the military does have a role to play in the COVID-19 pandemic and disaster
response, the Department of Defense has made it clear that it is a <a
href="https://www.defense.gov/Explore/News/Article/Article/2393298/military-to-play-logistics-only-role-in-covid-19-vaccine-effort/"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">"logistics-only" role</a>. </p>
<p>"The COVID-19 vaccine will not be forcefully administered by the military against
anyone's will," Dr. Quigley says. "The DoD will have a role in assisting with
distribution of the COVID-19 vaccines, and distribution only." This means the
military will help source, acquire and deliver items like needles, syringes,
swabs and other items needed to safely and effectively develop and administer
vaccines. </p>
<h3>4. It's impossible to make an effective vaccine in just one year</h3>
<p>It's normal and valid to worry about the speed at which the development of
COVID-19 vaccines are progressing. However, just because the vaccine has been
fast-tracked doesn't mean it won't work. </p>
<p>"Vaccine making typically takes several years," <a
href="https://profiles.stanford.edu/roshni-mathew"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">Dr. Roshni Mathew</a>, pediatric infectious
diseases physician and the associate medical director for infection prevention
and control at Stanford Children's Health, says. </p>
<p>"In the case of COVID-19 vaccines, several steps that typically occur in
sequence, occurred in parallel. The safety and efficacy safeguards, however, are
all still in place and vaccines will not be approved for civilian use till they
meet all the required standards," says Mathew.</p>
<h3>5. The COVID-19 vaccine is a microchip so the government can track you</h3>
<p>No. The COVID-19 vaccine <a
href="https://www.cnet.com/news/facebook-pledges-to-remove-false-claims-about-covid-19-vaccines/">will
not contain any sort of microchip</a> or tracking device implemented by the
government. The COVID-19 vaccine is about preventing more cases, hospital stays
and deaths. </p>
<p>The vaccine syringes will likely contain something called an RFID microchip from
medical solutions company <a href="https://apiject.com/"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">ApiJect Systems America</a>, which will allow
public health agencies to collect information about <a
href="https://www.defense.gov/Newsroom/Releases/Release/Article/2184808/dod-awards-138-million-contract-enabling-prefilled-syringes-for-future-covid-19/source/GovDelivery/"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">when and where the vaccine was
administered</a>, but that microchip wouldn't be injected into your body.
</p>
<p>Plus, if the government <a
href="https://slate.com/technology/2020/05/microchips-bill-gates-track-people-vaccine.html"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">wanted to track you</a>, they could just use
your social security number, your Facebook data, your cellphone usage, your home
video security system or your mortgage loan information.</p>
<h3>6. The COVID-19 vaccine will make you more susceptible to other illnesses</h3>
<p>Vaccines historically do not result in immune suppression that leaves people
susceptible to various diseases, Dr. Quigley says. "The infection itself may
suppress the immune system of the host and negatively impact the host's ability
to stimulate antibody production," he explains. "The vaccines, on the other
hand, should be able to boost adaptive immunity," which refers to immunity
acquired after exposure to a pathogen like the SARS-CoV-2 virus.</p>
<p>Additionally, the COVID-19 vaccines in development in the US do not contain live
viruses that could make you sick, Dr. Mathew says. "The vaccines simply cause
the body to recognize the virus protein so the body's immune system can develop
a response to it."</p>
<h3>7. The vaccine is a bigger risk than contracting the illness; we should let the
virus run its course naturally</h3>
<p>Definitely not, says <a href="https://www.projecthope.org/staff/thomas-kenyon/"
rel="noopener noreferrer nofollow" target="_blank"
data-component="externalLink">Dr. Tom Kenyon</a>, a former CDC director and
Project HOPE's chief health officer. "COVID-19 is on track to become the leading
infectious disease killer in the world in 2020, exceeding the annual number of
deaths from HIV, tuberculosis, and malaria," he says. "This is staggering." </p>
<p>Allowing the virus to "run its course," as advocates of <a
href="https://www.cnet.com/health/herd-immunity-what-it-is-and-how-it-can-slow-the-spread-of-coronavirus/">herd
immunity</a> say, will require hundreds of millions of cases -- just in the
US. </p>
<p>"It will take time, but to bring this pandemic to an end will require us all to
unite and be vaccinated, as well as continue to follow recommendations from the
scientists to wear a mask, keep a safe distance from others and to wash our
hands," Dr. Kenyon says. </p>
<h3>8. The COVID-19 vaccine will completely stop the pandemic</h3>
<p>Dr. Quigley puts it plainly: "This is not true." While a vaccine is the best way
to prevent more people from contracting COVID-19, reduce hospital stays and
minimize COVID-19 deaths, it's naive to think the production of a vaccine will
automatically end the pandemic, he says. </p>
<p>"Vaccines seek to create a world where we can return to our daily lives through
immunity," Dr. Quigley says, but several challenges come with vaccines -- such
as encouraging the public to actually get vaccinated. </p>
<p>Plus, even if the entire population were to agree to vaccination, it's not as if
every single person could get vaccinated simultaneously. "The vaccine is one
strategy to reduce the risk of transmission and acquisition of infection," Dr.
Mathew says. "Since the vaccine is not 100% efficacious, all the other measures
[such as mask-wearing] would need to be in place till a substantial number of
people are vaccinated."</p>
<p>Editor's note, Dec. 7 2020: This story has been updated to clarify that in order
to reach herd immunity of the coronavirus in the US, we would need to have
hundreds of millions of cases, not deaths. </p>
</p>
</div>
</section>
</div>
<div class="tab-pane pillclass" id="v-pills-Antibiotics" role="tabpanel"
aria-labelledby="v-pills-Antibiotics-tab">
<section id="Antibiotics">
<div>
<h2 class="title-underline">Antibiotics</h2>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<div class="text-center module-img"><img alt="Antibiotics"
src="https://images.unsplash.com/photo-1584362917137-56406a73241c?ixid=MXwxMjA3fDB8MHxzZWFyY2h8OXx8YW50aWJpb3RpY3N8ZW58MHx8MHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="Inventory" class="zoomimg" height="100"
style="border-radius: 50%;"></div>
</div>
</div>
<div>
<br>
<p class="text-justify"><strong>Antibiotics & COVID-19</strong> <br>
Antibiotics work only against bacteria, not viruses.
COVID-19 is caused by a virus, and therefore antibiotics should not be used for
prevention or treatment.
However, if you are hospitalized for COVID-19, you may receive antibiotics
because bacterial co-infection is possible.</p>
<br>
</div>
</section>
</div>
<div class="tab-pane pillclass" id="v-pills-mosquito" role="tabpanel"
aria-labelledby="v-pills-mosquito-tab">
<section id="mosquito">
<div>
<h2 class="title-underline">Mosquito</h2>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<div class="text-center module-img">
<img alt="Mosquito"
src="https://images.unsplash.com/photo-1539393412080-a68de18a3a82?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MXx8bW9zcXVpdG98ZW58MHx8MHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="Mosquito" class="zoomimg" height="100"
style="border-radius: 50%;">
</div>
</div>
</div>
<div>
<br>
<p class="text-justify"><strong>The COVID-19 virus CANNOT be spread through
mosquito
bites</strong><br>
To date there has been no information nor evidence to
suggest that the new coronavirus could be transmitted by mosquitoes. The new
coronavirus is a respiratory virus which spreads primarily through droplets
generated when an infected person coughs or sneezes, or through droplets of
saliva or discharge from the nose. To protect yourself, clean your hands
frequently with an alcohol-based hand rub or wash them with soap and water.
Also, avoid close contact with anyone who is coughing and sneezing.</p>
</div>
</section>
</div>
<div class="tab-pane pillclass " id="v-pills-pepper" role="tabpanel"
aria-labelledby="v-pills-pepper-tab">
<section id="pepper">
<div>
<h2 class="title-underline">Food</h2>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<div class="text-center module-img">
<img alt="Manufacturing"
src="https://images.unsplash.com/photo-1558313585-8f8ef0d2f406?ixid=MXwxMjA3fDB8MHxzZWFyY2h8N3x8Z2FybGljfGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="Manufacturing" class="zoomimg" height="100"
style="border-radius: 50%;">
</div>
</div>
</div>
<div>
<br>
<p class="text-justify"> <strong>Eating garlic does NOT prevent COVID-19</strong>
<br>
Garlic is a healthy food that may have some antimicrobial properties. However,
there is no evidence from the current outbreak that eating garlic has protected
people from the new coronavirus. <br>
<br>
<strong> Adding pepper to your soup or other meals DOES NOT prevent or cure
COVID-19</strong>
Hot peppers in your food, though very tasty, cannot prevent or cure COVID-19.
The best way to protect yourself against the new coronavirus is to keep at least
1 metre away from others and to wash your hands frequently and thoroughly. It is
also beneficial for your general health to maintain a balanced diet, stay well
hydrated, exercise regularly and sleep well.
</p>
</div>
</section>
</div>
<div class="tab-pane pillclass" id="v-pills-mask" role="tabpanel"
aria-labelledby="v-pills-mask-tab">
<section id="mask">
<div>
<h2 class="title-underline">Mask and Exercise</h2>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<div class="text-center module-img">
<img alt="Human Resource"
src="https://images.unsplash.com/photo-1593131492215-67b479a3d915?ixid=MXwxMjA3fDB8MHxzZWFyY2h8Mnx8bWFza3xlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="Human Resource" class="zoomimg" height="100"
style="border-radius: 50%;">
</div>
</div>
</div>
<div>
<br>
<p class="text-justify"><strong>People should NOT wear masks while
exercising</strong> <br>
People should NOT wear masks when exercising, as masks may
reduce the ability to breathe comfortably.
Sweat can make the mask become wet more quickly which makes it difficult to
breathe and promotes the growth of microorganisms. The important preventive
measure during exercise is to maintain physical distance of at least one meter
from others.</p>
</div>
</section>
</div>
<div class="tab-pane pillclass" id="v-pills-methanol" role="tabpanel"
aria-labelledby="v-pills-methanol-tab">
<section id="methanol">
<div>
<h2 class="title-underline">Methanol</h2>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<div class="text-center module-img">
<img alt="Support"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAADTCAMAAABeFrRdAAAAe1BMVEX///8AAADQ0ND29vbj4+Ps7OxAQEBxcXFtbW36+vq3t7fe3t6hoaHBwcHZ2dmAgIBNTU0vLy+ampqxsbHIyMhXV1dhYWGqqqqQkJDNzc2UlJTExMQMDAy7u7s3NzcoKChdXV0aGhqHh4dJSUlvb28hISF5eXkXFxczMzM1E1asAAAE4UlEQVR4nO2d6WKiMBRGRbQqUiyL4L4wrc77P+GQBNkSLGCd1Mt3fpVLuc1hycKSDgYAAAAAAC/KOMGUoiYLayjN8zkahhFK0TCJuhpK83zeErOpFJ0k0TcNpXk+8GXAlwrwZcCXCvBlwJcKffT9lKK0fU9zp8w8JO2rBr4U6KPv10eVL9K+Eyl6Ie3bt/YXvvClAnwZ8KUCfBnwpQJ8GfClwkHp+0nW9xKGp40U3ZzC8KKhNAAA0IhxOA1pvoSkZpQ0QvClC3xpA1/awJc28KUNfGkDX9rAlzbwpQ18aQNf2sCXNvClDXxpA1/awJc28CWOacozrQAAXoJRYPnW8IdqrPnWj/xg9Hii8c51z4EUPrruV9Q968xf3r4L3S2cB4rHk0Uf2Vem4b6ycn923atULw6vSXSuSjZmWd6lMIvanUu4Kn8Ku3zoIFeSGeXDYLGQ7Mui/8t3bUhUj0pznJ2U7FDcffp97bRYU8/3o8VRdVCaY6XJPlaRH8V/0qVh5Rd0+grdt/Vt2RGFlKuIJqS69k3I3FSFdfsODWnTmIdmHZI54kQpbmqK3Zed0rp9DUU+9rmGseiQjF+7XiU45efPbUmz70ZVQlHu9p1pnmwlhfmcCFa6oNmXbSfPROh3SjfjlbEcN1n8mi7o9eViisYniS79tskilmytWLEqVIB6fXlHSBHfduljsZrprFrBD3A6S49eX16dtt9Miam+ehnLfLdq9eXtxwPd7hJB4aytEOU6nXzlrJnvsCFO9seHUrJSSZrAS2qX2tkSTl5NWMoryLnvq4b7yt1XNUf2y159EYs78lv4JbFQmuSF9nJfNZ18jw19ebsR1xexlS+fkYb1K653ssRP8W2oa3x9c0ha+fIZhlmldLyTZfIUX7MpDX0b5eIdZta21U2i/KDvfjCrkPm2YvW9b3O+O76iQ859x5XSiyH489ujO1Vqe9goY6dexZtm8Zmx1vb3nW326O2qG3y0oB5Fztkq0T/V6jvKy/E4+/qdZ+Wr9PcnVR+uz09+63up4/oyXPJ6Qq/vtKbCsruc6GzuA8VwcCBKtxQ/6vXl56Ciz3voUnHX7iTuaBV+1jve/yNFnbrz/C68UVRNY7Er7D3NvrFoziscutXbvDmXbg6Jq/cW1uzLW0ajUjfFheutFUbhxM3gg5KsYdZ9f5IPTctjQvFApEs3RDypKB9h3mfNTxbdvuLeg3HJ9ObihnG3uwDpzft89wXHSjbtvuJiTc5fO3CcwE4fgcTdct0ezrirveM4VnwWi4WS6fcdnAwJudJpylZOVmrwfoGvuCtb4Hj/Fs99zEkl26LUp/5B3+4HZRAV5kX+6P4wVDBeXbNkrldx85W+9eNBPvJtGm2BOYy8eLGK1j/yTtJob8eL2N4qKvknlR8A0CdG58O5T++L9u39WPjSBr60gS9t4Esb+NIGvrSBL23gSxv40ga+tIEvbeBLG/jSBr60gS9t4EubvvkCAF6MyPO86gv4g8E+if7UZ9+/C/aydyhF2WdJ6i+JXp2+/T9c+DLgSwX4MuBLBfgy4EuFPvpOpOiFtO8hXpSJD6R91cCXAn30XQbvZYIlad9PKUq7Pepb+wtf+FIBvgz4UgG+DPhSAb4M+FLBrX3++1dDaZ7Pehso5uJ3kqjqHwsAAAAAAIAX5R/zNz0Sv7RnFwAAAABJRU5ErkJggg=="
title="Support" class="zoomimg" height="100"
style="border-radius: 50%;">
</div>
<div>
</div>
</div>
</div>
<div> <br>
<p class="text-justify"><strong> Drinking methanol, ethanol or bleach DOES NOT
prevent or cure COVID-19 and can be extremely dangerous </strong> <br>
Methanol, ethanol, and bleach are poisons. Drinking them can lead to disability
and death. Methanol, ethanol, and bleach are sometimes used in cleaning products
to kill the virus on surfaces – however you should never drink them. They will
not kill the virus in your body and they will harm your internal organs.
To protect yourself against COVID-19, disinfect objects and surfaces, especially
the ones you touch regularly. You can use diluted bleach or alcohol for that.
Make sure you clean your hands frequently and thoroughly and avoid touching your
eyes, mouth and nose.
<br><br>
<strong>Spraying and introducing bleach or another disinfectant into your body
WILL NOT protect you against COVID-19 and can be dangerous</strong> <br>
Do not under any circumstance spray or introduce bleach or any other
disinfectant into your body. These substances can be poisonous if ingested and
cause irritation and damage to your skin and eyes.
Bleach and disinfectant should be used carefully to disinfect surfaces only.
Remember to keep chlorine (bleach) and other disinfectants out of reach of
children.
</p>
</div>
</section>
</div>
<div class="tab-pane pillclass" id="v-pills-weather" role="tabpanel"
aria-labelledby="v-pills-weather-tab">
<section id="weather">
<h2 class="title-underline">Who does Covid-19 affect?</h2>
<div class="row">
<div class="col-12 col-sm-3">
<div class="text-center module-img"><img alt="exim"
src="https://images.unsplash.com/photo-1534768654272-e97681c3a2c7?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MTJ8fG9sZHxlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
title="exim" class="zoomimg" height="100" style="border-radius: 50%;">
</div>
</div>
</div>
<div>
<br>
<p class="text-justify"> <strong>People of all ages can be infected by the COVID-19
virus</strong> <br>
Older people and younger people can be infected by the COVID-19 virus. Older
people, and people with pre-existing medical conditions such as asthma,
diabetes, and heart disease appear to be more vulnerable to becoming severely
ill with the virus.
WHO advises people of all ages to take steps to protect themselves from the
virus, for example by following good hand hygiene and good respiratory hygiene.
</p>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="topbottomclass"></div>
<div class="topbottomclass"></div>
<div class="topbottomclass"></div>
<!--footer-->
<footer class="topbottomclass">
<div class="footer ">
<div class="container">
<div class="row">
<div class="col-12 col-sm-2">
<h5>Links</h5>
<ul class="list-unstyled ">
<li><a href="./staySafe.html">Stay Safe</a></li>
<li><a href="./news.html">Stay Updated</a></li>
<li><a href="./fakeNews.html">Fake News</a></li>
<li><a href="./WhoWeAre.html">Who We Are</a></li>
<li><a href="./contactus.html">Contact Us</a></li>
<li><a href="./act.html">Act</a></li>
</ul>
</div>
<div class="col-12 col-sm-5">
<h5>Our Address</h5>
<address>
Port Connecting Rd <br>
PC Park<br>
Chattogram<br>
<i class="fa fa-phone fa-lg"></i> +663 636 366<br>
<i class="fa fa-fax fa-lg"></i> +123 456 789<br>
<i class="fa fa-envelope fa-lg"></i> <a href="mailto:suss@nomail.net">SUSS@nomail.net</a>
</address>
</div>
<div class="col-12 col-sm-5 align-self-center">
<div styles="text-align: center;">
<a href="mailto:">Thanasis<a class="btn btn-social-icon" href="mailto:">
<i class="fa fa-envelope-o"></i></a>
</a> <a href="mailto:">Chris<a class="btn btn-social-icon" href="mailto:">
<i class="fa fa-envelope-o"></i></a>
</a>
<a href="mailto:">Mario<a class="btn btn-social-icon" href="mailto:">
<i class="fa fa-envelope-o"></i></a>
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- build:js js/main.js -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/tether/dist/js/tether.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/js/scripts.js"></script>
<!-- endbuild -->
<!-- <script>
document.getElementById("defaultOpen").click();</script> -->
</body>
</html>