-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfind_donor.html
105 lines (105 loc) · 4.08 KB
/
find_donor.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
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<title>#Donate BLood</title>
<link href="Static/masterstyle.css" rel="stylesheet" text="text/css">
</head>
<body>
<div class="header">
<nav>
<ul>
<li><a href="master.html" style="color:#8c1aff">Home</a></li>
<li><a href="FAQ.html" style="color:#8c1aff" target=_blank>FAQ</a></li>
<li><a href="blogs.html" target="_blank" style="color:#8c1aff">Videos/Blogs</a></li>
<li><a href="about.html" target="_blank" style="color:#8c1aff">About</a></li>
<li><a href="contact.html" target="_blank" style="color:#8c1aff">Contact</a></li>
<li style="float:left;font-size:25px;color:#ff3333;">#Donate Blood</li>
</ul>
</nav>
</div>
<div class="register-row">
<div class="register-column">
<img src="Images/form_1.jpg">
</div>
<div class="register-column form_3" >
<form>
<center>
<label style="font-size:30px"><strong>Search of blood donor</strong></label>
</center>
<br><br>
<label style="font-size:20px">Name</label><br>
<input type="text" class="textfield1"><br><br>
<label style="font-size:20px">Blood Group</label><br>
<select style="font-size:20px">
<option>B+</option>
<option>A+</option>
<option>O+</option>
<option>AB+</option>
<option>B-</option>
<option>A-</option>
<option>O-</option>
<option>AB-</option>
</select>
<br><br>
<label style="font-size:20px">Phone Number</label><br>
<input type="text" class="textfield1" required>
<br><br>
<label style="font-size:20px">Enter State</label><!-- -->
               
<label style="font-size:20px">Enter City</label><br>
<input type="text" class="textfield1" required="">
<input type="text" class="textfield1" required="">
<br><br>
<label style="font-size:20px">E-mail</label><br>
<input type="text" class="textfield1" required=""><br><br>
<label style="font-size:20px; color:green; font-weight:bold;">Select Covid-19 Plasma Donor</label>
<select class="textfield1">
<option style="font-size:20px" class="textfield1">Yes</option>
<option style="font-size:20px" class="textfield1">No</option>
</select>
<br><br>
<center><button class="btn-3"><strong>Submit</strong></button></center>
</form>
</div>
</div>
<div class="ff-container">
<div class="footer">
<div class="row-6">
<div class="column">
<center><h2><b>About Us</b></h2></center>
<br>
<div class="foot-para">
<p>#Donate Blood <br>
A non profit organisation which works for promoting blood donation.We also conduct various blood donation camps and awareness programs.We are associated with many blood cancer NGO's to provide blood to those who are in need.</p>
</div>
</div>
<div class="column">
<center><h2><b>Quick Links</b></h2></center>
<div class="foot-para quick">
<ul>
<a href="master.html" target=_blank><li style="color:white;">Home</li></a>
<a href="about.html" target=_blank><li style="color:white;">About</li></a>
<a href="blogs.html" target=_blank><li style="color:white;">Blog</li></a>
<a href="FAQ.html" target=_blank><li style="color:white;">FAQ</li></a>
<a href="contact.html" target=_blank><li style="color:white;">Contact</li></a>
</ul>
</div>
</div>
<div class="column">
<center><h2><b>Contact</b></h2></center>
<div class="foot-para con">
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>5th Floor, A-118,
Sector-136, Noida, Uttar Pradesh</li>
<li><i class="fa fa-envelope" aria-hidden="true"></i>[email protected]</li>
<li><i class="fa fa-phone" aria-hidden="true"></i> +91 1234567890</li>
</ul>
</div>
</div>
</div>
<hr width="90%">
<center><h5><i class="fa fa-copyright" aria-hidden="true"></i>COPYRIGHT 2021 #DONATE BLOOD ALL RIGHTS RESERVED</h5></center>
</div>
</div>
</body>
</html>