-
Notifications
You must be signed in to change notification settings - Fork 0
/
page4.html
45 lines (43 loc) · 2.24 KB
/
page4.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
<html>
<head>
<title>About Donations</title>
<link rel ="stylesheet" href = "style.css">
</head>
<body>
<div class = "banner4">
<div class="nav1">
<div class="navbar">
<img
src="donate-blood-save-life-isolated-icon-transfusion-medical-aid-charity-donation-vector-campaign-hand-palm-drop-emergency-154489993-removebg-preview (1).png"
class="logo"
/>
<ul>
<li><a href="index.html"> Home</a></li>
<li><a href="page4.html"> About</a></li>
<li><a href="page2.html"> Products</a></li>
<li><a href="page3.html"> Our Doners</a></li>
<li><a href="signin.html">Sign In</a></li>
<li><a href="signup.html">Sign Up</a></li>
</ul>
</div>
<div class="upper con">
<h1 class="heading">Why Donate?</h1>
<p>Blood is essential to human life.</p>
<p>Every two seconds, a person in the US will need a blood transfusion. .</p>
<p>Blood cannot be synthetically replicated or produced, so there is no substitute. It is also perishable, with a unit of blood lasting only 42 days (and only 5 days for platelets). Because of this brief shelf life, there is a constant need for new volunteer donors. .</p>
<p>Volunteers may donate:
<ul>
<li>Whole blood - This is the quickest, easiest, and most common type of donation</li>
<li>Platelets - Blood cell fragments that help stop or prevent bleeding</li>
<li>Plasma - The liquid portion of your blood that transports water and nutrients to body tissues</li>
<li>Double Red Blood Cells - Red blood cells only</li>
</ul>
</p>
<p>Although most of the US population is eligible to donate blood, only 3% of people do so on a regular basis. .</p>
<p>Sharing your blood, even if only once per year, may help patients of all ages, including heart surgery patients, trauma victims, and those battling cancer. .</p>
<p>In essence, blood saves lives.</p>
<img src="istockphoto-1181591105-612x612.jpg">
</div>
</div>
</body>
</html>