-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<title>Organ Donation Web App</title>
<link rel="stylesheet" type="text/css" href="contains/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="icon" type="image/icon type" href="contains/organ-donation-black-background.png">
</head>
<body>
<header class="site-header clearfix">
<nav>
<div class="logo">
<h1 style="font-size:2em;">Organ Donation Web Application</h1>
</div>
<div class="menu">
<ul>
<li style="font-size:1.1em;"><a style="color:rgb(251, 251, 253);" href="index.html">Home</a></li>
<li style="font-size:1.1em;">AboutUs</li>
<li>
<div class="dropdown">
<button class="button" >Signin Pages</button>
<div class="dropdown-content">
<a href="admins/adminsignin.html">Admin Signin</a>
<a href="users/signin.html">User Signin</a>
<a href="doctors/doctorsignin.html">Doctors Signin</a>
<a href="pharmacist/pharmacistsignin.html">Pharmacist Signin</a>
</div>
</div>
</li>
</ul>
</div>
</nav>
<section>
<div class="leftside">
<img src="contains/intro.jpg">
</div>
<div class="rightside">
<h1><button>Welcome To My Website</button></h1>
<p> <center> OrganDonotion Web Application is a comprehensive and user-friendly web application dedicated to
facilitating organ donation and creating a seamless platform for individuals to connect with potential
organ donors. Our mission is to save lives by streamlining the organ donation process and maximizing the
chances of finding suitable organ matches for those in need. </center></p>
</div>
</section>
</header>
</body>
</html>