-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdpaobj.php
87 lines (77 loc) · 2.83 KB
/
dpaobj.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<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>DPA Objectives</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">
DPA Objectives
</h1>
<br><br><br>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<br>
<!-- Start Objectives Area -->
<div class="container">
<br>
<h3 class="md-20">DPA Objectives</h3>
<hr>
<div class="">
<ul class="unordered-list">
<div class="container">
<li>To Present the case of Independent Practice of Dental Prosthetist to higher Authorities</li>
<li>To Seperate Council for Dental Community</li>
<li>To Standardize the Educational Causes of Dental Technology Throughout Pakistan</li>
<li>Post Graduate Courses for Dental Technologist or Prosthetist</li>
<li>To Promote Career in Research Training or Programs</li>
<li>Condense Courses for Detnal Technician to have them in Main Stream Line of Dental Technology</li>
<li>To Provide Plateform for Professional Unity and Discussing Thier Issues</li>
<li>To Promote Dental Prosthetist Throughout Country by Awareness Compaigns, Oral Health Camps and by any means</li>
<li>To register This Association with International Fedration of Denturist to meet International Standards</li>
<li>Any Other Objective of Oral Health Care That Comittee Consider Desireable </li>
</div>
</ul>
</div>
</div>
<!-- End Objectives Area -->
<br>
<?php
include_once "footer.php"
?>
<?php
include_once "javascripts.php"
?>
</body>
</html>