-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.php
89 lines (72 loc) · 2.93 KB
/
Home.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
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
<?php unset($_COOKIE['name']);?>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="bootstrap-3.3.6-dist/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="icon" href="MediIcon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
input{
border:1px solid olive;
border-radius:5px;
}
h1{
color:darkgreen;
font-size:22px;
text-align:center;
}
span{
color:red;
}
img{
float:left;
}
</style>
<title>MediFind</title>
</head>
<body>
<nav role="navigation" class="navbar navbar-inverse navbar-fixed-top" offset="500" tolerance="5">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="userHome.php">MediFind</a>
</div>
<ul class="nav navbar-nav">
<li><a href="#">About Us</a></li>
<li><a href="StoreSearch.php">Search Stores</a></li>
<li><a href="Search.php">Search Medicines</a></li>
<li><a href="Search.php">Search Drugs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<ul class="nav navbar-nav navbar-right">
<li ><a href="signup.php"><span class="glyphicon glyphicon-user "></span>Sign Up</a></li>
<li><a href="signin.php"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</ul>
</div>
</nav><br><br>
<div class="row"><img src="MediFind.png">
<div class="page-header "><font size=60>MediFind</font></div>
<div class="panel-body">Your GateWay To World Of Quick Medicine Search!</div>
</div><div class="container"><div class="jumbotron">
<p>
MediFind offers patients, pharmacies, and other health professionals the Web's most robust and integrated medical information and educational tools. After a simple, 1-time, free registration, MediFind automatically delivers to you a personalized specialty site that best fits your registration profile.
Now find your substitue medicine for heart diseases on one tap, Medifind gives you a whole range of drugs serving for various heart diseases and their substitues. Also deals with mixed composition of drugs with ease. Get your results sorted as you want in terms of Store, medicine etc.
</p>
<p>
Some of the key features of MediFind are:
<ul>
<li>Well designed interface to easily get required results in no time.</li>
<li>Store locations are just a click away collaborated with Google Maps.</li>
<li>User friendly with mailer services integrated</li>
<li>We cover all drugs dealing with heart diseases along with their precise contribution in a particular medicine</li>
<li>Your unique id gives you a wide range of features.</li>
<li>Secured backend with password encryption techniques.</li>
</ul>
</p>
</div>
</div>
</body>
</html>