-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
496 lines (486 loc) · 22 KB
/
index.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
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<?php
session_start();
if (!isset($_SESSION['email'])) {
header("Location: login.php");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Medilab Free Bootstrap HTML5 Template</title>
<meta name="description" content="Free Bootstrap Theme by BootstrapMade.com">
<meta name="keywords" content="free website templates, free bootstrap themes, free template, free bootstrap, free website template">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Candal">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- =======================================================
Theme Name: Medilab
Theme URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<!--banner-->
<section id="banner" class="banner">
<div class="bg-color">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="col-md-12">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" class="img-responsive" style="width: 140px; margin-top: -16px;"></a>
</div>
<div class="collapse navbar-collapse navbar-right" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#banner">Home</a></li>
<li class=""><a href="#service">Services</a></li>
<li class=""><a href="#about">About</a></li>
<li class=""><a href="#testimonial">Testimonial</a></li>
<li class=""><a href="#contact">Contact</a></li>
<li class=""><a href="login.php">Log in</a></li>
<li class=""><a href="logout.php">Log Out</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="banner-info">
<div class="banner-logo text-center">
<img src="img/logo.png" class="img-responsive">
</div>
<div class="banner-text text-center">
<div style="color:white">
<?php echo "<h3><font color=white>Welcome, " . $_SESSION['email'] . " !!</font></h3>"; ?>
</div>
<h1 class="white">Healthcare at your desk!!</h1>
<p>The hospital you trust to care for those you love..</p>
<a href="#contact" class="btn btn-appoint">Make an Appointment.</a>
</div>
<div class="overlay-detail text-center">
<a href="#service"><i class="fa fa-angle-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ banner-->
<!--service-->
<section id="service" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<h2 class="ser-title">Our Service</h2>
<hr class="botm-line">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris cillum.</p>
</div>
<div class="col-md-4 col-sm-4">
<div class="service-info">
<div class="icon">
<i class="fa fa-stethoscope"></i>
</div>
<div class="icon-info">
<h4>24 Hour Support</h4>
<p>24 * 7 support ,you can reach us any time ,we are with you.</p>
</div>
</div>
<div class="service-info">
<div class="icon">
<i class="fa fa-ambulance"></i>
</div>
<div class="icon-info">
<h4>Emergency Services</h4>
<p>We have emergency services available 24*7 and we also have necessary equipment for emergency.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="service-info">
<div class="icon">
<i class="fa fa-user-md"></i>
</div>
<div class="icon-info">
<h4>Medical Counseling</h4>
<p>There are so many different Doctors are available for your any kind of help at any time.</p>
</div>
</div>
<div class="service-info">
<div class="icon">
<i class="fa fa-medkit"></i>
</div>
<div class="icon-info">
<h4>Premium Healthcare</h4>
<p>Our All The Hospital Facility are Premium so that you can Cure as early as possible.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ service-->
<!--cta-->
<section id="cta-1" class="section-padding">
<div class="container">
<div class="row">
<div class="schedule-tab">
<div class="col-md-4 col-sm-4 bor-left">
<div class="mt-boxy-color"></div>
<div class="medi-info">
<h3>MediCare Laboratray</h3>
<p>We have our own laboratery ,which is available for 24*7 so patient can diagnose any time </p>
<a href="" class="medi-info-btn">READ MORE</a>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="medi-info">
<h3>MediCare Pharmacy</h3>
<p>We have our own pharmacy so that patients doesn't suffer any medicine.</p>
<a href="" class="medi-info-btn">READ MORE</a>
</div>
</div>
<div class="col-md-4 col-sm-4 mt-boxy-3">
<div class="mt-boxy-color"></div>
<div class="time-info">
<h3>Opening Hours</h3>
<table style="margin: 8px 0px 0px;" border="0">
<tbody>
<tr>
<td>Monday - Friday</td>
<td>8.00 - 17.00</td>
</tr>
<tr>
<td>Saturday</td>
<td>9.30 - 17.30</td>
</tr>
<tr>
<td>Sunday</td>
<td>9.30 - 15.00</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<!--cta-->
<!--about-->
<section id="about" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-12">
<div class="section-title">
<h2 class="head-title lg-line">The Medilap <br>Ultimate Dream</h2>
<hr class="botm-line">
<p class="sec-para">Our annual Preventive Health Checks are customised to take into consideration your lifestyle and risk factors.Our health checks include comprehensive diagnostics, consultations with accomplished doctors and technology-aided follow-ups with the aim to ensure that you stay in the pink of health at all times.</p>
<a href="index.php" style="color: #0cb8b6; padding-top:10px;">Know more..</a>
</div>
</div>
<div class="col-md-9 col-sm-8 col-xs-12">
<div style="visibility: visible;" class="col-sm-9 more-features-box">
<h3>It's something important you want to know.</h3>
<div class="more-features-box-text">
<div class="more-features-box-text-icon"> <i class="fa fa-angle-right" aria-hidden="true"></i> </div>
<div class="more-features-box-text-description">
<h3>7000 + Healing Hands</h3>
<p>Largest network of the world’s finest and brightest medical experts who provide compassionate care using outstanding expertise and advanced technology.</p>
</div>
</div>
<div class="more-features-box-text">
<div class="more-features-box-text-icon"> <i class="fa fa-angle-right" aria-hidden="true"></i> </div>
<div class="more-features-box-text-description">
<h3>Best Clinical Outcomes</h3>
<p>Leveraging its vast medical expertise & technological advantage, Apollo Hospitals has consistently delivered best in class clinical outcomes.</p>
</div>
</div>
<div class="more-features-box-text">
<div class="more-features-box-text-icon"> <i class="fa fa-angle-right" aria-hidden="true"></i> </div>
<div class="more-features-box-text-description">
<h3>4000 + pharmacies</h3>
<p>Medilab Pharmacy is India’s first, largest and most trusted branded pharmacy network, with over 4000 plus outlets covering the entire nation</p>
</div>
</div>
<div class="more-features-box-text">
<div class="more-features-box-text-icon"> <i class="fa fa-angle-right" aria-hidden="true"></i> </div>
<div class="more-features-box-text-description">
<h3>Most Advanced Healthcare technology</h3>
<p>Medilab Hospitals has been the pioneer in bringing ground-breaking healthcare technologies to India.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ about-->
<!--doctor team-->
<section id="doctor-team" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="ser-title">Meet Our Doctors!</h2>
<hr class="botm-line">
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="thumbnail">
<img src="img/sej.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Dr. Agarwal Umarani</h3>
<p>Gynaecologist <br>MBBS, DGO</p>
<ul class="list-inline">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="thumbnail">
<img src="img/dh.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Dr . Dhaval Vaishnav</h3>
<p>Physician <br> MBBS, MD- Medicine</p>
<ul class="list-inline">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="thumbnail">
<img src="img/sejal.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Dr . Sejal Shah</h3>
<p>Orthopedic <br> M S (Ortho.)</p>
<ul class="list-inline">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="thumbnail">
<img src="img/div.jpg" alt="..." class="team-img">
<div class="caption">
<h3>Dr . Divyash Shah</h3>
<p>Surgoen <br> M S (Surgoen)</p>
<ul class="list-inline">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ doctor team-->
<!--testimonial-->
<section id="testimonial" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="ser-title">see what patients are saying?</h2>
<hr class="botm-line">
</div>
<div class="col-md-4 col-sm-4">
<div class="testi-details">
<!-- Paragraph -->
<p>
Well managed experienced Doctors at service for patients. Neat and Clean. Good Housekeeping. Pleasing and helpful Reception. God bless all the Patients who come here.</p>
</div>
<div class="testi-info">
<!-- User Image -->
<a href="#"><img src="img/t1.gif" alt="" class="img-responsive"></a>
<!-- User Name -->
<h3>Mihir shah<span></span></h3>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="testi-details">
<!-- Paragraph -->
<p>Excellent facility. Spacious and comfortable for elders. I‘ve been bringing my parents here for annual checkups for more than a decade. Overall process can be made more efficient (for example moving patients from one checkup to another) but it is kind of offset as there is plenty of staff who are friendly and quick to help!</p>
</div>
<div class="testi-info">
<!-- User Image -->
<a href="#"><img src="img/thumb.png" alt="" class="img-responsive"></a>
<!-- User Name -->
<h3>Rakesh Patel<span></span></h3>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="testi-details">
<!-- Paragraph -->
<p>Hospital with good doctors. Medical care is so well organised that one can easily find out the place to go for treatment where as the reception are very helpful. Staff member of the hospital are very descent.</p>
</div>
<div class="testi-info">
<!-- User Image -->
<a href="#"><img src="img/t1.gif" alt="" class="img-responsive"></a>
<!-- User Name -->
<h3>Krupa Mehta <span></span></h3>
</div>
</div>
</div>
</div>
</section>
<!--/ testimonial-->
<!--cta 2-->
<section id="cta-2" class="section-padding">
<div class="container">
<div class=" row">
<div class="col-md-2"></div>
<div class="text-right-md col-md-4 col-sm-4">
<h2 class="section-title white lg-line">« A few words<br> about us »</h2>
</div>
<div class="col-md-4 col-sm-5">
Medilab Group strives to provide excellent medical care and services to every patient who walks through its door. Established in1983, Medilab Hospitals helped millions of people recover from serious health problems. Known as Asia's foremost integrated healthcare services provider, we provide comprehensive care of the highest quality, ensuring that all our patients receive the most advanced treatments known to medicine.
<p class="text-right text-primary"><i>— Medilap Healthcare</i></p>
</div>
<div class="col-md-2"></div>
</div>
</div>
</section>
<!--cta-->
<!--contact-->
<section id="contact" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="ser-title">Contact us</h2>
<hr class="botm-line">
</div>
<div class="col-md-4 col-sm-4">
<h3>Contact Info</h3>
<div class="space"></div>
<p><i class="fa fa-map-marker fa-fw pull-left fa-2x"></i>Rudra Point, 1st Floor,<br> Near CG Road , Vadodara - 390019</p>
<div class="space"></div>
<p><i class="fa fa-envelope-o fa-fw pull-left fa-2x"></i>medilabcare@gmail.com</p>
<div class="space"></div>
<p><i class="fa fa-phone fa-fw pull-left fa-2x"></i>+91 800 123 1234</p>
</div>
<div class="col-md-8 col-sm-8 marb20">
<div class="contact-info">
<h3 class="cnt-ttl">Having Any Query! Or Book an appointment</h3>
<div class="space"></div>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="appointment.php" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control br-radius-zero" id="name" placeholder="Your Name" data-rule="len:20" data-msg="Please enter Your Name" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control br-radius-zero" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="number" name="mobile" class="form-control br-radius-zero" id="mobile" placeholder="Your Mobile No" data-rule="len:10" data-msg="Please enter at least 10 digits" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="date" name="date" class="form-control br-radius-zero" id="date" placeholder="Enter Date" data-rule="required" data-msg="Please enter date" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control br-radius-zero" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control br-radius-zero" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="form-action">
<input type="submit" class="btn btn-form" value="Send Message">
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--/ contact-->
<!--footer-->
<footer id="footer">
<div class="top-footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 marb20">
<div class="ftr-tle">
<h4 class="white no-padding">About Us</h4>
</div>
<div class="info-sec">
<p>Our success is measured by our patients’ satisfaction with our services and the care they receive while visiting us for treatments. Read below to know what our patients say about us and how coming to Medilab Hospitals changed their lives.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 marb20">
<div class="ftr-tle">
<h4 class="white no-padding">Quick Links</h4>
</div>
<div class="info-sec">
<ul class="quick-info">
<li><a href="index.php"><i class="fa fa-circle"></i>Home</a></li>
<li><a href="#service"><i class="fa fa-circle"></i>Service</a></li>
<li><a href="#contact"><i class="fa fa-circle"></i>Appointment</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-4 marb20">
<div class="ftr-tle">
<h4 class="white no-padding">Follow us</h4>
</div>
<div class="info-sec">
<ul class="social-icon">
<li class="bglight-blue"><i class="fa fa-facebook"></i></li>
<li class="bgred"><i class="fa fa-google-plus"></i></li>
<li class="bgdark-blue"><i class="fa fa-linkedin"></i></li>
<li class="bglight-blue"><i class="fa fa-twitter"></i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-line">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
© Copyright Medilab Theme. All Rights Reserved
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Medilab
-->
Designed by <a href="https://github.com/arth912">MegaSoftware.com</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--/ footer-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>