-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprincipal.php
39 lines (38 loc) · 1.4 KB
/
principal.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
<?php $title = "principal | CEK";
include "head.php";
?>
<body class="page">
<div id="wrapper">
<?php require "navbar.php"; ?>
<div class="page-contents container">
<div class="title center">
<h1 class="underlined"><span>Principal</span></h1>
</div>
<div class="image">
<img src="assets/img/princi002.jpg" alr="ECE" height="500" width="100%">
</div>
<div class="contents">
<p><h5>Dr. K G Viswanadhan</h5>
<h6>Principal, College Of Engineering Kidangoor</h6>
<p>Area of Specialisation: Mechanical Engineering, Production Engineering
Education Summary</p>
<p>➢Ph.D in Quality Engineering & Management form IISc Bangalore
➢M.Tech in Production Engineering from PSG College of Technology, Coimbatore
➢B.Tech in Mechanical Engineering from M A College of Engineering, Kothamangalam</p>
<h6>Additional Qualification</h6>
<p>➢MBA from Bharathiar University, Coimbatore
➢PGDCA from Bharathiar University, Coimbatore
➢MCA from Bharathiar University, Coimbatore</p>
<h6>Experience details</h6>
<p>18/02/2015 to Till Date Principal
01/01/2009 to 17/02/2015 Professor
01/01/2006 to 31/12/2008 Associate Professor
01/06/2000 to 31/12/2005 Selection grade lecturer
01/06/1995 to 31/05/2000 Senior Lecturer
01/06/1989 to 31/05/1995 Lecturer</p>
</div>
</div>
<?php require "footer.php"; ?>
</div>
</body>
</html>