-
Notifications
You must be signed in to change notification settings - Fork 0
/
scope.php
112 lines (99 loc) · 3.42 KB
/
scope.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Scope</title>
<!--
CSS
============================================= -->
<?php
include_once "styles.php"
?>
</head>
<body>
<?php
include_once "header.php"
?>
<!-- start banner Area -->
<section class="banner-area relative" id="home">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row d-flex align-items-center justify-content-center">
<div class="about-content col-lg-12">
<br><br><br>
<h1 class="text-white">
Scope of Dental Prosthetist
</h1>
<br><br><br>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<br>
<!-- Start Scope Area -->
<div class="container">
<h3 class="md-20">Scope of Practice</h3>
<hr>
<div class="">
<div class="container">
<div class="section-top-border">
<div class="container">
<div class="row">
<div class="col-lg-10">
<blockquote class="generic-blockquote">
“Dental Prosthetist is an Independent Practitioner in the Assessment, Fabrication, Insertion, Management and Provision of removable Appliances ”
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<ul class="unordered-list">
<div class="container">
<li>Immidiate Dentures</li>
<li>Cast Partial Dentures</li>
<li>Complete Dentures</li>
<li>Implant Supported Dentures</li>
<li>Over Dentures</li>
<li>Flexible Dentures</li>
<li>Precision Dentures</li>
<li>Relinning, Repaire and Rebasing</li>
<li>Soft Relinning</li>
<li>Theeth Whitening</li>
<li>Non-Invasive Clinical Proceedures</li>
<li>Mouth Guard</li>
<li>Anti-snoring devices</li>
<li>Night Guard</li>
<li>Occlusal Splints</li>
<li>Sergical Stunts</li>
<li>X-Ray Interpretation</li>
<li>Maxillofacial Prosthesis</li>
</div>
</ul>
</div>
</div>
</div>
<!-- End Scope Area -->
<br>
<?php
include_once "footer.php"
?>
<?php
include_once "javascripts.php"
?>
</body>
</html>