-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
23 lines (12 loc) · 784 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
<?php include "header.php" ?>
<div class="container home">
<div class="column50">
</div>
<!--introtext-->
<div class="introtext">
<h1>Donate Blood<br>& Save Lives</h1>
<p><b>Volunteer blood donation</b> is a safe and simple procedure that involves a donor giving one of the following blood products: whole blood, red blood cells, plasma, or platelets. Overview Volunteers donate all blood products used for transfusions performed in the United States to help people who are ill or injured, or who need blood for other reasons.</p>
<button><a href="https://www.nhlbi.nih.gov/health-topics/blood-donation" target="_blank">Read more</a></button>
</div>
</div>
<?php include "footer.php" ?>