-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
281 lines (259 loc) · 14.1 KB
/
services.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Services - Dr. William G. Pappas, DDS</title>
<meta name="author" content="Dot Slash Digital">
<meta name="description" content="Dr. William Pappas, your favorite family dentist! Give your smile the care it deserves.">
<meta name="keywords" content="Pappas, dentistry, family">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Fathom Analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="XBUAZCFO" defer></script>
<!-- Favicon -->
<link rel="shortcut icon" href="images/fav_wp.ico">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/linea-font.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Slider -->
<link rel="stylesheet" href="css/slick.css">
<!-- Lightbox -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Definity CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- CSS -->
<link rel="stylesheet" href="css/services.css">
<link rel="stylesheet" href="css/common.css">
<!-- JS -->
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body id="page-top">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- ========== Preloader =========== -->
<div class="preloader">
<img src="images/loader.svg" alt="Loading...">
</div>
<!-- ========== Navigation ========== -->
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="./index.html" style="font-size: 24px; margin-top: 5px">Dr. <span class="first-name-full">William</span><span class="first-name-initial">W.</span> G. Pappas, DDS</a>
</div>
<!-- Navbar Links -->
<div id="navbar" class="navbar-collapse collapse" >
<ul class="nav navbar-nav" style="float: right; font-size: 16px;">
<!-- Home -->
<li class="dropdown mega-fw menu-item">
<a href="index.html" class="dropdown-toggle" data-hover="dropdown" data-delay="350" role="button" aria-haspopup="true" aria-expanded="false">Home</a>
</li>
<!-- Services-->
<li class="dropdown menu-item active">
<a class="dropdown-toggle" data-hover="dropdown" data-delay="350" role="button" aria-haspopup="true" aria-expanded="false">Services</a>
</li>
<!-- Contact -->
<li class="dropdown mega-fw menu-item">
<a href="contact.html" class="dropdown-toggle" data-hover="dropdown" data-delay="350" role="button" aria-haspopup="true" aria-expanded="false">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ========== Page Title ========== -->
<header class="page-title pt-dark">
<div class="container">
<div class="row">
<h1 style="text-align:center">Services</h1>
</div>
</div>
</header>
<!-- ========== Services List ======= -->
<div id="family-dentistry" class="services-list gray-bg">
<section class="container ft-cards">
<div class="row section" style="padding-top: 75px;">
<h1 style="text-align:center; height: 75px">Family Dentistry</h1>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/report.png">
<h4>Examinations</h4>
<p>Assessing your oral hygiene to check for cavities, gum inflammation, and other signs of gum disease.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/x-ray.png">
<h4>X-rays</h4>
<p>Imaging of your teeth from multiple angles to understand your oral health and check for oral or gum diseases.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/teeth-brushing.png">
<h4>Teeth Cleaning</h4>
<p>Removal of plaque and tartar buildup, teeth polishing, and flossing in hard-to-reach places.</p>
</div>
</div>
</div>
</section>
</div>
<div id="cosmetic-dentistry" class="services-list blue-bg">
<section class="container ft-cards">
<div class="row section" style="padding-top: 75px;">
<h1 style="text-align:center; height: 75px">Cosmetic Dentistry</h1>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/dental-veneer.png">
<h4>Porcelain Veneers</h4>
<p>Improving the shape of your smile through fixing crowding or excess space between your teeth.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/crown.png">
<h4>Ceramic/Gold Crowns</h4>
<p>Improving the shape of your smile after instances of tooth decay or root canal therapy. Metal-free options available.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/clean.png">
<h4>Teeth Whitening</h4>
<p>A safe and reliable way for restoring your bright smile and reducing stains or yellowing.</p>
</div>
</div>
</div>
</section>
</div>
<div id="dental-repair" class="services-list gray-bg">
<section class="container ft-cards">
<div class="row section" style="padding-top: 75px;">
<h1 style="text-align:center; height: 75px">Dental Repair</h1>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/bridge.png">
<h4>Fixed Bridges</h4>
<p>Using existing teeth to bridge the gap of a missing tooth. Fixed bridges are available in gold or ceramic.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/dentures.png">
<h4>Dentures</h4>
<p>Replacing missing teeth and tissue using a removable full teeth replacement.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/teeth.png">
<h4>Removable Partial Dentures</h4>
<p>Replacing missing teeth and tissue using a removable partial teeth replacement.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/drilling.png">
<h4>Root Canals</h4>
<p>Repairing natural teeth that have been infected, damaged, or are decaying.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/broken-tooth.png">
<h4>Composite Fillings</h4>
<p>Filling cavities or fixing disfigured teeth due to decay. Composite fillings are tooth-colored and metal-free.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/decay.png">
<h4>Amalgam Fillings</h4>
<p>Filling cavities or fixing disfigured teeth due to decay. Amalgam fillings are silver-colored and use a metallic mixture.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/dental-implant.png">
<h4>Implant Restorations</h4>
<p>Restoring damaged implants that replaced missing or infected teeth.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/extraction.png">
<h4>Tooth Extraction</h4>
<p>Remove a tooth due to severe infection, decay, damage, or crowding.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="ft-item">
<img class="flaticon" src="images/dentist.png">
<h4>Nitrous Oxide</h4>
<p>A safe and effective option for reducing pain and anxiety during dental procedures.</p>
</div>
</div>
</div>
</section>
</div>
<!-- ========== Call-to-Action ====== -->
<div class="cta-link">
<div class="bg-overlay">
<div class="cta-wrapper">
<h3 class="h-alt wow fadeIn" data-wow-delay=".1s" data-wow-duration="1s">Need to contact us?</h3>
<a href="contact.html" class="btn btn-light btn-large wow fadeIn contact-us-btn" data-wow-delay=".3s" data-wow-duration="1s">Email Us</a>
<br id="contact-us-btn-break">
<a href="tel:702-367-7133" class="btn btn-light btn-large wow fadeIn contact-us-btn" data-wow-delay=".3s" data-wow-duration="1s">Call Us</a>
</div>
</div>
</div>
<!-- ========== Footer ============= -->
<div id="footer" class="copyright">
<div class="container section">
<div class="row">
<small class="p-4">
<a href="#page-top" class="pull-right to-the-top">To the top<i class="fa fa-angle-up"></i></a>
</small>
<div class="col">
<small class="p-1">© 2022 Dr. William G. Pappas, D.D.S., built by <a href="http://www.dotslashdigital.com">Dot Slash Digital</a></small>
<small class="p-2">© 2022 Dr. William G. Pappas, D.D.S.</small>
<small class="p-3">Built by <a href="http://www.dotslashdigital.com">Dot Slash Digital</a></small>
</div>
<div class="col">
<small class="p-5">
<a href="#page-top" class="pull-right to-the-top">To the top<i class="fa fa-angle-up"></i></a>
</small>
</div>
</div>
</div>
</div>
<!-- ========== Scripts ============= -->
<div>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/google-fonts.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.localScroll.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/wow.min.js"></script>
<!-- Definity JS -->
<script src="js/main.js"></script>
</div>
</body>
</html>