-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfrontpage.HTML
More file actions
216 lines (163 loc) · 9.77 KB
/
frontpage.HTML
File metadata and controls
216 lines (163 loc) · 9.77 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang=en>
<head>
<title>Get appointment</title>
<link rel="stylesheet" href="frontpage.css">
<link rel="stylesheet" href="C:\Users\LENOVO\Desktop\html folder\MY WEBSITE\fontawesome-free-5.12.0-web\css\all.css">
<style>
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 10px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
diplay:inline;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 20px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
</style>
</head>
<body>
<div class="menu-bar">
<div class="dropdown">
<a href="#" class="dropbtn"><i class="fas fa-bars"></i></a>
<div class="dropdown-content">
<a href="#"><i class="fas fa-home"></i>    Book appointments</a>
<a href="#"><i class="fas fa-history"></i>    Book diagnostic tests</a>
<a href="#"><i class="far fa-user"></i>    Find medicines</a>
<a href="#"><i class="far fa-user"></i>    Book ambulance</a>
<a href="#"><i class="far fa-user"></i>    Book emergency beds</a>
<a href="#"><i class="far fa-user"></i>    Reminders</a>
<a href="#"><i class="far fa-user"></i>    Detect cough</a>
</div>
</div>
<div class="dropdown" style="left:80%">
<a href="#" class="dropbtn" ><i class="fas fa-ellipsis-v"></i></a>
<div class="dropdown-content" >
<a href="#"><i class="far fa-user"></i>    My priscriptions</a>
<a href="#"><i class="far fa-user"></i>    My reports</a>
<a href="#"><i class="far fa-user"></i>    My appointments</a>
<a href="#"><i class="far fa-user"></i>    My doctors</a></li>
<a href="#"><i class="far fa-user"></i>    Help center</a>
<a href="#"><i class="far fa-user"></i>    Setting</a>
<a href="#"><i class="far fa-user"></i>    About us</a>
</div>
</div>
</div>
<div class="menu-bar">
<div class="dropdown" style="left:40%; text-decoration: none;" >
<a href="#" class="dropbtn" >Filters  <i class="fas fa-angle-double-down"></i></a>
<div class="dropdown-content">
Doctor type    <input type="text" name=""> <br>
Related to<select>
<option value="1">Ear</option>
<option value="1">Nose</option>
<option value="1">Throat</option>
<option value="1">Lungs</option>
<option value="1">heart</option>
</select> <br>
Fee range<select>
<option value="1">Rs.100-Rs300</option>
<option value="1">Rs.500-Rs.700</option>
<option value="1">Rs.700-Rs.900</option>
<option value="1">Rs.900-Rs.1100</option>
<option value="1">Rs.1100-Rs.1300</option>
</select> <br>
AUTHORITY  <input type="radio" name="S">GOVERMENT <input type="radio" name="S">PRIVATE<br>
Gender  <input type="radio" name="So">Male <input type="radio" name="So">female<br>
Experience   <br><input type="radio" name="Sq">less than 5 yrs,New<br> <input type="radio" name="Sq">between 5yrs to 10 yrs,mediun<br> <input type="radio" name="Sq">more than 5 yrs,old<br>
Disease name    <input type="text" name=""> <br>
</div>
</div>
<a href="#" class="profile"><i class="fas fa-user-circle"></i>   Techmedico   <i class="fas fa-angle-double-down"></i><br><br>
<i class="fas fa-map-marker-alt"></i></i>    BHAGALPUR     <i class="fas fa-angle-double-down"></i></a>
<br>
<ul>
<li><a href="photoupload.html"><i class="fas fa-camera"></i></a></li>
<li class="active"><a href="#"><i class="fas fa-home"></i>   HOME</a></li>
<li><a href="#" class="hi"><i class="fas fa-history"></i>   HISTORY</a></li>
<div class="sub-menu">
</div>
<li><a href="account.html"><i class="far fa-user"></i>   ACCOUNT</a></li>
</ul>
</div>
<div class="search-box">
<input class="search-txt" type="text" name="" placeholder="Type to search doctors">
<a class="search-btn" href="#"><i class="fas fa-search-dollar"></i></a>
</div>
</div>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Aman kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Satyam kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Shivani kumari</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Sakshi Gupta</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">kanchan kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Mohit Gupta</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Achintya kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Abhishek kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Nirmal kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
<div class="doctor">
<img class="dprofile" src="img.png">
<h1 class="dname">Birbal kumar</h1><h3 class="dname">Ayurvedic</h3><h6 class="dname">REGD:8457</h6>
<a class="dlocation" href="#"><i class="fas fa-map-marker-alt"></i></i>    sabour </a>
</div>
</body>
</html>