-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
48 lines (37 loc) · 2 KB
/
about.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
<!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">
<link rel="icon" href="pc.jpg">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Sacramento&family=Sigmar+One&display=swap" rel="stylesheet">
<title>COVID-19 Relief Fund</title>
</head>
<body class="background">
<div class="content">
<nav class="navbar" class="navbar navbar-light" style="background-color: #ffed99;">
<div class="white"><h1>COVID-19 Relief Fund</h1></div>
<ul class="nav-list">
<li><a href="index.html" class="n"><h5>Home</h5></a></li>
<li><a href="about.html" class="n"><h5>About</h5></a></li>
<li><a href="contact.html" class="n"><h5>Contact</h5></a></li>
</ul>
</nav>
<div class="container donate about">
<img src="donation.png" alt="" class="p">
There is an emergency to respond pandemic of COVID-19. This situation poses a serious public health risk particularly economically poor communities. Their lives are drastically different today than were few weeks ago. Everyone has been restricted to move free and do their daily work. They lost their livelihoods, they are in need of food support for their children and basic health care. We need support to save the community.
<br>
You can donate directly to Coronavirus Relief Fund and we'll allocate it to where it's needed most. We will post reports about how your donation has been put to use.
</div>
</div>
<div class="bottom">
<center>
<p class="copy">© 2021 Kumar Avijeet</p>
</center>
</div>
</body>
</html>