-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doctors.html
113 lines (113 loc) · 4.2 KB
/
Doctors.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>
<head>
<title>DIGICURE - Doctors</title>
<link rel="stylesheet" type="text/css" href="DoctorsStyle.css"/>
</head>
<body>
<div class="topnav">
<img src="imgs/1.jpg" align="left" width="120" >
<a href="Emergency.html" align="center"><font size="6">Book Emergency</font></a>
<a href="Remedies.html" align="center"><font size="6">Home Remedies</font></a>
<a href="Doctors.html" align="center"><font size="6">Find doctor</font></a>
<a class="active" href="index.html" align="center"><font size="6">Home </font></a>
</div>
<center>
<table cellspacing="20px">
<tr>
<td rowspan="5"><img src="imgs/docimg5.jpg"/></td>
<td id="docname"><b>Dr. Vandana Kent</b></td>
<td rowspan="5"><a href="appointment.html" class="button" id="myBtn">Book an Appointment</a></td>
</tr>
<tr>
<td id="forte"><b>Paediatrics</b></td>
</tr>
<tr>
<td id="degree">MBBS, Diploma, Diploma, Fellowship</td>
</tr>
<tr>
<td id="fees">Rs. 700 Consultation fee</td>
</tr>
<tr>
<td id="address"><b>Holy Angels Hospital</b><br/>Plot B, Basant Lok, Landmark: Near Priya Cinema & Behind Vansanta Continental Hotel, Community Center, Vasant Vihar, New Delhi, Delhi - 110057, India</td>
</tr>
</table>
<table cellspacing="20px">
<tr>
<td rowspan="5"><img src="imgs/docimg1.jpg"/></td>
<td id="docname"><b>Dr. Latika Bhalla</b></td>
<td rowspan="5"><a href="appointment.html" class="button" id="Appointment">Book an Appointment</a></td>
</tr>
<tr>
<td id="forte"><b>Paediatrics</b></td>
</tr>
<tr>
<td id="degree">MBBS, MD, DNB</td>
</tr>
<tr>
<td id="fees">Rs. 500 Consultation fee</td>
</tr>
<tr>
<td id="address"><b>Jeewan Mala Hospital</b><br/>67/1, New Rohtak Road, Karol Bagh, New Delhi, Delhi - 110005, India</td>
</tr>
</table>
<table cellspacing="20px">
<tr>
<td rowspan="5"><img src="imgs/docimg2.png"/></td>
<td id="docname"><b>Dr. Ashish Gupta</b></td>
<td rowspan="5"><a href="appointment.html" class="button" id="Appointment">Book an Appointment</a></td>
</tr>
<tr>
<td id="forte"><b>Paediatrics</b></td>
</tr>
<tr>
<td id="degree">MBBS, MD</td>
</tr>
<tr>
<td id="fees">Rs. 500 Consultation fee</td>
</tr>
<tr>
<td id="address"><b>Bhagat Medicare Centre & Multispeciality Nursing Home</b><br/>1 - D/B, Ground Floor, Landmark: Near Safdarjung Club, Humayunpur, Safdarjung, New Delhi, Delhi - 110029, India</td>
</tr>
</table>
<table cellspacing="20px">
<tr>
<td rowspan="5"><img src="imgs/docimg3.jpg"/></td>
<td id="docname"><b>Dr. V. R. Anand</b></td>
<td rowspan="5"><a href="appointment.html" class="button" id="Appointment">Book an Appointment</a></td>
</tr>
<tr>
<td id="forte"><b>Paediatrics</b></td>
</tr>
<tr>
<td id="degree">MBBS, MD</td>
</tr>
<tr>
<td id="fees">Rs. 500 Consultation fee</td>
</tr>
<tr>
<td id="address"><b>Mata Chanan Devi Hospital</b><br/>C - 1, Lal Sai Mandir Marg, Janakpuri, New Delhi, Delhi - 110058, India</td>
</tr>
</table>
<table cellspacing="20px">
<tr>
<td rowspan="5"><img src="imgs/docimg4.jpg"/></td>
<td id="docname"><b>Dr. Anju Bhasin</b></td>
<td rowspan="5"><a href="appointment.html" class="button" id="Appointment">Book an Appointment</a></td>
</tr>
<tr>
<td id="forte"><b>Paediatrics</b></td>
</tr>
<tr>
<td id="degree">MBBS, MD, Diploma</td>
</tr>
<tr>
<td id="fees">Rs. 600 Consultation fee</td>
</tr>
<tr>
<td id="address"><b>Dr. Anju Bhasin's Clinic</b><br/>7371, Pocket - 7, Sector - D, Vasant Kunj, New Delhi, Delhi - 110070, India</td>
</tr>
</table>
</center>
</body>
</html>