-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowns-and-bridges.html
More file actions
260 lines (240 loc) · 10.9 KB
/
Copy pathcrowns-and-bridges.html
File metadata and controls
260 lines (240 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PM55P6B');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Uncomfortable with broken, decayed, or worn teeth? Seville Dental can bring back your natural-looking smile with the best crown & bridges. Schedule an appointment!">
<title>Crowns, Bridges and Veneers - Seville Dental | Book Appt.</title>
<link rel="shortcut icon" href="images/fevicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Raleway:400,600,800&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Bootstrap -->
<link href="css/bootstrap-4.2.1.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<script type="text/javascript">
function hide() {
var div_ref = document.getElementById("id_textbox_1");
div_ref.style.visibility = "hidden";
}
function show() {
var div_ref = document.getElementById("id_textbox_1");
div_ref.style.visibility = "visible";
}
</script>
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2321117504822058');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2321117504822058&ev=PageView&noscript=1"
/></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167053482-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167053482-1');
</script>
<link rel="canonical" href="https://sevilledentalclinic.com.au/crowns-and-bridges.html" />
<script src="js/seville.js"></script>
</head>
<body data-spy="scroll" data-target="#sevilleNavbar" data-offset="110">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PM55P6B"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="headerContent"></div>
<!-- Full Page Image Background Carousel Header -->
<section id="home">
<div id="dental-clinic" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" style="height:50vh">
<div class="carousel-item item19 active">
<div class="carousel-caption">
<h1 class="animated slideInDown" style="animation-delay: 0.3s;">CROWNS, BRIDGES & VENEERS</h1>
</div>
</div>
</div>
</section>
</div><br>
</div>
<section id="aboutus">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<h2 align="center"></h2><br>
<img src="images/services/Crown-Bridges-Veneers.jpg" alt="Crown and Bridges and Veneer" class="img-fluid"><br>
<br>
<img src="images/services/cbv.jpg" alt="Dental Crown and Bridges CBV" class="img-fluid"> </div>
<div class="col-lg-7 offset-lg-1"><br>
<h2>CROWN, BRIDGES & VENEERS</h2><br>
<p align="justify" style="font-family:Arial">Repairing decayed, broken or missing teeth is important for your overall health and can also aid in improving your appearance. Cosmetic dentistry offers several options that can effectively repair your smile while giving you back the natural bite between your upper and lower teeth.<p>
<p align="justify" style="font-family:Arial"><b>Bridges – </b>A natural-looking alternative to dentures, a bridge can replace a section of one or several missing teeth. They are custom made to blend naturally with your remaining teeth and can help you enjoy all of your favourite foods once again.<br><br>
<b>Crowns – </b>Typically used to cover a heavily filled or broken tooth, crowns can also provide strength to a tooth after a root canal treatment and attach bridges. They are also excellent for covering stained or chipped teeth.</p><br>
<p style="font-family:Arial"><b>Types of CROWN-PORCEALIN OR METAL CROWN?</b></p>
<p align="justify" style="font-family:Arial"><b>Veneers – </b>Composite or porcelain veneers are shells that are bonded to the front of your teeth to close gaps, mask chips and discolorations as well as hide misaligned teeth. They are an ideal solution to enhancing your smile while maintaining a healthy tooth structure.</p>
<p align="justify" style="font-family:Arial"><b>Bonding – </b>A less expensive alternative to porcelain veneers and crowns, bonding is where the tooth is prepared and composite resin is added, moulded and shaped to cover the tooth. It is not as permanent as veneers, but rarely requires shaving or reduction of the natural teeth.</p>
<br>
</div>
</div>
</section>
<div class="bg-blue py-5">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-6 offset-md-1"><h4 class="text-white m-0">Call or Email to book an appointment today!</h4></div>
<div class="col-md-4 text-right"><a href="make-an-appointment.html" class="btn btn-transparent">BOOK AN APPOINTMENT NOW <i class="fa fa-calendar"></i></a></div></div>
</div></div>
<div class="contact">
<section id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<div class="row"><div class="col-md-3"><img src="images/logo.png" width="150" class="img-fluid my-5" alt="">
<p class="text-white">Our office is dedicated to providing you with friendly, professional service while addressing all of your dental health needs.</p>
</div>
<div class="col-md-4">
<h3 class="text-white mb-4">On The Map</h3>
<div class="map-container">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3153.5239422126006!2d145.4566011152136!3d-37.77775927975894!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad62988ba7f4135%3A0xd5380e7885d731c2!2sShop+13%2F547+Warburton+Hwy%2C+Seville+VIC+3139%2C+Australia!5e0!3m2!1sen!2sin!4v1564847148161!5m2!1sen!2sin" width="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-5">
<h3 class="text-white mb-4">Contact Us</h3>
<form>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" id="yourname" placeholder="Your Name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" class="form-control" id="youremail" placeholder="Your Email">
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea class="form-control" id="message" name="contact_form_message" placeholder="Message" rows="7"></textarea>
</div>
</div>
<div class="col-12">
<div class="text-center">
<button class="btn btn-submit btn-block" type="submit">SEND</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section></div>
<div class="sticky-footer">
<div class="container-fluid">
<div class="row"> <div class="col-10 offset-1" style="font-family:arial">
© 2019 www.SevilleDentalClinic.com.au ALL RIGHTS ARE RESERVED.<br>Designed by <a href="http://bsitsolutions.com.au/" style="color:#33FFFF; text-decoration:none" target="_blank">BSIT SOLUTIONS</a></div>
</div>
</div>
<div class="gotoTop"><span></span></div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.2.1.js"></script>
<script src="js/owl.carousel.2.3.4.js"></script>
<script src="js/beforeAfter.js"></script>
<script>
//CODE Written by Sandeep Kumar
$('html, body').animate({scrollTop: $('body').offset().top}, 100)
var wh = $(window).outerHeight() - 50;
var ww = $(window).outerWidth();
$('.carousel').carousel({
interval: 10000
});
$(window).scroll(function(){
if ($(window).scrollTop() >= 100) {
$('nav').addClass('darker');
$('.gotoTop').addClass('in');
}
else {
$('nav').removeClass('darker');
$('.gotoTop').removeClass('in');
}
});
$('.gotoTop').click(function (){
$('html, body').animate({scrollTop: $('body').offset().top}, 1000);
});
$('nav a').click(function (){
var el = $(this).attr("href");
if (ww <992) {
$('html, body').animate({scrollTop: $(el).offset().top - 90}, 1000);
$(".navbar-toggler").click();
}
else {
$('html, body').animate({scrollTop: $(el).offset().top}, 1000);
}
return false;
})
$('a.btn-primary, .carousel-caption a').click(function (){
var el = $(this).attr("href");
$('html, body').animate({scrollTop: $(el).offset().top}, 1000);
return false;
})
$(document).ready(function() {
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
nav: true,
responsiveClass: true,
dots:false,
responsive: {
0: {
items: 1
},
800: {
items: 2
},
1000: {
items: 3
},
1200: {
items: 4
}
}
})
})
</script>
<script>
function yesnoCheck() {
if (document.getElementById('yesCheck').checked) {
document.getElementById('ifYes').style.visibility = 'visible';
}
else document.getElementById('ifYes').style.visibility = 'hidden';
}
</script>
</body>
</html>