-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFacts.html
84 lines (79 loc) · 3.77 KB
/
Facts.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="Facts.css">
<title>Facts</title>
<link rel="icon" href="coronavirus.png" type="image/x-icon" />
</head>
<body>
<div class="nav1">
<h1>Covid-19</h1>
<nav>
<a href="index.html"style="color: #FFFFFF;">Home</a>
<a href="symptoms.html"style="color: #FFFFFF;">Symptoms and Treatment</a>
<a href="precaution.html"style="color: #FFFFFF;">Precautions</a>
<a href="Modes_of_Transmission_of_Covid-19.html" style="color: #FFFFFF;">Modes of Transmission</a>
<a href="Facts.html"style="color: cyan;">Facts</a>
</nav>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-6"><a href="facts1.html"><img src="f1 (1).jpg"></a></div>
<div class="col-sm-6"><p>Can salt water rinsing treat early symptoms of COVID-19?<br>
<button type="button" class="btn btn-dark">
<a href="facts1.html" style="text-align: center; color: white; padding-left: 40px; ">Read More</a>
</button></p></div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-6"><p>How does testing and tracing for coronavirus work? <br>
<button type="button" class="btn btn-dark">
<a href="testing.html" style="text-align: center;color: white; padding-left: 40px; ">Read More</a>
</button></p></div>
<div class="col-sm-6"><a href="testing.html"><img src="f2.jpg" height="90%"></a></div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-6"><a href="facts2.html"><img src="f3.jpg"></a></div>
<div class="col-sm-6"><p>Can “convalescent plasma” help people recover from severe COVID-19?<br><button type="button" class="btn btn-dark">
<a href="facts2.html" style="text-align: center;color: white; padding-left: 40px; ">Read More</a></button></p></div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-6"><p>Could a blood test pinpoint who is at most risk from COVID-19?<br><button type="button" class="btn btn-dark">
<a href="Facts4.html" style="text-align: center;color: white; padding-left: 40px; ">Read More</a></button></p></div>
<div class="col-sm-6"><a href="Facts4.html"><img src="f4.jpg" ></a></div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-6"><a href="facts5.html"><img src="f5 (1).jpg"></a></div>
<div class="col-sm-6"><p>Will people take months to recover from symptoms of COVID-19?<br><button type="button" class="btn btn-dark">
<a href="facts5.html" style="text-align: center;color: white; padding-left: 40px;">Read More</a></button></p></div>
</div>
</div>
<div class="footer">
<div class="nos">
<a href="Helpline nos.html" style="color: #FFFFFF;">Helpline numbers</a>
<a href="FAQ-Spread.html"style="color: #FFFFFF;">FAQ</a>
<a href="#" data-toggle="tooltip" data-placement="top" title="The Infromation on all pages of this website has been taken from authenticated & verified websites." style="color: #FFFFFF;" >Terms & Conditions </a>
<a href="#" data-toggle="tooltip" data-placement="top" title="This is an Informative Website on Covid-19" style="color: #FFFFFF;">About</a>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</div>
</div>
</footer>
</body>
</html>