-
Notifications
You must be signed in to change notification settings - Fork 1
/
plasma.html
35 lines (28 loc) · 1.25 KB
/
plasma.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
<!DOCTYPE html>
<html>
<head>
<title>
Plasma
</title>
<link rel="stylesheet" type="text/css" href="plasma.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
</head>
<body>
<div class="false"></div>
<nav class="navbar fixed-top navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="landingpage.html">Covid Warriors</a>
<a class="nav-link active" aria-current="page" href="landingpage.html">Home</a>
<a class="nav-link active" aria-current="page" href="resources.html">Resources</a>
<a class="nav-link active" aria-current="page" href="doctors.html">Doctors</a>
<a class="nav-link active" aria-current="page" href="#">Plasma</a>
</div>
</nav>
<button onclick="window.location.href='donate.html';" style="float: right;" class="button">Donate</button>
<button onclick="window.location.href='/list';" style="float: left;" class="button">See List of Donors</button>
<img src="31961549.jpg" style="object-fit:contain;
width:400px;
height:auto;
border: solid 1px #CCC;" class="center" />
</body>
</html>