-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcshod.php
23 lines (23 loc) · 1.02 KB
/
cshod.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php $title = "CsHOD | CEK";
include "head.php";
?>
<body class="page">
<div id="wrapper">
<?php require "navbar.php"; ?>
<div class="page-contents container">
<div class="title center">
<h2 class="underlined"><span>CS HOD</span></h2>
</div>
<!-- <div class="image">
<img src="assets/img/ec.jpg" alr="ECE" height="500" width="100%">
</div> -->
<div class="contents">
<p> Applied Science and Humanities is the department specializing various fields like Mathematics, Physics , Chemistry , Humanities , Management , Environmental Science etc. The AS&H department has well qualified faculties including Professors, Visiting Professors and Lecturers.</b>
<br>
<p> The Department has well experienced and dedicated faculty members with specializations in Mathematics, Physics , Chemistry , Humanities , Management , Environmnetal Science etc </p>
</div>
</div>
<?php require "footer.php"; ?>
</div>
</body>
</html>