-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
554 lines (510 loc) · 31.1 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>mediBase - Your Personal Health Partner | About Us</title>
<link rel="icon" href="img/core-img/favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="medilife-load"></div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<!-- Top Header Area -->
<div class="top-header-area">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="h-100 d-md-flex justify-content-between align-items-center">
<p>Welcome to the official <span>mediBase</span> website</p>
<p>Opening Hours : Monday to Saturday - 8am to 10pm Contact : <span>+49 162 1121100</span>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Main Header Area -->
<div class="main-header-area" id="stickyHeader">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 h-100">
<div class="main-menu h-100">
<nav class="navbar h-100 navbar-expand-lg">
<!-- Logo Area -->
<a class="navbar-brand" href="index.html"><img src="img/core-img/logo.png"
alt="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#medilifeMenu" aria-controls="medilifeMenu" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="medilifeMenu">
<!-- Menu Area -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<!-- Login Button -->
<a href="mediBase-Portal/signin.php" class="btn medilife-appoint-btn ml-30">Login to
<span>mediBase</span> Portal</a>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Breadcumb Area Start ***** -->
<section class="breadcumb-area bg-img gradient-background-overlay"
style="background-image: url(img/bg-img/breadcumb1.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="breadcumb-content">
<h3 class="breadcumb-title">About us</h3>
<p>Excellence in Healthcare, Everyday.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Breadcumb Area End ***** -->
<!-- ***** Features Area Start ***** -->
<div class="medilife-features-area section-padding-100">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="features-content">
<h2>We always put our pacients first</h2>
<p>
Welcome mediBase, where everything we do is driven by our dedication to providing
outstanding healthcare. We work hard to give each patient thorough and compassionate care
using a team of committed specialists, state-of-the-art equipment, and a passion for
improving medical solutions. Our organization is a shining example of excellence, providing
a wide range of professional services in many medical specialties. Our goal is to build a
community that is healthier and more resilient through cutting edge research and
individualized treatment strategies. Your health is our first focus at mediBase, and we look
forward to being your dependable partner on the path to perfect health.
.</p>
<a href="services.html" class="btn medilife-btn mt-50">View our services <span>+</span></a>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="features-thumbnail">
<img src="img/bg-img/about1.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- ***** Features Area End ***** -->
<!-- ***** Video Area Start ***** -->
<section class="medilife-video-area section-padding-100 bg-overlay bg-img"
style="background-image: url(img/bg-img/video.jpg);">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<div class="video-box bg-overlay-black">
<img src="img/bg-img/video2.jpg" alt="">
<div class="play-btn">
<a class="popup-video" href="https://www.youtube.com/watch?v=jh5U5BnpGN8"><img
src="img/core-img/play.png" alt=""></a>
<h6>Play Video</h6>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="video-content">
<h2>A day at mediBase</h2>
<p>Experience a day of transformative care mediBase, where our dedicated team ensures a seamless
and comforting journey for every patient. From collaborative morning discussions on
personalized treatment plans to the application of cutting-edge technology, our commitment
to well-being extends beyond our walls. Join us in redefining healthcare with compassionate
interactions and initiatives that foster a healthier community. At mediBase, every day is a
step towards optimal health.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Video Area End ***** -->
<!-- ***** Skilss Area Start ***** -->
<section class="our-skills-area text-center section-padding-100-0">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="single-pie-bar" data-percent="90">
<canvas class="bar-circle" width="100" height="100"></canvas>
<h5>Donations</h5>
<p>Help from people.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="single-pie-bar" data-percent="65">
<canvas class="bar-circle" width="100" height="100"></canvas>
<h5>Ambition</h5>
<p>Our corporate goals.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="single-pie-bar" data-percent="25">
<canvas class="bar-circle" width="100" height="100"></canvas>
<h5>Good Luck</h5>
<p>Healthcare with Compassion.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="single-pie-bar" data-percent="69">
<canvas class="bar-circle" width="100" height="100"></canvas>
<h5>High Tech</h5>
<p>Advanced Medical Solutions.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="single-pie-bar" data-percent="83">
<canvas class="bar-circle" width="100" height="100"></canvas>
<h5>Science</h5>
<p>Innovating Patient Care.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
<div class="single-pie-bar" data-percent="38">
<canvas class="bar-circle" width="100" height="100"></canvas>
<h5>Creativity</h5>
<p>Inspiring Health Solutions.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Skills Area End ***** -->
<!-- ***** Tabs Area Start ***** -->
<section class="medilife-tabs-area section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="medilife-tabs-content">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link" id="institution-tab" data-toggle="tab" href="#institution"
role="tab" aria-controls="institution" aria-selected="false">Institution</a>
</li>
<li class="nav-item">
<a class="nav-link" id="faq-tab" data-toggle="tab" href="#faq" role="tab"
aria-controls="faq" aria-selected="false">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link active" id="specialities-tab" data-toggle="tab" href="#specialities"
role="tab" aria-controls="specialities" aria-selected="true">Specialities</a>
</li>
<li class="nav-item">
<a class="nav-link" id="laboratory-tab" data-toggle="tab" href="#laboratory" role="tab"
aria-controls="laboratory" aria-selected="false">Laboratory</a>
</li>
<li class="nav-item">
<a class="nav-link" id="emergencies-tab" data-toggle="tab" href="#emergencies"
role="tab" aria-controls="emergencies" aria-selected="false">Emergencies</a>
</li>
<li class="nav-item">
<a class="nav-link" id="scolarship-tab" data-toggle="tab" href="#scolarship" role="tab"
aria-controls="scolarship" aria-selected="false">Scolarship Programs</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade" id="institution" role="tabpanel"
aria-labelledby="institution-tab">
<div class="medilife-tab-content d-md-flex align-items-center">
<!-- Medilife Tab Text -->
<div class="medilife-tab-text">
<h2>Take a look at this</h2>
<p>mediBase is a beacon of excellence in healthcare, driven by a mission to
provide exceptional and compassionate services. With a team of dedicated
professionals spanning diverse specialties, we offer cutting-edge
treatments, personalized care, and innovative solutions. Our commitment to
well-being extends beyond medical expertise, creating an environment where
every patient receives the highest standard of care. At mediBase, we stand
at the forefront of medical innovation, shaping a healthier and more
resilient future for our community.</p>
</div>
<!-- Medilife Tab Img -->
<div class="medilife-tab-img">
<img src="img/bg-img/about1.jpg" alt="">
</div>
</div>
</div>
<div class="tab-pane fade" id="faq" role="tabpanel" aria-labelledby="faq-tab">
<div class="medilife-tab-content d-md-flex align-items-center">
<!-- Medilife Tab Text -->
<div class="medilife-tab-text">
<h2>Take a look at this</h2>
<p>Frequently Asked Questions (FAQs) at mediBase
1. How can I schedule an appointment?
Contact our reception.
2. What specialties does your institution offer?
We cover a wide range of medical specialties, including cardiology,
orthopedics, OB/GYN, and more.
3. Are virtual consultations available?
Yes, we offer virtual consultations through our Telehealth Program for your
convenience.
4. What insurance plans do you accept?
We accept a variety of insurance plans; please check our website or contact
us for details.
Feel free to contact us if you have additional questions or need further
assistance
.</p>
</div>
<!-- Medilife Tab Img -->
<div class="medilife-tab-img">
<img src="img/bg-img/medical1.png" alt="">
</div>
</div>
</div>
<div class="tab-pane fade show active" id="specialities" role="tabpanel"
aria-labelledby="specialities-tab">
<div class="medilife-tab-content d-md-flex align-items-center">
<!-- Medilife Tab Text -->
<div class="medilife-tab-text">
<h2>Take a look at this</h2>
<p>Discover unparalleled healthcare at mediBase, where excellence meets
specialization. Our expert team, spanning various specialties such as
OB/GYN, is committed to providing tailored and cutting-edge care. Whether
it's cardiology, orthopedics, or oncology, each specialty at mediBase
ensures a personalized and advanced approach, making us a beacon of
excellence in healthcare.</p>
</div>
<!-- Medilife Tab Img -->
<div class="medilife-tab-img">
<img src="img/bg-img/tab.jpg" alt="">
</div>
</div>
</div>
<div class="tab-pane fade" id="laboratory" role="tabpanel" aria-labelledby="laboratory-tab">
<div class="medilife-tab-content d-md-flex align-items-center">
<!-- Medilife Tab Text -->
<div class="medilife-tab-text">
<h2>Take a look at this</h2>
<p>Our state-of-the-art laboratory at mediBase is committed to delivering
accurate and timely diagnostic results. Equipped with cutting-edge
technology and staffed by highly skilled professionals, our laboratory
offers a comprehensive range of tests, spanning from routine screenings to
specialized diagnostics. We adhere to stringent quality control measures to
ensure precision and reliability in every analysis. Patient safety and
confidentiality are our top priorities, and our experienced team works
diligently to provide healthcare providers with the essential information
needed for informed decision-making. At mediBase, our laboratory services
play a pivotal role in advancing patient care and promoting overall
well-being.</p>
</div>
<!-- Medilife Tab Img -->
<div class="medilife-tab-img">
<img src="img/bg-img/medical1.png" alt="">
</div>
</div>
</div>
<div class="tab-pane fade" id="emergencies" role="tabpanel"
aria-labelledby="emergencies-tab">
<div class="medilife-tab-content d-md-flex align-items-center">
<!-- Medilife Tab Text -->
<div class="medilife-tab-text">
<h2>Take a look at this</h2>
<p>At mediBase, your safety and well-being are our top priorities. Our Emergency
Department is equipped to provide immediate and expert care, 24/7. Whether
facing a medical crisis or urgent health concerns, our skilled healthcare
professionals are ready to respond swiftly. Our state-of-the-art facilities
and advanced medical technologies enable us to handle a wide range of
emergencies with precision and efficiency. Rest assured, when time matters
most, mediBase is here to provide the urgent care you need, ensuring your
peace of mind during critical moments.</p>
</div>
<!-- Medilife Tab Img -->
<div class="medilife-tab-img">
<img src="img/bg-img/about1.jpg" alt="">
</div>
</div>
</div>
<div class="tab-pane fade" id="scolarship" role="tabpanel" aria-labelledby="scolarship-tab">
<div class="medilife-tab-content d-md-flex align-items-center">
<!-- Medilife Tab Text -->
<div class="medilife-tab-text">
<h2>Take a look at this</h2>
<p>Investing in the future of healthcare, mediBase is proud to offer scholarship
programs for aspiring medical professionals. These initiatives aim to
support and nurture talented individuals pursuing education in various
healthcare disciplines. Whether you're pursuing a career in medicine,
nursing, or allied health fields, our scholarship programs provide financial
assistance to deserving students. We believe in fostering the next
generation of healthcare leaders and innovators, contributing to the
advancement of the medical field. Explore our scholarship opportunities and
join us in shaping the future of healthcare excellence at mediBase.</p>
</div>
<!-- Medilife Tab Img -->
<div class="medilife-tab-img">
<img src="img/bg-img/medical1.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Tabs Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area section-padding-100">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="footer-logo">
<img src="img/core-img/logo.png" alt="">
</div>
<p>At mediBase, we take pride in offering a holistic healthcare experience. Our Labor and
Delivery section is designed for the most precious moments of life, ensuring the safety
and comfort of both mothers and newborns. Meanwhile, our Emergency Department stands
ready 24/7, staffed with skilled professionals and equipped with advanced technology,
providing immediate care and peace of mind for you and your loved ones.
</p>
<div class="footer-social-info">
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="widget-title">
<h6>Featured News</h6>
</div>
<div class="widget-blog-post">
<!-- 1st Single Blog Post -->
<div class="widget-single-blog-post d-flex">
<div class="widget-post-thumbnail">
<img src="img/blog-img/ln1.jpg" alt="">
</div>
<div class="widget-post-content">
<a href="#">Better Health Care</a>
<p>Nov 18, 2023</p>
</div>
</div>
<!-- 2nd Single Blog Post -->
<div class="widget-single-blog-post d-flex">
<div class="widget-post-thumbnail">
<img src="img/blog-img/ln2.jpg" alt="">
</div>
<div class="widget-post-content">
<a href="#">Revolutionary cancer Drug</a>
<p>Aug 18, 2023</p>
</div>
</div>
<!-- 3rd Single Blog Post -->
<div class="widget-single-blog-post d-flex">
<div class="widget-post-thumbnail">
<img src="img/blog-img/ln3.jpg" alt="">
</div>
<div class="widget-post-content">
<a href="#">Mental Health Department Advice</a>
<p>Jul 07, 2023</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="widget-title">
<h6>Contact Form</h6>
</div>
<div class="footer-contact-form">
<form action="#" method="post">
<input type="text" class="form-control border-top-0 border-right-0 border-left-0"
name="footer-name" id="footer-name" placeholder="Name">
<input type="email" class="form-control border-top-0 border-right-0 border-left-0"
name="footer-email" id="footer-email" placeholder="Email">
<textarea name="message"
class="form-control border-top-0 border-right-0 border-left-0"
id="footerMessage" placeholder="Message"></textarea>
<button type="submit" class="btn medilife-btn">Contact Us <span>+</span></button>
</form>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="widget-title">
<h6>News Letter</h6>
</div>
<div class="footer-newsletter-area">
<form action="#">
<input type="email" class="form-control border-0 mb-0" name="newsletterEmail"
id="newsletterEmail" placeholder="Your Email Here">
<button type="submit">Subscribe</button>
</form>
<p>At mediBase, we stand as the epitome of exceptional healthcare. Renowned for our
unwavering commitment to excellence, compassionate patient care, and cutting-edge
services, we take pride in being the preferred choice for those seeking the pinnacle
of medical expertise and a superior healthcare experience.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bottom Footer Area -->
<div class="bottom-footer-area">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="bottom-footer-content">
<!-- Copywrite Text -->
<div class="copywrite-text">
<p>©
<script>document.write(new Date().getFullYear());</script> All rights reserved <br>
MediBase is a subsidiary of <strong>Jouhanzasom®</strong>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery (Necessary for All JavaScript Plugins) -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>