-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (374 loc) · 24.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/images/author-image.jpg" type="image/x-icon">
<title>Sparkle Dental</title>
<!--
-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Tooplate">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="images/author-image.jpg" type="image/x-icon">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/tooplate-style.css">
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- HEADER -->
<header>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-5">
<p>Sparkle Dental - Pediatric and orthodontic dentist</p>
</div>
<div class="col-md-8 col-sm-7 text-align-right">
<span class="phone-icon"><i class="fa fa-phone"></i> <a href="#"></a>+260965021307</a></span>
<span class="date-icon"><i class="fa fa-calendar-plus-o"></i> 8:00 AM - 5:00 PM (Mon-Fri) SAT 8:00 AM - 1-00PM</span>
<span class="email-icon"><i class="fa fa-envelope-o"></i> <a href="#">[email protected]</a></span>
</div>
</div>
</div>
</header>
<!-- MENU -->
<section class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="index.html"> <img src="images/author-image.jpg" alt="logo" class="logo" style="width: 60px;"></a>
<a href="index.html" class="navbar-brand">Sparkle Dental Clinic</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#top" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About Us</a></li>
<li><a href="#team" class="smoothScroll">Our Services</a></li>
<li><a href="#news" class="smoothScroll">How We Work</a></li>
<li><a href="#google-map" class="smoothScroll">Location</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="appointment-btn"><a href="#appointment">Make an appointment</a></li>
</ul>
</div>
</div>
</section>
<!-- HOME -->
<section id="home" class="slider" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="owl-carousel owl-theme">
<div class="item item-first">
<div class="caption">
<div class="col-md-offset-1 col-md-10">
<h3>--Smile Bright--</h3>
<div class="gradient-border" id="box"> <h1>SMILE RIGHT</h1></div>
<a href="#appointment" class="section-btn btn btn-default smoothScroll">Make an appointment</a>
</div>
</div>
</div>
<div class="item item-third">
<div class="caption">
<div class="col-md-offset-1 col-md-10">
<h3>--I Love My Dentist--</h3>
<div class="gradient-border" id="box"><h1>TOOTH BE TOLD</h1></div>
<a href="#appointment" class="section-btn btn btn-default smoothScroll">Make an appointment</a>
</div>
</div>
</div>
<div class="item item-second">
<div class="caption">
<div class="col-md-offset-1 col-md-10">
<h3>--Its free Therapy--</h3>
<div class="gradient-border" id="box"> <h1>SMILE</h1></div>
<a href="#appointment" class="section-btn btn btn-default smoothScroll">Make an appointment</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="about-info">
<h2 class="wow fadeInUp" data-wow-delay="0.6s">Welcome to Sparkle Dental </h2>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>We are one of Zambia's first exclusive children's Dental clinic.</p>
<p>Providing specialized orthodontic and pediatric services for children aged 0-18 years old. We are dedicated to offering high-quality therapies that enhance a child's overall well-being, utilizing the latest equipment and technology in a child-friendly environment.</p>
</div>
<figure class="profile wow fadeInUp" data-wow-delay="1s">
<img src="images/author-image.jpg" class="img-responsive" alt="Tooth holding a teeth brush">
</figure>
</div>
</div>
</div>
</div>
</section>
<!-- OUR SERVICES -->
<section id="team" data-stellar-background-ratio="1">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="about-info">
<h2 class="wow fadeInUp" data-wow-delay="0.1s" style="color: black;">Our Services</h2>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-4 col-sm-6">
<div class="team-thumb wow fadeInUp" data-wow-delay="0.2s">
<img src="images/coversmile.jpg" class="img-responsive" alt="">
<div class="team-info">
<h3>Cavity Prevention Therapy</h3>
<p>Brushing and flossing: Regular brushing (at least twice a day) with fluoride toothpaste and flossing help remove plaque, a sticky film of bacteria that can lead to tooth decay.
<br>
<br>
</p>
<div class="team-contact-info">
<p><i class="fa fa-phone"></i> +260965021307</p>
<p><i class="fa fa-envelope-o"></i> <a href="#">[email protected]</a></p>
</div>
<ul class="social-icon">
<li><a href="https://web.facebook.com/profile.php?id=100095057208934" class="fa fa-facebook-square"></a></li>
<li><a href="[email protected]" class="fa fa-envelope-o"></a></li>
</ul>
</div>
<a href="#appointment" class="section-btn btn btn-default smoothScroll">Make an appointment</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="team-thumb wow fadeInUp" data-wow-delay="0.4s">
<img src="images/childs.jpg" class="img-responsive" alt="">
<div class="team-info">
<h3>Fissure Sealants</h3>
<p>Fissure sealants are applied to the deep grooves pits on the chewing surfaces of the back teeth. These areas can be difficult to clean thoroughly with a toothbrush, making them more prone to the accumulation of bacteria and food particles.</p>
<div class="team-contact-info">
<p><i class="fa fa-phone"></i> +260965021307</p>
<p><i class="fa fa-envelope-o"></i> <a href="#">[email protected]</a></p>
</div>
<ul class="social-icon">
<li><a href="https://web.facebook.com/profile.php?id=100095057208934" class="fa fa-facebook-square"></a></li>
<li><a href="[email protected]" class="fa fa-envelope-o"></a></li>
</ul>
</div>
<a href="#appointment" class="section-btn btn btn-default smoothScroll">Make an appointment</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="team-thumb wow fadeInUp" data-wow-delay="0.6s">
<img src="images/kenny-eliason-6gKvN8qFGxA-unsplash.jpg" class="img-responsive" alt="">
<div class="team-info">
<h3>Braces</h3>
<p>Braces are orthodontic devices used to straighten and align teeth, correct bite issues, and improve overall dental health. They can be recommended for individuals with crooked teeth, crowded teeth, spacing issues, or problems with their bite. Here are some key points about braces:</p>
<div class="team-contact-info">
<p><i class="fa fa-phone"></i> +260965021307</p>
<p><i class="fa fa-envelope-o"></i> <a href="#">[email protected]</a></p>
</div>
<ul class="social-icon">
<li><a href="https://web.facebook.com/profile.php?id=100095057208934" class="fa fa-facebook-square"></a></li>
<li><a href="[email protected]" class="fa fa-envelope-o"></a></li>
</ul>
</div>
<a href="#appointment" class="section-btn btn btn-default smoothScroll">Make an appointment</a>
</div>
</div>
</div>
</div>
</section>
<!-- How WE WORK -->
<section id="news" data-stellar-background-ratio="2.5">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<!-- SECTION TITLE -->
<div class="section-title wow fadeInUp" data-wow-delay="0.1s">
<h2>How We Work</h2>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- NEWS THUMB -->
<div class="news-thumb wow fadeInUp" data-wow-delay="0.4s">
<img src="images/girs.jpg" class="img-responsive" alt="">
<div class="news-info">
<span>STEP ONE</span>
<p> We begin by creating a friendly, welcoming atmosphere to help ease any anxiety your child may have.
We conduct an initial assessment of your child's oral health, asking about any concerns or issues your child might have.</p>
<div class="author">
</div>
</div>
</div>
</div>
<div>
</div>
<div class="col-md-4 col-sm-6">
<!-- NEWS THUMB -->
<div class="news-thumb wow fadeInUp" data-wow-delay="0.6s">
<img src="images/teeth.png" class="img-responsive" alt="">
<div class="news-info">
<span>STEP TWO</span>
<p> We performs a thorough examination of your child's teeth, gums, and overall oral health. This may include checking for cavities, assessing bite alignment, and monitoring the development of permanent teeth.
<div class="author">
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<!-- NEWS THUMB -->
<div class="news-thumb wow fadeInUp" data-wow-delay="0.8s">
<img src="images//certify.jpg" class="img-responsive" alt="">
<div class="news-info">
<span>STEP THREE</span>
<p> To conclude the visit on a positive note, We provide positive reinforcement to your child
for good oral hygiene practices. As a special gesture, We present the child with a colorful and personalized certificate for being a "Super Smiler" or a "Cavity Fighter. </p>
<div class="author">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- MAKE AN APPOINTMENT -->
<section id="appointment" data-stellar-background-ratio="3">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<img src="images/panda.png" class="img-responsive" alt="">
</div>
<div class="col-md-6 col-sm-6">
<!-- CONTACT FORM HERE -->
<form id="appointment-form" role="form" method="post" action="#">
<!-- SECTION TITLE -->
<div class="section-title wow fadeInUp" data-wow-delay="0.4s">
<h2>Make an appointment</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<div class="col-md-6 col-sm-6">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Full Name">
</div>
<div class="col-md-6 col-sm-6">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Your Email">
</div>
<div class="col-md-6 col-sm-6">
<label for="date">Select Date</label>
<input type="date" name="date" value="" class="form-control">
</div>
<div class="col-md-12 col-sm-12">
<label for="telephone">Phone Number</label>
<input type="tel" class="form-control" id="phone" name="phone" placeholder="Phone">
<label for="Message">Additional Message</label>
<textarea class="form-control" rows="5" id="message" name="message" placeholder="Message"></textarea>
<button type="submit" class="form-control" id="cf-submit" name="submit">Submit Button</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- GOOGLE MAP -->
<section id="google-map">
<!-- How to change your own map point
1. Go to Google Maps
2. Click on your location point
3. Click "Share" and choose "Embed map" tab
4. Copy only URL and paste it within the src="" field below
--> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7692.760747868725!2d28.293927188882027!3d-15.410008247548259!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x19408dbfb29f9693%3A0xbfc8d0b75e5d953d!2sSparkle%20dental%20clinic%20and%20wellness%20centre.Children's%20Dental%20%26%20Orthodontic%20Centre!5e0!3m2!1sen!2szm!4v1702479057661!5m2!1sen!2szm"width="100%" height="350" frameborder="0" style="border:0" allowfullscreen></iframe>
</section>
<!-- FOOTER -->
<footer data-stellar-background-ratio="5">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Contact Info</h4>
<p>You can reach out to us using the contact information below.</p>
<div class="contact-info">
<p><i class="fa fa-phone"></i> +260965021307</p>
<p><i class="fa fa-envelope-o"></i> <a href="#">[email protected]</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Benefits</h4>
<div class="latest-stories">
<div class="stories-image">
<img src="images/hi.gif" class="img-responsive" alt="">
</div>
<div class="stories-info">
<h5>Professional Cleaning:</h5>
<span>Professional cleanings during check-ups remove plaque and tartar buildup, promoting healthier teeth and gums.</span>
</div>
</div>
<div class="latest-stories">
<div class="stories-image">
<img src="/images/brush.gif" class="img-responsive" alt="">
</div>
<div class="stories-info">
<h5>Maintaining Oral Hygiene:</h5>
<span>Dentists provide guidance on proper oral care, including brushing, flossing, and dietary habits, to maintain optimal oral hygiene.</span>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<div class="opening-hours">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Opening Hours</h4>
<p>Monday - Friday <span>8:00 AM - 5:00 PM</span></p>
<p>Saturday <span>8:00 AM - 1:00 PM</span></p>
<p>Sunday <span>Closed</span></p>
</div>
<ul class="social-icon">
<li><a target="_blank" href="https://web.facebook.com/profile.php?id=100095057208934" class="fa fa-facebook-square" attr="facebook icon"></a></li>
</ul>
</div>
</div>
<div class="col-md-12 col-sm-12 border-top">
<div class="col-md-4 col-sm-6">
<div class="copyright-text">
<p>Copyright © 2024 Sparkle Dental
| Pediatric and orthodontic Dentist.</p>
</div>
</div>
<div class="col-md-2 col-sm-2 text-align-center">
<div class="angle-up-btn">
<a href="#top" class="smoothScroll wow fadeInUp" data-wow-delay="1.2s"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>