-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheroes.html
100 lines (61 loc) · 2.66 KB
/
heroes.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!Doctype html>
<html>
<head>
<title>heroesdonate</title>
<link href= "css/style.css" type= "text/css"
rel="stylesheet">
<link rel="stylesheet" media= "(max-width: 1100px)" type="text/css" href="css/mobilestyle.css">
</head>
<body>
<header>
<h1 id="title"> HEROES DONATE</h1>
<img id="butterfly" src="img/butterfly.png" alt="butterfly" width="250px" height="200px">
</header>
<img id="donorsposter" src="img/donorsposter.jpg" alt="photos of registered organ donors">
<section id="howwork">
<h2>How does organ donation work?</h2>
<iframe id="video" width="560" height="315" src="http://www.youtube.com/embed/HuKx2a5HkIM" frameborder="0" allowfullscreen></iframe>
<p id="quote"> "Organ and tissue donation are selfless acts of altruism. As a registered organ and tissue donor, you create the opportunity to save 8 lives. The gift of an organ or tissue changes a person's circumstances and is the greatest form of humanitarianism."
Alison Lynch </p>
</section>
<h1>Your Organs Live On</h1>
<section id="process">
<div id="donate">
<h2> Process of Organ Donation </h2>
<p> <strong><u>Step 1-</u></strong> Sign up to donate life on your driver's license.</p>
<p> <strong><u>Step 2- </u></strong>
Give a living donation, donate: blood, bone marrow, a kidney, a piece of your liver, a lung lobe or bone marrow. </p>
<p> <strong><u>Step 3- </u></strong>
Castastrophic event = Call for Organ Donation </p>
<p> <strong><u>Step 4- </u></strong>
Unregistered donors may donate if a family member agrees to the donation. </p>
</div>
<div id="accept">
<h2> Accepting the Call - Harvesting of Organs </h2>
<p> <strong><u>Step 5 - </u></strong>
Matching the Donor to the Recepient by Blood Type. </p>
<p> <strong><u>Step 6 - </u></strong>
Evaluation of the Quality of the Organs </p>
<p> <strong><u>Step 7 - </u></strong>
Transplant Surgery </p>
</div>
<div id="grieve">
<h2>Donor Family Grieves Their Loved One</h2>
<p> <strong><u>Step 8 - </u></strong>
Donor Family Honors Their Loved One Through Their Gift of Life<p>
<p> <strong><u>Step 9 - </u></strong>
Recipient Meets the Donor Family.
<p> <strong><u>Step 10 -</u></strong>
Together They Commemorate the Organ Donor. </p>
</div>
</section>
<section id="moreinfo"
<a href=""></a>
<a href="http://www.njsharingnetwork.org"> <img id="NJSN" src="img/NJSN.gif" alt="NJSN LOGO"> </a>
<p>For More Information Contact: The NJ Sharing Network Foundation</p>
</section>
<footer>
<p> Website by Alison Lynch:<a href=mailto:"[email protected]"> Email Me</a>
</footer>
</body>
</html>