-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
512 lines (463 loc) · 25.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Gentle Care Dental Clinic</title>
<link href="assets/img/favicon1.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<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">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/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:[email protected]">[email protected]</a>
<i class="bi bi-phone"></i> +63 917 247 7736
</div>
<div class="d-none d-lg-flex social-links align-items-center">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<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="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="#" class="linkedin"><i class="bi bi-skype"></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">Gentle Care</a></h1>
<!-- <a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#howitworks">How it Works</a></li>
<li><a class="nav-link scrollto" href="#doctors">Dentists</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="hospital/login.html" class="appointment-btn scrollto"><span class="d-none d-md-inline">Login / </span> Register</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<h1>Gentle Care Dental Clinic</h1>
<h2>Providing gentle care to your dental needs</h2>
<a href="#about" class="btn-get-started scrollto">Learn More</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About us ======= -->
<section id="about" class="why-us">
<div class="container">
<div class="row">
<div class="col-lg-4 d-flex align-items-stretch">
<div class="content text-center">
<h3>About Gentle Care</h3>
<p>
Officially opened on September 21, 2021, Gentle Care Dental Clinic provide a wide array of oral health care services to patients -
from routine check ups and cleanings to fitting braces and treating oral diseases - with high quality care at reduced rates.
</p>
<div class="text-center">
<a href="#" class="more-btn">See list of services<i class="bx bx-chevron-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-8 d-flex align-items-stretch">
<div class="icon-boxes d-flex flex-column justify-content-center">
<div class="row">
<div class="col-xl-4 d-flex align-items-stretch">
<div class="icon-box mt-4 mt-xl-0">
<i class='bx bx-plus-medical'></i>
<h4>Professional Dentists</h4>
<p>Our dentists are highly qualified professionals and supported by state-of-the-art dental equipments and technologies.</p>
</div>
</div>
<div class="col-xl-4 d-flex align-items-stretch">
<div class="icon-box mt-4 mt-xl-0">
<i class='bx bx-money' ></i>
<h4>Affordable Services</h4>
<p>We offer afforable dental care services because we believe that your smile matters.</p>
</div>
</div>
<div class="col-xl-4 d-flex align-items-stretch">
<div class="icon-box mt-4 mt-xl-0">
<i class='bx bxs-donate-heart' ></i>
<h4>Gentle Care</h4>
<p>Our goal is to develop long lasting, trusting relationships with our patients by providing gentle care.</p>
</div>
</div>
</div>
</div><!-- End .content-->
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= How it works Section ======= -->
<section id="howitworks" class="about">
<div class="container">
<div class="section-title">
<h2>How it works?</h2>
<p>
Access to dental help was never this fast or convenient.
</p>
</div>
<div class="row pt-0">
<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 pt-0">
<div class="stepper d-flex flex-column mt-5 ml-2">
<div class="d-flex mb-1">
<div class="d-flex flex-column pr-4 align-items-center">
<div class="rounded-circle py-2 px-3 text-white mb-1" style="background: #1341A3;">1</div>
<div class="line h-100"></div>
</div>
<div>
<h5 class="text-dark pb-5 pt-2 mx-3" style="font-size: 18px;">Register/Sign in to your account for FREE!</h5>
</div>
</div>
<div class="d-flex mb-1">
<div class="d-flex flex-column pr-4 align-items-center">
<div class="rounded-circle py-2 px-3 text-white mb-1" style="background: #1341A3;">2</div>
<div class="line h-100"></div>
</div>
<div>
<h5 class="text-dark pb-5 pt-2 mx-3" style="font-size: 18px;">Look for available <a href="#">dental services</a>.</h5>
</div>
</div>
<div class="d-flex mb-1">
<div class="d-flex flex-column pr-4 align-items-center">
<div class="rounded-circle py-2 px-3 text-white mb-1" style="background: #1341A3;">3</div>
<div class="line h-100"></div>
</div>
<div>
<h5 class="text-dark pb-5 pt-2 mx-3" style="font-size: 18px;">Book an appointment with the dentist of your choice. Explain your dental concern in details and add photos if needed.</h5>
</div>
</div>
<div class="d-flex mb-1">
<div class="d-flex flex-column pr-4 align-items-center">
<div class="rounded-circle py-2 px-3 text-white mb-1" style="background: #1341A3;">4</div>
<div class="line h-100"></div>
</div>
<div>
<h5 class="text-dark pb-5 pt-2 mx-3" style="font-size: 18px;">Go to your appointment date and receive the appropriate dental treatment.</h5>
</div>
</div>
<div class="d-flex mb-1">
<div class="d-flex flex-column pr-4 align-items-center">
<div class="rounded-circle py-2 px-3 text-white mb-1" style="background: #1341A3;">5</div>
<div class="line h-100 d-none"></div>
</div>
<div>
<h5 class="text-dark pb-5 pt-2 mx-3" style="font-size: 18px;">Pay for the dental services availed.</h5>
</div>
</div>
</div>
</div>
<div class="col-xl-5 col-lg-6 d-flex justify-content-center align-items-center position-relative">
<img src="assets/img/howitworks.jpg" alt="" style="width: 80%;">
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box" style="border-radius: 15px;">
<i class="fas fa-user-md"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="0.5" class="purecounter"></span>
<p>Doctors</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box" style="border-radius: 15px;">
<i class="fas fa-clinic-medical"></i>
<span data-purecounter-start="0" data-purecounter-end="3" data-purecounter-duration="1" class="purecounter"></span>
<p>Staff</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box" style="border-radius: 15px;">
<i class="fas fa-tooth"></i>
<span data-purecounter-start="0" data-purecounter-end="122" data-purecounter-duration="0.25" class="purecounter"></span>
<p>Patients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box" style="border-radius: 15px;">
<i class="fas fa-award"></i>
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="0.50" class="purecounter"></span>
<p>Awards</p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Doctors Section ======= -->
<section id="doctors" class="doctors">
<div class="container">
<div class="section-title">
<h2>Dentists</h2>
<p>
As of the present, Gentle Care Dental Clinic consists of four (4) dental specialists with over 30+ years of combined experience.
</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/doctors/ong1.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Willie Ong</h4>
<span>Doctor of Dental Surgery (DDS)</span>
<p>Dr. Willie Ong is the founder of Gentle Care Dental Clinic. He is recognized as one of the highly skilled dentists in the country.</p>
<div class="social">
<a href=""><i class="ri-twitter-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a>
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </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="assets/img/doctors/belo.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Vicky Belo</h4>
<span>Prosthodontist</span>
<p>
Dr. Belo provides quality dentistry for her patients, caring for adults and children in her practice.
</p>
<div class="social">
<a href=""><i class="ri-twitter-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a>
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </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="assets/img/doctors/kho.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Hayden Kho</h4>
<span>Pediatric Dentist</span>
<p>With over 10 years of experience, Dr. Hayden is an expert in handling dental problems of children.</p>
<div class="social">
<a href=""><i class="ri-twitter-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a>
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""> <i class="ri-linkedin-box-fill"></i> </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="assets/img/doctors/duque.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Francisco Duque</h4>
<span>Orthodontist</span>
<p>Dr. Francisco has 20 years of experience as our resident dentist and a member of Philippine Dental Association.</p>
<div class="social">
<a href=""><i class="ri-twitter-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a>
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""><i class="ri-linkedin-box-fill"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Doctors Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p>
Our patients are constantly asking questions concerning a variety of subjects involving their oral health.
So, we have provided a list of common questions and answers especially for you. If the question you have is
not on our list, please feel free to either call or ask us in person. We would love to help you!
</p>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-1">
How do I know when it's time to come in for a checkup?
<i class="bx bx-chevron-down icon-show"></i>
<i class="bx bx-chevron-up icon-close"></i>
</a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
An average, healthy adult person typically benefits from a professional cleaning and checkup every
six months. While twice daily brushing and daily flossing go a long way towards maintaining a
healthy mouth, it is wise to check for plaque that has hardened into tartar, requiring professional
cleaning to avoid gingivitis.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-2" class="collapsed">
Do you accept my insurance plan?
<i class="bx bx-chevron-down icon-show"></i>
<i class="bx bx-chevron-up icon-close"></i>
</a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
Our office accepts nearly all of the major insurance plans. Also, we’re well versed in the latest
coverage trends, and are more than happy to discuss the particulars of your plan with you prior
to any treatments you may undergo.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-3" class="collapsed">
My child has had an accident and his/her tooth has been entirely knocked out. What do I do?
<i class="bx bx-chevron-down icon-show"></i>
<i class="bx bx-chevron-up icon-close"></i>
</a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
It is important to ensure that there is no imminent medical emergency such as uncontrolled bleeding,
unconsciousness or other bodily injury. If any of these apply, please go straight to the nearest
hospital emergency unit. If none of the above applies, please contact us immediately by calling
867-873-2775 to see a dentist as soon as possible. After hours, call our Emergency Care Line at
1-867-873-1250. Simply describe the situation over the phone and our office staff will help you
determine the safest and most appropriate plan of action.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-4" class="collapsed">
I really don't like visiting the dentist. Is there anything you can do to help me relax?
<i class="bx bx-chevron-down icon-show"></i>
<i class="bx bx-chevron-up icon-close"></i>
</a>
<div id="faq-list-4" class="collapse" data-bs-parent=".faq-list">
<p>
We understand many people have qualms about having their teeth worked on, so we strive to create a
relaxing atmosphere. For entertainment and distraction, we have a TV available in all rooms so you can
keep your mind on more pleasant things. And for the more complex procedures, we also offer
laughing gas (nitrous oxide) and local anesthesia to keep you comfortable and relaxed. Our clinic is
designed to provide you with an atmosphere of peace and gentleness. It is always our aim to treat you
as the most important person in our clinic.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i>
<a data-bs-toggle="collapse" data-bs-target="#faq-list-5" class="collapsed">
What precautions do you take to ensure patient safety?
<i class="bx bx-chevron-down icon-show"></i>
<i class="bx bx-chevron-up icon-close"></i>
</a>
<div id="faq-list-5" class="collapse" data-bs-parent=".faq-list">
<p>
Our entire practice team is well trained in state-of-the-art sanitation techniques designed to
ensure patient safety. This goes beyond wearing gloves and face-masks to prevent passing germs and
includes a specialized sanitation center and a water filtration system guaranteeing a freshwater
source for each patient. Our clinic utilizes all universal precautions as required by the Department of Health.
We also regularly train our staff to ensure all policies are followed.
</p>
</div>
</li>
</ul>
</div>
</div>
</section><!-- End Frequently Asked Questions 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 footer-contact">
<h3>
Gentle Care Dental Clinic
</h3>
<p>
1550 Boni Avenue,<br>
Mandaluyong City 1550<br>
Metro Manila, PH <br><br>
<strong>Phone:</strong> +63 XXX XXX XXXX<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful 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</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Features</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">How it works</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Dentists</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4 style="color: white">Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">FAQ</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of Service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Join Our Newsletter</h4>
<p>Be updated on the latest discount and news about Gentle Care Dental Clinic</p>
<form action="" method="post">
<input type="email" name="email" placeholder="Input email address here"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>Gentle Care Dental Clinic</span></strong>.
</div>
<div class="credits">
All Rights Reserved 2021. Any actual names or likenesses of celebrities are used in a fictitious and parodic manner.</a>
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<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="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</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>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>