-
Notifications
You must be signed in to change notification settings - Fork 1
/
donate.html
80 lines (61 loc) · 2.64 KB
/
donate.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- <link rel="stylesheet" type="text/css" href="covid19.css"> -->
<link rel="stylesheet" type="text/css" href="css/covid19.css">
<title>COVID-19</title>
</head>
<body>
<header>
<div class="main">
<ul style="padding-left: 3%;">
<a href="index.html" class="btn btn-primary btn-lg active text-center center" role="button" aria-pressed="true">Home</a>
</ul>
<ul2 style="padding-right: 3%;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScEcYHDJsi-3fLzkUb2jyKufBgXCf2_hrr-MrLdwcak7Gz1NA/viewform?usp=sf_link" class="btn btn-danger btn-lg active text-center center" role="button" aria-pressed="true">Donate</a>
</ul2>
</div>
<div class="title">
<h1> COVID-19 </h1>
</div>
<div class="text">
<bodytext class="text-center bg text-white font-weight-bold">
<p>Coronavirus disease 2019 (COVID-19) is an infectious disease caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2).Common symptoms include fever, cough and shortness of breath.As of 7 April 2020, more than 1.41 million cases have been reported in more than 200 countries and territories, resulting in more than 81,200 deaths.
The virus is mainly spread during close contact and by small droplets produced when those infected cough or sneeze</p>
<div class="p-3 mb-2 bg-light text-dark">
<p class="font-weight-bold"> The winners of various events can contribute their cash prizes for Covid-19 fund upon their will.Contribute your part,donate for Covid-19 now.</p>
</div>
</bodytext>
</div>
</header>
<div>
<footer>
<section>
<h1 class="text-center bg text-white">Stay Safe</h1>
<br>
<div class="container-fluid">
<!-- <h1 class="text-center text-capitalize pt-5">Gallery</h1> -->
<!-- <hr class="w-25 mx-auto pt-5"> -->
<div class="row effect">
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="qw.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="qw3.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="qw10.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="qw4.jpg" class="img-fluid">
<!--
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="qw5.jpg" class="img-fluid">
</div> -->
</div>
</section>
</footer>
</body>
</html>