forked from nabeeljay/bloodbank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheligibility.html
74 lines (64 loc) · 2.21 KB
/
eligibility.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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<title>Eligibility</title>
</head>
<body>
<style>
html {
font-family: 'Open Sans', sans-serif;
}
body
{
background-image: url("https://previews.123rf.com/images/netkoff/netkoff1603/netkoff160300060/53129355-Seamless-pattern-Medical-icons-set-over-light-background--Stock-Vector.jpg");
background-attachement:center;
background-size:cover;
}
h1
{
color:#CC2A0C;
text-decoration: underline;
text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}
ol {
color:rgb(52,22,4);
border: 2px solid powderblue;
BACKGROUND-COLOR: rgb(141,231,228);
}
h3{
color:1D0244;
}
a:link {
color: black;
}
a:visited {
color: black;
}
</style>
<center><h1>DONOR GUIDELINES</h1>
</center>
<br>
<h3>
<b><u>Eligibilities</u><br></b></h3>
<ol><h4>
<li>Any donor, who is healthy, fit and not suffering from any transmittable diseases can donate blood.</li>
<li>Donor must be 18 -60 years age and having a minimum weight of 50Kg can donate blood.</li>
<li>Donor’s Hemoglobin level is 12.5% minimum.</li>
<li>A donor can again donate blood after 3 months of your last donation of blood.</li>
<li>Pulse rate must be between 50 to 100mm without any irregularities.</li>
<li>BP Diastolic 50 to 100 mm Hg and Systolic 100 to 180 mm Hg.</li>
<li>Body temperature should be normal and oral temperature should not exceed 37.5 degree Celsius.</li></h4></ol>
<h3><b><u>Non-Eligibilities</u><br></b><h3>
<ol><h4>
<li>Donors should not suffer from Cardiac arrest, hypertension, kidney alignments, epilepsy or diabetics.</li>
<li>Ladies with a bad miscarriage should avoid donating blood for the next 6 months.</li>
<li>If donor already donated blood or have been treated for malaria within the last three months.</li>
<li>If donor undergone any immunization within the past one month.</li>
<li>If donor consumed alcohol within the last 24 hours.</li>
<li>If you are HIV+.</li>
<li>If donor had a dental work for next 24 hours and wait for one month if donor had a major dental procedure.</li>
</h4></ol>
<br>
<center><h2><a href='dontmind.html'>HOME</a></h2></center>
</body>
</html>