-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
469 lines (410 loc) · 26.9 KB
/
index.php
File metadata and controls
469 lines (410 loc) · 26.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Al Shaheen Medical Center® Qatar | Aesthetic, Surgical & Fertility Services</title>
<link rel="shortcut icon" href="./assets/img/favicon.png" type="image/x-icon">
<!-- Meta Description -->
<meta name="description" content="Visit our Qatar-based medical center for top aesthetic treatments, surgical care, and fertility services. Expert healthcare with a patient-first approach.">
<!-- Keywords -->
<meta name="keywords" content="medical center Qatar, aesthetic services Qatar, surgical services Doha, fertility clinic Qatar, reproductive health Qatar, diagnostic services Qatar">
<!-- Open Graph for Social Media -->
<meta property="og:title" content="Top Medical Center in Qatar for Aesthetic, Surgical, and Fertility Services">
<meta property="og:description" content="Providing advanced aesthetic treatments, surgical services, and reproductive health care in Qatar.">
<!-- <meta property="og:image" content="https://yourwebsite.com/images/medical-center-qatar.jpg"> -->
<!-- <meta property="og:url" content="https://yourwebsite.com"> -->
<meta property="og:type" content="website">
<!-- Bootstrap CSS Link -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="./assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="./assets/css/owl.theme.default.min.css">
<!-- Custom CSS File -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- AOS CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css">
</head>
<body>
<!--Top-bar Section
<nav id="home" class="top-nav">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-auto text-center">
<a href="#" class="me-2 d-none d-lg-inline-block"><i class="fa-solid fa-address-card"></i> Get your health card</a>
<a href="tel:+97444823673"><i class="fa-solid fa-phone-volume"></i> Call us now! +974 4482 3673</a>
</div>
<div class="col-auto d-none d-lg-block">
<div class="social-links">
<a href="www.google.com"><i class="fa-brands fa-instagram"></i></a>
<a href="www.google.com"><i class="fa-brands fa-facebook-f"></i></a>
<a href="www.google.com"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</nav>
-->
<!-- !Navigation Section -->
<nav class="navbar navbar-expand-xl sticky-top">
<div class="container">
<a href="index.php" class="navbar-brand">
<img src="./assets/img/logo.png" alt="brand-logo" class="logo-large">
<img src="./assets/img/logo1.png" alt="brand-logo" class="logo-small">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="#navbar" aria-expanded="false" aria-label="toggle-button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="index.php" class="nav-link active">HOME</a>
</li>
<li class="nav-item">
<a href="#clinic" class="nav-link">OUR CLINIC</a>
</li>
<li class="nav-item">
<a href="doctor.php" class="nav-link">DOCTORS</a>
</li>
<li class="nav-item">
<a href="services.php" class="nav-link">SERVICES</a>
</li>
<li class="nav-item">
<a href="#aboutus" class="nav-link">ABOUT US</a>
</li>
<li class="nav-item">
<a href="#testomonial" class="nav-link">REVIEWS</a>
</li>
<li class="nav-item d-block d-xl-none">
<a href="contact.php" class="nav-link">CONTACT</a>
</li>
</ul>
<a href="contact.php" class="btn btn-brand d-none d-xl-block ms-3">CONTACT</a>
</div>
</div>
</nav>
<!-- !Contact Modal -->
<div class="modal fade" id="contactModal" tabindex="-1" aria-labelledby="contactModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content">
<div class="modal-body p-0 mb-3 mb-lg-0">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 bg-cover" style="background-image: url(./assets/img/contact.jpg); min-height: 300px; border-radius: 7px 0 0 0;"></div>
<div class="col-lg-8">
<form action="" class="row p-lg-5 gy-3 mt-3">
<div class="col-12">
<h1>Get in Touch</h1>
<p>Reach out to us for appointments, inquiries, or personalized healthcare guidance.</p>
</div>
<div class="col-lg-6">
<label for="name" class="form-label">First Name</label>
<input type="text" class="form-control" placeholder="First Name">
</div>
<div class="col-lg-6">
<label for="name" class="form-label">Last Name</label>
<input type="text" class="form-control" placeholder="Last Name">
</div>
<div class="col-12">
<label for="name" class="form-label">Your Email</label>
<input type="text" class="form-control" placeholder="sample@email.com">
</div>
<div class="col-12">
<label for="message" class="form-label">Message</label>
<textarea name="message" id="message" rows="4" class="form-control" placeholder="Enter your message"></textarea>
</div>
<div class="col-12">
<button type="button" class="btn btn-brand">Send Message</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Close</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal-footer" style="background-color: var(--brand-color1);">
</div>
</div>
</div>
</div>
<!-- !Slider Section -->
<section id="home" class="vh-100">
<div class="slider-wrapper owl-carousel owl-theme" id="hero-slider">
<div class="slide1 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12 text-center text-xl-start">
<h6 class="text-white text-uppercase">AL SHAHEEN MEDICAL CENTER</h6>
<h1 class="text-white text-uppercase display-3 my-4 fw-bold">Transformative Plastic Surgery</h1>
<p class="text-white">Discover the art of transformation with our advanced plastic surgery services. Our expert surgeons combine skill and precision to help you achieve your desired aesthetic.</p>
<a href="tel:+97444823673" class="btn btn-brand mb-3">Call for Appoinment</a>
</div>
</div>
</div>
</div>
<div class="slide2 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h6 class="text-white text-uppercase">AL SHAHEEN MEDICAL CENTER</h6>
<h1 class="text-white text-uppercase display-3 my-4 fw-bold">Specialized Oral & Maxillofacial Surgery</h1>
<p class="text-white">Our specialized oral and maxillofacial surgeons provide solutions for facial trauma, jaw disorders, and more, ensuring you receive top-quality care.</p>
<a href="tel:+97444823673" class="btn btn-brand mb-3">Call for Appoinment</a>
</div>
</div>
</div>
</div>
<div class="slide3 min-vh-100 bg-cover d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12 text-center text-xl-end">
<h6 class="text-white text-uppercase">AL SHAHEEN MEDICAL CENTER</h6>
<h1 class="text-white text-uppercase display-3 my-4 fw-bold">Comprehensive Dental Care</h1>
<p class="text-white">From routine check-ups to complex dental procedures, we offer personalized care to ensure your smile stays healthy and bright.</p>
<a href="tel:+97444823673" class="btn btn-brand mb-3">Call for Appoinment</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- !Our Clinic Section -->
<section id="clinic" class="section-padding">
<!-- About the Clinic Sub Section-->
<div class="container">
<!-- Title Row for Each Section -->
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1>About Our Clinic</h1>
<div class="section-line">
<div class="thin-line" data-aos="zoom-in"></div>
<div class="bold-line"></div>
</div>
<p>Experience exceptional healthcare with our expert team, state-of-the-art facilities, and a warm, welcoming environment.</p>
</div>
</div>
</div>
<!-- About Clinic Content -->
<div class="row align-items-center">
<div class="col-lg-6">
<img src="./assets/img/about-doha-clinic.png" alt="Advanced medical services at our medical center in Qatar" title="Medical Center in Qatar">
</div>
<div class="col-lg-6">
<p class="text-center text-lg-start">At our center, you can be confident that you're receiving the finest healthcare services in the region. Our internationally trained doctors bring extensive expertise to provide exceptional care, and our entire team is dedicated to creating a welcoming and comfortable experience for you. With a five-star facility, we prioritize your health and well-being in a warm and relaxing environment</p>
<!-- Department Buttons -->
<div class="d-md-flex text-center">
<div class="dept-card" data-aos="fade-up">
<img src="./assets/img/Aesthetic_Surgical_Services.png" class="dept-icon" alt="aesthetic surgical service in qatar" title="Aesthetic Services in Qatar">
<p>Aesthetic & Surgical Services</p>
<a href="" class="btn btn-danger">More Details</a>
</div>
<div class="dept-card" data-aos="fade-up" data-aos-delay="200">
<img src="./assets/img/Medical_Diagnostic_Services.png" class="dept-icon" alt="Medical Diagnostic Services in Qatar" title="Medical Diagnostic Services">
<p>Medical & Diagnostic Services</p>
<a href="" class="btn btn-danger">More Details</a>
</div>
<div class="dept-card" data-aos="fade-up" data-aos-delay="300">
<img src="./assets/img/Fertility_Reproductive_Health.png" class="dept-icon" alt="fertility health services in qatar" title="Fertility Reproductive Health">
<p>Fertility & Reproductive Health</p>
<a href="" class="btn btn-danger">More Details</a>
</div>
</div>
</div>
</div>
</div>
<!-- Facts Count Sub-Section -->
<div class="container-fluid mt-5 facts-sub-sec bg-cover">
<div class="container" id="fact-section">
<div class="row gy-4 text-center">
<div class="col-xl-3 col-sm-6 text-uppercase">
<div class="display-4 fact-counter" data-count="25" data-text="+" data-aos="fade-up">25+</div>
<p class="mb-0" data-aos="fade-up">Years of Trusted Medical Excellence</p>
</div>
<div class="col-xl-3 col-sm-6 text-uppercase">
<div class="display-4 fact-counter" data-count="100" data-text="%" data-aos="fade-up" data-aos-delay="200">100%</div>
<p class="mb-0" data-aos="fade-up">Confidential & Personalized Care</p>
</div>
<div class="col-xl-3 col-sm-6 text-uppercase">
<div class="display-4 fact-counter" data-count="50" data-text="+" data-aos="fade-up" data-aos-delay="300">50+</div>
<p class="mb-0" data-aos="fade-up">Expert Medical and Aesthetic Professionals</p>
</div>
<div class="col-xl-3 col-sm-6 text-uppercase">
<div class="display-4 fact-counter" data-count="90" data-text="k" data-aos="fade-up" data-aos-delay="400">90k</div>
<p class="mb-0" data-aos="fade-up">Annual Diagnostic Screenings</p>
</div>
</div>
</div>
</div>
</section>
<!-- !About Us Section -->
<section id="aboutus" class="section-padding">
<div class="container">
<!-- Title Row for Each Section -->
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1>About Us</h1>
<div class="section-line">
<div class="thin-line" data-aos="zoom-in"></div>
<div class="bold-line"></div>
</div>
<p>We are a trusted medical center offering specialized care in aesthetics, diagnostics, and fertility, committed to enhancing your health with compassion and expertise.</p>
</div>
</div>
</div>
<!-- About CEO Section -->
<div class="row gy-2 about-us-wrapper mb-5">
<!-- About Doctor -->
<div class="col-lg-6">
<img src="./assets/img/ceo.jpg" alt="">
</div>
<div class="col-lg-6 text-center">
<p class="justify-text">Dr. Shaheen is the Founder and Managing Director of Alshaheen Medical Center and a Senior Consultant Plastic Surgeon. He holds an FRC (Plast) from the Royal College of Surgeons in Ireland and brings extensive international experience in all areas of Plastic and Reconstructive Surgery. Driven by a commitment to excellence, Dr. Shaheen specializes in advanced aesthetic procedures, minimally invasive techniques, and complex reconstructive surgeries. Under his leadership, Alshaheen Medical Center offers a comprehensive range of services, including cosmetic enhancements, day care surgeries, ENT treatments, fertility support, and diagnostic services, ensuring every patient receives expert, compassionate care tailored to their unique needs.</p>
<a href="about.html" class="btn btn-brand">Explore Our Team</a>
<a href="" class="btn btn-brand" type="button" data-bs-toggle="modal" data-bs-target="#visionModal">Vision & Mission</a>
</div>
<!-- Modal for Vision and Mission -->
<div class="modal fade" id="visionModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="staticBackdropLabel">Al Shaheen Medical Center</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center">
<h4>Vision</h4>
<p>To be a leading medical center recognized globally for transforming healthcare standards in aesthetic and reproductive medicine, delivering unparalleled care, and empowering individuals to achieve their best health and confidence.</p>
<hr>
<h4>Mission</h4>
<p>To provide exceptional, patient-centered healthcare with a focus on innovation, compassion, and excellence in aesthetic, diagnostic, and reproductive health services. We are committed to enhancing the quality of life for our patients through personalized treatments, advanced medical technology, and a holistic approach to well-being.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Working Hours Sub Section -->
<div class="row text-center my-4">
<h4>Medical Center Working Hours</h4>
<div id="working-hours" class="d-flex flex-wrap justify-content-center">
<!-- Pills will be injected here by JavaScript -->
</div>
</div>
<p class="text-center"><span class="heartbeat">Apply now!</span> for <a href="insurance.html" class="btn-brand" style="padding: 5px; border-radius: 7px; line-height: 3;">Health Insurance</a> ensures you have the financial support needed for quality healthcare whenever required.</p>
</div>
</section>
<!-- !Testomonial Section -->
<section id="testomonial" class="section-padding bg-cover">
<div class="container">
<!-- Title Row for Each Section -->
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1>What Our Patients Say</h1>
<div class="section-line">
<div class="thin-line" data-aos="zoom-in"></div>
<div class="bold-line"></div>
</div>
<p>Hear from our satisfied patients about their experiences and the exceptional care they received at Alshaheen Medical Center.</p>
</div>
</div>
</div>
<div class="row">
<div class="owl-carousel owl-theme" id="reviews-slider">
<div class="review">
<img src="./assets/img/user1.png" class="user-img">
<h4>Sarah M.</h4>
<small>Doha, Qatar, March 2024</small>
<p>"Alshaheen Medical Center provided me with exceptional care during my cosmetic surgery journey. The staff was kind, attentive, and professional. Dr. Shaheen's expertise made me feel comfortable and confident. I couldn't be happier with the results!"</p>
</div>
<div class="review">
<img src="./assets/img/user2.png" class="user-img">
<h4>Mohammed and Laila A.</h4>
<small>Al Wakrah, Qatar, July 2024</small>
<p>"I was anxious about undergoing IVF, but Alshaheen’s fertility team put me at ease with their compassionate and knowledgeable approach. Thanks to them, we're now expecting our little miracle!"</p>
</div>
<div class="review">
<img src="./assets/img/user3.png" class="user-img">
<h4>Omar R.</h4>
<small>Al Khor, Qatar, January 2024</small>
<p>"From the initial consultation to post-op care, the team at Alshaheen Medical Center exceeded my expectations. Dr. Shaheen's skill in plastic surgery is unmatched. I highly recommend them for anyone seeking quality aesthetic treatments."</p>
</div>
<div class="review">
<img src="./assets/img/user4.png" class="user-img">
<h4>Amina S.</h4>
<small>Al Rayyan, Qatar, April 2024</small>
<p>"I needed a quick and reliable ENT consultation, and Alshaheen Medical Center delivered. The process was smooth, and the care was top-notch. It's my go-to center for health services now."</p>
</div>
<div class="review">
<img src="./assets/img/user5.png" class="user-img">
<h4>Khalid H.</h4>
<small>Lusail, Qatar, February 2024</small>
<p>"The diagnostic services at Alshaheen are excellent. I went in for routine blood work, and the entire process was efficient and well-organized. I trust them completely with my healthcare needs."</p>
</div>
</div>
</div>
</div>
</section>
<!-- !Contact Us Section -->
<section id="contact" class="section-padding">
<div class="container">
<!-- Title Row for Each Section -->
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1>Get in Touch</h1>
<div class="section-line">
<div class="thin-line" data-aos="zoom-in"></div>
<div class="bold-line"></div>
</div>
<p>Reach out to us for appointments, inquiries, or personalized healthcare guidance.</p>
<a href="tel:+97444823673" class="btn btn-brand mt-3"><img src="./assets/img/ring.gif" style="width: 25px;" class="me-1"> Call Us Now for Inquiries</a>
</div>
</div>
</div>
</div>
</section>
<!-- !Footer Section -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<a href="#" class="navbar-brand">
<img src="./assets/img/logo.png" alt="brand-logo" class="logo-large">
<img src="./assets/img/logo1.png" alt="brand-logo" class="logo-small mx-auto">
</a>
<p>© 2024 Alshaheen Medical Center. All rights reserved. Committed to excellence in healthcare and patient well-being.</p>
<div class="social-links">
<a href="https://www.instagram.com/alshaheenmedical/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/alshaheenmedicalcenter/" target="_blank"><i class="fa-brands fa-facebook-f"></i></a>
<a href="https://www.linkedin.com/alshaheenmedicalcenter/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p>Designed with <i class="fa-solid fa-heart"></i> by Narza Solution™</p>
</div>
</div>
</footer>
<!-- !Button for Go-To Top of the Page -->
<button id="goToTop"><i class="fa-solid fa-circle-arrow-up"></i></button>
<!-- Javascrip CDN -->
<script src="./assets/js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap CDN for JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- JS CDN for Filter Type -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha512-Zq2BOxyhvnRFXu0+WE6ojpZLOU2jdnqbrM1hmVdGzyeCa1DgM3X5Q4A/Is9xA1IkbUeDd7755dNNI/PzSf2Pew==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Owl Carousel CDN -->
<script src="./assets/js/owl.carousel.min.js"></script>
<!-- AOS JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<!-- Custom JavaScript Code -->
<script src="./assets/js/main.js"></script>
</body>
</html>