-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
590 lines (527 loc) · 19.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Responsive Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Website SEO -->
<meta name="keyword" content="HIS, Online Hospital Management System" />
<meta name="description" content="Online Hospital Management System" />
<!-- Author -->
<meta name="author" content="Ahnaf Sayed" />
<!-- Favicon icon -->
<link rel="icon" type="image/png" href="assets/img/logo/mlogo.png" />
<meta name="robots" content="noindex">
<!-- Page Title -->
<title>Home | Healing Infirmary</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- OWl-Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
<!-- Lightbox CSS -->
<link rel="stylesheet" href="assets/css/lightbox.min.css" />
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css" />
<!-- Fontawesome CSS-->
<link rel="stylesheet" href="assets/font/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/font/css/font-awesome.min.css" />
<!-- Custom Style CSS -->
<link rel="stylesheet" href="assets/css/style1.css" />
<link rel="icon" href="assets/img/mlogo.png">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"rel="stylesheet"/>
</head>
<body>
<!-- ============== Top Header Start ====================== -->
<header id="top" class="bg-light">
<div class="container">
<div class="d-flex justify-content-between">
<!-- ================= Left Top Side Start========== -->
<div class="first">
<ul class="d-flex flex-row bd-highlight mb-3 top_list">
<li class="">
<a href="#" class="text-white">
<i class="bi bi-phone"></i> <a href="tel:01866263500">+8801866263500</a>
</a>
</li>
<li class="">
<a href="#" class="text-white">
<i class="bi bi-envelope"></i> <a href="mailto:[email protected]">[email protected]</a>
</a>
</li>
<li class="">
<a href="#" class="text-white">
<i class="fa fa-calendar" aria-hidden="true"></i> <span class="d_class">Sun-Mon (9am-4pm) </span>
</a>
</li>
</ul>
</div>
<!-- ============= Left To Side End ============== -->
<!-- ============= Right To Side Start ============== -->
<div class="second">
<ul class="d-flex flex-row bd-highlight mb-3 top_list">
<li>
<a href="login.php" class="text-primary">
Login
</a>
</li> <span class="login_border">|</span>
<li class="">
<a href="type-selection.php" class="text-primary">
Register
</a>
</li>
</ul>
</div>
<!-- ============ Right Top Side End ============ -->
</div>
</div>
</header>
<!-- ============== Top Header End ====================== -->
<!-- ============== Nav Header Start ====================== -->
<div class="navsection custom_nv_bg_col" id="navstart">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="navbar-brand" href="#">
<h3 class="logo me-auto"><a href="home.php">Healing Infirmary</a></h3>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="home.php">Home <span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#recentnews">Recent News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Ambulance.php">Ambulance</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- ============== Nav Header End ====================== -->
<!-- ============== Slider Section Start ================ -->
<section class="slider">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 h-100" src="assets/img/slider/Slider1.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
From us you will be able to find best doctors of Bangladesh.
</p>
<a href="Login.php"><button class="btn bg-info text-light">VIEW SERVICE</button></a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/slider/Slider2.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
All the best doctors of Bangladesh are here.
</p>
<a href="Login.php"><button class="btn bg-info text-light"> VIEW SERVICE</button></a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/slider/Slider3.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
Take treatment from our best doctors.
</p>
<a href="Login.php"> <button class="btn bg-info text-light">VIEW SERVICE</button> </a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 " src="assets/img/slider/Slider4.jpg" alt="Forth slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
All the best doctors of Bangladesh are here.
</p>
<a href="Login.php"> <button class="btn bg-info text-light">VIEW SERVICE</button> </a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 " src="assets/img/slider/Slider5.jpg" alt="Fifth slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
Find all the best services from one portal.
</p>
<a href="Login.php"> <button class="btn bg-info text-light">VIEW SERVICE</button> </a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 " src="assets/img/slider/Slider6.jpg" alt="Sixth slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
Get instant Ambulance service.
</p>
<a href="Ambulance.php"> <button class="btn bg-info text-light">VIEW SERVICE</button> </a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 " src="assets/img/slider/Slider7.jpg" alt="Seventh slide">
<div class="carousel-caption d-none d-md-block">
<h2 class="text-dark">Take the first step to <br>
<span class="text-info">Cure</span> with us
</h2>
<p class="text-dark">
Get instant service.
</p>
<a href="Login.php"> <button class="btn bg-info text-light">VIEW SERVICE</button> </a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- ============== Slider Section End ================ -->
<!-- ============== About Us Section Start =============-->
<section id="about">
<div class="his_bg">
<div class="commn_margin custom_left_margin">
<div class="row">
<div class="col-md-5 mr-1">
<h2 class="custom_h2" class="text-lime">About Healing Infirmary</h2>
<p class="text-justify custom_padding" class="text-lime">
This is one of the best Healing Infirmary website of Bangladesh. From here you can get information of doctor, hospital, order medicine from pharmacy, book ambulance and also can make appointment.
</p>
<!-- <img src="assets/img/signature.png" alt="!"> -->
<p class="text-green">Thank you for visiting us.</p>
</div>
<div class="col-md-6 ">
<div class="about_bg">
<img src="assets/img/Ahnaf.jpg" alt="" class="HIS_img">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============== About Us Section End =============-->
<!-- ============== Facts Section Start =============-->
<section class="facts">
<div class="facts_bg">
<div class="container">
<div class="row d-flex align-items-center custom_row">
<div class="col-md-4 facts_custom">
<h2 class="text-white">Important Facts</h2>
<p class="text-white">
Achievement of ours...
</p>
<button class="btn btn-outline-info"><a href="#contact" class="text-white">CONTACT US</a></button>
</div>
<div class="col-md-2 text-center">
<h2 class="counter text-red">102+</h2>
<p class="text-white">Registered User's</p>
</div>
<div class="col-md-2 text-center">
<h2 class="counter text-red">1200+</h2>
<p class="text-white">Registered Doctor's</p>
</div>
<div class="col-md-2 text-center">
<h2 class="counter text-red">8</h2>
<p class="text-white">Our Services</p>
</div>
<div class="col-md-2 text-center">
<h2 class="counter text-red">10+</h2>
<p class="text-white">Award Winnings</p>
</div>
</div>
</div>
</div>
</section>
<!-- ============== Facts Section End =============-->
<!-- ============== Recent News Start ============ -->
<section id="recentnews" class="news">
<div class="container">
<div class="news-heading">
<h1 class="text-center">
Recent News
</h1>
<p class="text-center"> Get update of recent events, news, discounts, notices from here.</p>
</div>
<div class="row">
<div class="col-md-6 col-sm-12 col-lg-6">
<div class="card">
<img src="assets/img/recent1.png" class="card-img" alt="...">
<div class="card-body custom_body">
<h5 class="card-title">Online yoga session. </h5>
<p>By <span class="first_color">Fahad Mollah</span></p>
<p>3 April 2022 | <i class="fa fa-comments" aria-hidden="true"></i> 5</p>
<p class="card-text text-left">
It’s time to roll out your yoga mat and discover the combination of physical and mental exercises that for thousands of years have hooked yoga practitioners around the globe.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 custom_pt_news">
<div class="card mb-3">
<div class="row no-gutters">
<div class="col-xs-12 col-sm-12 col-md-5">
<img src="assets/img/recent2.png" class="card-img custom_card_img" alt="...">
</div>
<div class="col-xs-12 col-sm-12 col-md-7">
<div class="custom_body_2">
<h4 class="card-title"><b>Online appointment is going on.</b></h4>
<p>By <span class="first_color">Ahnaf Sayed</span></p>
<p>22 Mar 2022 | <i class="fa fa-comments" aria-hidden="true"></i> 2</p>
<p class="card-text text-left">
Make appointment for your chosen doctor through Healing Infirmary System.
</p>
</div>
<!-- -->
</div>
</div>
</div>
<!-- -->
<div class="card mb-3" style="">
<div class="row no-gutters">
<div class="col-xs-12 col-sm-12 col-md-5">
<img src="assets/img/recent3.png" class="card-img custom_card_img" alt="...">
</div>
<div class="col-xs-12 col-sm-12 col-md-7">
<div class="custom_body_2">
<h4 class="card-title"><b>Do online fast aid course.</b></h4>
<p>By <span class="first_color">Sheikh Obidullah</span></p>
<p>05 Mar 2022 | <i class="fa fa-comments" aria-hidden="true"></i> 3</p>
<p class="card-text text-left">
Learn about fast aid more and complete a small paid course from Healing Infirmary System.
</p>
</div>
<!-- -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============== Recent News End ============ -->
<!-- ============== Testimonial Section Start ============ -->
<section id="contact">
<section class="contact">
<div class="container">
<div class="contact-heading">
<h1 class="text-center">
<button class="btn btn-outline-info text-dark"><a href="Donate.php" class="text-black">DONATE</a></button>
</h1>
<h1 class="text-center">
Developers
</h1>
<p class="text-center"> Developers who build this website.</p>
</div>
<!-- Owl Start -->
<div class="testi owl-carousel owl-theme">
<!--Single Slide Start -->
<div class="item">
<div class="main_card">
<div class="d-flex justify-content-center z_calsss">
<div>
<img class="custom_image" src="assets/img/Fahad.jpg" alt="Card image cap">
</div>
</div>
<div class="card custom_card_main">
<div class="custom_test_card">
<b>Fahad Mollah</b><br>
Front End Developer</p>
</div>
</div>
</div>
</div>
<!--Single Slide End -->
<!--Single Slide Start -->
<div class="item">
<div class="main_card">
<div class="d-flex justify-content-center z_calsss">
<div>
<img class="custom_image" src="assets/img/Ahnaf.jpg" alt="Card image cap">
</div>
</div>
<div class="card custom_card_main">
<div class="custom_test_card">
<b>Ahnaf Sayed</b><br>
Back End Developer</p>
</div>
</div>
</div>
</div>
<!--Single Slide End -->
<!--Single Slide Start -->
<div class="item">
<div class="main_card">
<div class="d-flex justify-content-center z_calsss">
<div>
<img class="custom_image" src="assets/img/Sheikh.jpg" alt="Card image cap">
</div>
</div>
<div class="card custom_card_main">
<div class="custom_test_card">
<b>Sheikh Obidullah</b><br>
Back End Developer</p>
</div>
</div>
</div>
</div>
<!--Single Slide End -->
<!--Single Slide Start -->
<div class="item">
<div class="main_card">
<div class="d-flex justify-content-center z_calsss">
<div>
<img class="custom_image" src="assets/img/Sharmin.jpg" alt="Card image cap">
</div>
</div>
<div class="card custom_card_main">
<div class="custom_test_card">
<b>Sharmin Sultana</b><br>
Front End Developer</p>
</div>
</div>
</div>
</div>
<!--Single Slide End -->
</div>
<!-- Owl End -->
</div>
</section>
</section>
<!-- ============== Testimonial Section End ============ -->
<!-- ============== NewsLetter Section Start ============ -->
<section class="newsletter first_bg_color">
<div class="container">
<div class="newsletter-heading">
<h1 class="text-center text-light">
Send us email.
</h1>
<p class="text-center text-light"> Send us Email and Signup to receive email updates about doctors and recent health tips.</p>
</div>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-5 text-center">
<div class="input-group">
<form action="">
<input type="email" name="" id="" placeholder="Your email">
<button type="submit" class="mailbtn"><i class="fa fa-envelope" aria-hidden="true"></i></button>
</form>
</div>
</div>
<div class="col-md-3"></div>
</div>
</div>
</section>
<!-- ============== NewsLetter Section End ============ -->
<!-- ============== Footer Section Start =============-->
<footer class="footer">
<div class="container">
<div class="footer_bottom">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 text-light pt-3 pb-3 copy">
© Copyright <span id="date"></span>. All Rights Reserved
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 text-center text-white pt-3 pb-3">
Design by <a href="home.php">Healing Infirmary System</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 pt-3 pb-3">
<ul class="list d-flex justify-content-center custom_list">
<li class="c_p"><a href="#" class="custom_text_color">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a></li>
<li><a href="#" class="custom_text_color">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a></li>
<li><a href="#" class="custom_text_color">
<i class="fa fa-google-plus" aria-hidden="true"></i>
</a></li>
<li><a href="#" class="custom_text_color">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a></li>
<li><a href="#" class="custom_text_color">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- ============== Footer Section End =============-->
<!-- ============== Scroll buttom Start ============= -->
<!-- ============== Scroll buttom End ============= -->
<!-- jQuery JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Lightbox JS -->
<script src="assets/js/lightbox.min.js"></script>
<!-- Owl Carousel JS-->
<script src="assets/js/owl.carousel.min1.js"></script>
<!-- WOW JS -->
<!-- <script src="assets/js/wow.min.js"></script> -->
<!-- Custom JS -->
<script src="assets/js/main1.js"></script>
<!-- -->
<script>
var d = new Date();
var n = d.getFullYear();
document.getElementById("date").innerHTML = n;
</script>
<!--Start of Tawk.to Script-->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/62596c937b967b11798ae6f8/1g0ml08q1';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!--End of Tawk.to Script-->
</body>
</html>