-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contagion.html
66 lines (58 loc) · 2.65 KB
/
Contagion.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
<!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">
<title>Contagion</title>
<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=Red+Hat+Display:wght@300;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="/covid19_alert_stay_safe.css">
<link rel="stylesheet" href="/whatiscovid19.css">
<link rel="stylesheet" href="/contagion.css">
<link rel="stylesheet" href="/symptoms.css">
<link rel="stylesheet" href="/do.css">
<link rel="stylesheet" href="/footer.css">
</head>
<body>
<div class="container1">
<div class="virussection">
<img src="/images/virus.png" alt="unable to upload image">
<p>COVID-19</p>
</div>
<div class="navbar">
<div class="overview"><a href="./index.html">Overview</a></div>
<div class="contagion"><a href="./Contagion.html">Contagion</a> </div>
<div class="Symptoms"> <a href="./symptoms.html">Symptoms</a></div>
<div class="Prevention"> <a href="./prevention.html">Prevention</a></div>
</div>
</div>
<div class="contagion">
<p class="heading">Covid-19</p>
<h2>Contagion</h2>
<p class="text1">Corona viruses are a type of virus. There are many different kinds, and some cause disease.
COVID‑19 transmits when people breathe in air contaminated by droplets and small airborne particles
containing the
virus. The risk of breathing these in is highest when people are in close proximity, but they can be inhaled
over longer
distances, particularly indoors. Transmission can also occur if splashed or sprayed with contaminated fluids
in the
eyes, nose or mouth, and, rarely, via contaminated surfaces. People remain contagious for up to 20 days, and
can spread
the virus even if they do not develop symptoms.</p>
</div>
<div class="contagion2">
<div class="item">
<img src="/images/photo1.png" alt="unable to upload" class="photo">
</div>
<div class="item">
<img src="/images/photo2.png" alt="unable to upload" class="photo">
</div>
<div class="item">
<img src="/images/photo3.png" alt="unable to upload" class="photo">
</div>
</div>
</body>
</html>