-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonprcs.php
59 lines (44 loc) · 2.66 KB
/
donprcs.php
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
<?php
error_reporting(0);
session_start();
?>
<!DOCTYPE php>
<php>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="donprcs.css">
<div style="background-image:url('https://htmlcolorcodes.com/assets/images/html-color-codes-color-tutorials-hero.jpg'); height:250px;"><br><br><br><br><br><center><font color="white" size="20px">DONOR ELIGIBILITY</font></center></div><br><br><br><br><br>
<meta charset="utf-8">
<title></title>
</head>
<body><center>
<button class="button button1" onclick="document.location='donprcs.php'">Where can one donate blood?</a></button>
<button class="button button1" onclick="document.location='postdon.php'">Post-Donation</button>
<button class="button button1"onclick="document.location='blddnt.php'">What happens to the Blood you donated?</button>
</center>
<center><img src="http://nbtc.naco.gov.in/images/dp_bb.png">                    
<img src="http://nbtc.naco.gov.in/images/dp_campaign.png">            
<img src="http://nbtc.naco.gov.in/images/db_mobile.png"><br>
<font size="5px">Blood Banks</font>                  
<font size="5px">Blood Donation Camps</font>               
<font size="5px">Blood Mobile</font>
</center><br>
A person can donate blood either in a licensed blood bank, blood donation camps or at a blood mobile.
<h2>Blood Banks</h2>
Any person can walk-in voluntarily any time round the clock at their own convenience to donate blood in a licensed blood bank.
Beside, an In-house camp can be organized in a blood bank on pre-fixed dates with the Organisers and Blood Bank in charge.
<h2>Outdoor camps</h2>
Prefixed venues by Organisers like educational institutions, industrial and commercial houses etc. Blood Banks organize camps in these sites/ premises on a fixed day as decided by SBTC.<br><br><br><br><br><br>
<font size="5px">What to expect when you visit a Blood Bank or Blood Donation Camp</font><br>
<h2>Registration (10 Mins)</h2>
Donor fills up the registration form and gives his consent for donation.
<h2>Medical Check up (5 Mins)</h2>
Donors Medical History & life style is asked, check up of temperature, blood pressure, pulse and haemoglobin.
<h2>Donation (8 Mins)</h2>
Phlebotomist draws unit (350ml/450ml) of blood. A new sterile meedle is used to draw each unit and the needle is destroyed after it has been used. It taked less than 10 min.
<h2>Refreshment (10 Mins)</h2>
Enjoy Snacks and drinks juice to replenish fluids.
</body>
</html>
</php>