-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
130 lines (116 loc) · 6.72 KB
/
index.php
File metadata and controls
130 lines (116 loc) · 6.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vocational Training Institute</title>
<!--css styles-->
<link rel="stylesheet" href="css/styles_header.css">
<link rel="stylesheet" href="css/styles_index.css">
<link rel="stylesheet" href="css/styles_footer.css">
<!--jquery 3.3.1-->
<script src="js/jquery-3.3.1.js"></script>
<!--jquery slider-->
<script src="js/slider.js"></script>
</head>
<body>
<!--Including header file-->
<?php include_once("inc/header.php"); ?>
<!--navigation panel-->
<nav class="navigate">
<ul>
<li><a href="index.php" class="selected">Home</a></li>
<li><a href="news.php">News</a></li>
<li><a href="courses.php">Courses</a></li>
<li><a href="about.php">About</a></li>
<li><a href="log-in.php">Log In</a></li>
</ul>
</nav>
<!--image slider-->
<div class="slider">
<ul class="slides">
<li class="slide"><img src="img/slider/img_institute.jfif"></li>
<li class="slide"><img src="img/slider/training_1.jpg"></li>
<li class="slide"><img src="img/slider/training_2.jpg"></li>
<li class="slide"><img src="img/slider/training_4.jpg"></li>
<li class="slide"><img src="img/slider/training_5.jpg"></li>
<li class="slide"><img src="img/slider/img_group.jpg"></li>
<li class="slide"><img src="img/slider/img_institute.jfif"></li>
</ul>
</div>
<!--basic quote-->
<div class="quote">
<p>The youth needs to be empowered, and it can be done through good education and vocational training ...</p>
</div>
<!--Introduction block-->
<div class="para_box">
<h3>Welcome to Vocational Training Institute</h3>
<p>  Vocational training, also known as Vocational Education and Training (VET) and Career and Technical Education (CTE),
provides job-specific technical training for work in the trades. These programs generally focus on providing students
with hands-on instruction, and can lead to certification, a diploma or certificate. Students may prepare for jobs such as
auto repair, plumbing, retail, etc.</p>
<p>  Vocational training can also give applicants an edge in job searches, since
they already have the certifiable knowledge they need to enter the field. A student can receive vocational training
either in high school, a community college or at trade schools for adults.</p>
</div>
<!--Second Para block-->
<div class="para_box">
<h3>How to Qualified with NVQ</h3>
<p> There are two methods to obtain National Vocational Qualification (NVQ).</p>
<p>  1. If the candidate could prove his/her ability with adequate evidence of his/her competencies pertaining to qualifications stipulated
in the Skills Standards, then the candidate is eligible to receive NVQ certificate through RPL (Recognition of Prior Learning).</p>
<p>  2. The other method of getting NVQ certificate is, by following a Competency Based Training (CBT) course relevant to the qualification.
A candidate can follow a NVQ based training program at Vocational Training Authority primarily and few other public and private institutes
which are accredited to issue NVQ certificates.</p>
</div>
<!--Third Para block-->
<div class="para_box">
<h3>Director's Message</h3>
<p>  Welcome to the Vocational Training Authority of Sri Lanka (VTA), the premier institute in providing Technical and Vocational Education
and Training (TVET) in the government sector. Established under the Vocational Training Authority Act No.12 of 1995, VTA has been functioning for
the last 20 years and has contributed extensively to the national economy. Each year VTA produces nearly 30000 youth empowering them with vocational skills
for employability & entrepreneurship. Since its inception, VTA has provided skill training for about 475,000 youth throughout the island. VTA comprises of 245
centres, consisting of 07 National Vocational Training Institutes (NVTI), 22 District Vocational Training Centres (DVTC), and 216 other Vocational Training
Centres established at Divisional Secretariats level. Altogether VTA covers 18 trades and conducts 79 courses consisting of 2178 programmes. Durations of
these courses range from 45 days to 2 years. The Vocational Training Authority is dedicated to make vocational training more accessible to youth of the country
and make them more skilled and employable locally and internationally. Our aim is to produce a globally competitive, industry specific, quality workforce by
setting the highest standards in our services and facilities by focusing on global employability trends and developing competencies in individuals through
modern methods and technologies in vocational training and education. After recognizing the needs of the market, we are planning to introduce English and
soft skills as well, to all the trainees in VTA making them competent in non-technical skills such as communication, problem solving, teamwork and personal
attributes such as adaptability, resilience, enthusiasm and openness to innovative ideas to produce a set of self-confident skilled employees. Furthermore
all students of VTA centres will be given IT training to keep them abreast with the advancement of technology and thereby to make them more knowledgeable
and employable.</p>
</div>
<!--Forth Para block-->
<div class="para_box">
<h3>Contact Details</h3>
<h5>  Mr. Sarath Pieris</h5>
<p>  Chairman of Vocational Training Institute</p>
<p>  +94 114 785 569</p>
<p>  sarath@vti.lk</p>
<br/>
<h5>  Mrs. S.R.Perera</h5>
<p>  Director of Vocational Training Institute</p>
<p>  +94 114 458 785</p>
<p>  samanthi@vti.lk</p>
<br/>
<h5>  Head Office</h5>
<p>  Vocational Training Institute</p>
<p>  652/4, "Parackrama Pedesa", Rajagiriya, Colombo</p>
<p>  +94 114 444 555</p>
<p>  headoff@vti.lk</p>
</div>
<!--Body navigation Panel-->
<div class="body_navigation">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="news.php">News</a></li>
<li><a href="courses.php">Courses</a></li>
<li><a href="about.php">About</a></li>
<li><a href="log-in.php">Log In</a></li>
</ul>
</div>
<!--Including footer file-->
<?php include_once("inc/footer.php"); ?>
</body>
</html>