-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHTML - Recent Blood Donor's.html
47 lines (34 loc) · 1.5 KB
/
HTML - Recent Blood Donor's.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
<html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="stylesheet.css">
<script src="script.js"></script>
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active"href="HTML - Recent Blood Donor's.html">Recent Blood Donor's</a>
<a href="HTML - About Us.html">About Us</a>
</div>
<br>
<button onclick="myFunction()">Toggle dark mode</button>
<br><br>
<div class="container"></div>
<div class="jumbotron">
<img id="pfp_one" src="https://i.pinimg.com/originals/a9/21/df/a921dfb37b1f9d71a2098b4c989e7ecf.png" class="img-circle"><h3>Laura:<br><br>
"Giving back to the community helps the people receiving just as much as the people giving"<br><br><br><br><br><br></h3>
</div>
<br><br><br>
<br><br><br>
<div class="jumbotron">
<img id="pfp_one" src="https://manandvan.mobi/2018/03/Man-And-Van-West-London-Driver.png" class="img-circle"><h3>John:<br><br>
"Whenever i donate i always think of the lives that will be changed. "<br><br><br><br><br><br></h3>
</div>
</div>
</body>
</html>