forked from Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
608 lines (485 loc) · 23.6 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
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
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>RapiDoc</title>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- CSS Files -->
<link href="animate.css/animate.min.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="remixicon/remixicon.css" rel="stylesheet">
<link href="swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- ############### Top Bar ############### -->
<div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope"></i> <a href="mailto:rapidoc@mail.com">rapidoc@mail.com</a>
<i class="bi bi-phone"></i> +91 1234567890
</div>
<div class="d-none d-lg-flex social-links align-items-center">
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</div>
<!-- ############# Header ############# -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html">RapiDoc</a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#home">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#doctors">Doctors</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="#appointment" class="appointment-btn scrollto"><span class="d-none d-md-inline">EMERGENCY</span></a>
</div>
</header><!-- End Header -->
<!-- ======= Home Section ======= -->
<section id="home" class="d-flex align-items-center">
<div class="container">
<h1>Welcome to RapiDoc</h1>
<h2>Your One-stop digital healthcare destination.<br>Get details about <span class="multiple-text"></span></h2>
<a href="#about" class="btn-get-started scrollto">Download App</a>
</div>
<div class="wall"><video autoplay loop muted plays-inline><source src="2.mp4"></video></div>
</section>
<!-- End Home -->
<br><br><br><br><br><br><br><br>
<main id="main">
<!-- ############ Featured Services Section ############ -->
<section id="featured-services" class="featured-services">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon1"><i class="fas fa-heartbeat"></i></div>
<h4 class="title"><a href=""> Normal checkup</a></h4>
<p class="description">Detect medical issues, identify risk factors and illnesses before they start to
cause problems.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon2"><i class="fas fa-dna"></i></div>
<h4 class="title"><a href="">Blood Test</a></h4>
<p class="description"> Get your tests done to look for signs of disease or agents that cause disease.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon3"><i class="fas fa-temperature-high"></i></div>
<h4 class="title"><a href="">Body temperature</a></h4>
<p class="description">Body temperature can be anywhere from 97 F to 99 F. Babies and children have a
little higher range: 97.9 F to 100.4 F.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon4"><i class="fas fa-hand-holding-medical"></i></div>
<h4 class="title"><a href="">Medicine use</a></h4>
<p class="description">Know what to use when to use and how to use.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Featured Services Section -->
<!-- ################### About Section ################### -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About Us</h2>
<p>RapiDoc is an online platform which enables you to get information about your nearest hospitals and
healthcare facilities. It aims to address health-related issues. It is a one-stop destination for all your
medical needs.</p>
</div>
<div class="row">
<div class="col-xl-5 col-lg-6 video-box d-flex justify-content-center
align-items-stretch position-relative">
<a href="https://youtu.be/ImQqQ9_s38k" class="glightbox play-btn mb-4"></a>
</div>
<div class="col-xl-7 col-lg-6 icon-boxes d-flex flex-column align-items-stretch
justify-content-center py-5 px-lg-5">
<div class="icon-box">
<div class="icon"><i class="bx bx-heart"></i></div>
<h4 class="title"><a href="">HEALTH CHECKUPS</a></h4>
<p class="description">Bootcamps, personalised check-ups, newsletters, it’s all here.</p>
</div>
<div class="icon-box">
<div class="icon"><i class="bx bx-health"></i></div>
<h4 class="title"><a href="">EMERGENCY WARDS</a></h4>
<p class="description">Avoid rush and get immediate medical assistance, know the
wards and vacancies.
</p>
</div>
<div class="icon-box">
<div class="icon"><i class="bx bx-help-circle"></i></div>
<h4 class="title"><a href="">SERVICES</a></h4>
<p class="description">An apple a day won’t keep RapiDoc away. We are always here at your service,
bringing to you the best facilities.</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ################## Counts Section ################## -->
<section id="counts" class="counts">
<div class="container" data-aos="fade-up">
<div class="row no-gutters">
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fas fa-user-md"></i>
<span data-purecounter-start="0" data-purecounter-end="95" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Doctors Available</strong> <br>Doctors listed on our website.</p><br>
<a href="">Find out more »</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fas fa-bed"></i>
<span data-purecounter-start="0" data-purecounter-end="36" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Beds Available</strong> <br> Beds available at your nearest emergency centers.</p>
<a href="">Find out more »</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fas fa-location-arrow"></i>
<span data-purecounter-start="0" data-purecounter-end="23" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Nearest Labs</strong> <br>Test labs and clinics near you.</p><br>
<a href="">Find out more »</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fas fa-trophy"></i>
<span data-purecounter-start="0" data-purecounter-end="1250" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>User Reviews</strong> <br>Over 1K positive reviews.</p><br>
<a href="">Find out more »</a>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- #################### Services Section #################### -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Services</h2>
<p>Our services are for your good health. We are with you at every digital step.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="fas fa-heartbeat"></i></div>
<h4><a href="">Clinics/Labs</a></h4>
<p>Locate the best healthcare facilities around you hassle-free.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="fas fa-pills"></i></div>
<h4><a href="https://www.1mg.com">Pharmacy</a></h4>
<p>Get your prescribed medicins delivered at your doorstep.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="fas fa-hospital-user"></i></div>
<h4><a href="">Daily Feed</a></h4>
<p>Access to heath benefits like bootcamps, vaccination drives and much more
. </p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="fas fa-dna"></i></div>
<h4><a href="blood.html">Blood Bank</a></h4>
<p>Know the blood banks and blood groups available around you. No one should suffer ỉn emergencies.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="fas fa-wheelchair"></i></div>
<h4><a href="">Disabled Person</a></h4>
<p>Convenient medical care is here. Wheelchair accessible hospitals and clinics, find all in one go.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="fas fa-notes-medical"></i></div>
<h4><a href="">Health Post</a></h4>
<p>Weekly, monthly, yearly or each day, however you like it!</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ############# Appointment Section ############# -->
<section id="appointment" class="appointment section-bg">
<div class="container">
<div class="section-title">
<h2>Make an Appointment</h2>
<p>We listed the docs, we made you a form. You make us an appointment.</p>
</div>
<form accept="" role="form" class="php-email-form">
<div class="row">
<div class="col-md-4 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name">
</div>
<div class="col-md-4 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email">
</div>
<div class="col-md-4 form-group mt-3 mt-md-0">
<input type="tel" class="form-control" name="phone" id="phone" placeholder="Your Phone">
</div>
</div>
<div class="row">
<div class="col-md-4 form-group mt-3">
<input type="datetime" name="date" class="form-control datepicker" id="date"
placeholder="Appointment Date">
</div>
<div class="col-md-4 form-group mt-3">
<select name="age" id="age" class="form-select">
<option value="">Select Age</option>
<option value="Department 1">18 or below</option>
<option value="Department 2">18 to 55</option>
<option value="Department 3">55 above</option>
</select>
</div>
<div class="col-md-4 form-group mt-3">
<select name="doctor" id="doctor" class="form-select">
<option value="">Your Location</option>
<option value="Doctor 1">1</option>
<option value="Doctor 2">2</option>
<option value="Doctor 3">3</option>
</select>
</div>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message (Optional)"></textarea>
</div>
<div class="text-center"><button type="submit">Make an Appointment</button></div>
</form>
</div>
</section><!-- End Appointment Section -->
<!-- ################# Doctors Section ################# -->
<section id="doctors" class="doctors">
<div class="container">
<div class="section-title">
<h2>Doctors</h2>
<p>Don’t compromise your health when we have listed the best doctors for you!</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/1.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Dermatologist</h4>
<br>
<div class="nxt-pg"><a href="doc.html"><button type="">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/2.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Gynecologist</h4>
<br>
<div class="nxt-pg"><a href="doc.html"><button type="">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/3.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Cardiologist</h4>
<br>
<div class="nxt-pg"><a href="doc.html"><button type="">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/4.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>ENT</h4>
<br>
<div class="nxt-pg"><a href="doc.html"><button type="">Appoint a Doctor</button></a></div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Doctors Section -->
<!-- ################# Contact Section ################# -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Located your appointment. Feel free to give us feedback and help us improve our digital med care.</p>
</div>
</div>
<!--Google map-->
<div class="mapouter">
<div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.8055368048804!2d77.22981385036265!3d28.6655407892513!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfd0683919c3b%3A0xf5fc331b74c2b9e2!2sIndira%20Gandhi%20Delhi%20Technical%20University%20for%20Women!5e0!3m2!1sen!2sin!4v1679424592719!5m2!1sen!2sin"></iframe><a
href="https://www.fnfgo.com/">FNF Mods</a></div>
<style>
.mapouter {
position: relative;
text-align: right;
width: 100%;
height: 363px;
}
.gmap_canvas {
overflow: hidden;
background: none !important;
width: 100%;
height: 363px;
}
.gmap_iframe {
height: 363px !important;
}
</style>
</div>
<div class="container">
<div class="row mt-5">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>IGDTUW, Delhi</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>rapidoc@mail.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+91 1234567890</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ############### Footer ############### -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>RapiDoc</h3>
<p>
Address<br>
Delhi, India<br><br>
<strong>Phone:</strong> +91 1234567890<br>
<strong>Email:</strong> rapidoc@mail.com<br>
</p>
<div class="social-links mt-3">
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#doctor">Doctors</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Location Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Online OPDs</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Availability Status</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Pharmacy Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">User Benefits</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Daily Newsletter</h4>
<p>Get your medical insights! Subscribe to our newsletters now!</p>
<form action="" method="post">
<input type="email" name="email" placeholder="Email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>RapiDoc</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- JS Files -->
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="glightbox/js/glightbox.min.js"></script>
<script src="php-email-form/validate.js"></script>
<script src="purecounter/purecounter.js"></script>
<script src="swiper/swiper-bundle.min.js"></script>
<script src="https://unpkg.com/typed.js@2.0.132/dist/typed.umd.js"></script>
<script src="js/main.js"></script>
</body>
</html>