-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
113 lines (81 loc) · 4.03 KB
/
index.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
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blood Bank</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="bloodDonationStyle.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar" >
<div class="navbar-style">
<link rel = "icon" href =
"https://img.icons8.com/color/48/000000/drop-of-blood.png"
type = "image/x-icon">
<div class="symbole"><img src="https://img.icons8.com/color/48/000000/drop-of-blood.png"/>Blood Donation</div>
<section>
<!-- <i class="fa fa-search" aria-hidden="true"></i>
<input type="text" placeholder=" search nearest blood bank" class="input-field">-->
<a href="index.html" class="li">Home</a>
<a href="about.html" class="li">About</a>
<a href="donate.html" class="li">Donate</a>
<a href="registration.html" class="li">Register</a>
<a href="contact.html" class="li">Contact</a>
</section>
</div>
</nav>
<!-- Home page -->
<div class="row">
<div class="column side">
<table >
<tr>
<td ><h2>DONATIONS <br /></h2>
We are grateful for Our Real Hero and hope for them always success who helps Donate to Blood Bank
<center><a href="donate.html" class="button">DONATE</a></td></center>
</tr>
<tr>
<td><h2>VOLUNTEER <br /></h2>
You will become a vital part of the biggest Bool Donation organization Blood bank today in the world
<center><a href="registration.html" class="button">JOIN NOW</a></td></tr></center>
</tr>
<tr>
<td><h2>CAUSES <br /></h2>
Blood Bank today receive ecent causes to Fundraising for Charitable. We need your help
<center><a href="causes.html" class="button">CAUSES</a></td></center>
</tr>
</table>
</div>
<div class="column middle">
<a href="request-blood.html"><div class="circle"> <h1>Request Blood</h1></div></a>
<div class="circle-2"> <h1>Find Blood Donor</h1></div>
<div class="circle-3"> <h1>Blood Bank</h1></div>
</div>
<div class="column side">
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="" placeholder="Username">
</div>
<div class="user-box">
<input type="password" id="password-field" placeholder="Password">
<i id="pass-status" class="fa fa-eye" aria-hidden="true" onClick="viewPassword()"></i>
</div>
<center>> <a href="#" class="button">
Submit
</a></center
</form>
</div>
</div>
</div>
<div class="footer">
<a href="https://github.com/vaibhavirohilla741/Blood-Donation">
<p style="color: white; font-size: large; ">Source Code</p></a>
</div>
<!-- starting with page 2 -->
<script src="bloodDonationScript.js"></script>
</body>
</html>