-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaculty.php
More file actions
70 lines (44 loc) · 2.01 KB
/
Copy pathfaculty.php
File metadata and controls
70 lines (44 loc) · 2.01 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
<?php include('config/connect.php'); ?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="utf-8">
<title>Our Faculty</title>
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<link rel="stylesheet" href="css/style.css" media="screen">
<link rel="stylesheet" href="css/style.responsive.css" media="all">
<script src="javascript/jquery.js"></script>
<script src="javascript/script.js"></script>
<script src="javascript/script.responsive.js"></script>
</head>
<body>
<div id="art-main">
<!--HTML Header-->
<?php include('template/header.php'); ?>
<!-- End of Header-->
<div class="art-sheet clearfix">
<!--Navigation Starts-->
<?php include('template/nav.php'); ?>
<!--Navigation End-->
<div class="art-layout-wrapper">
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell art-content">
<article class="art-post art-article">
<h2 class="art-postheader">Our Faculty Members</h2>
<div class="art-postcontent art-postcontent-0 clearfix">
<!-- <p><img width="209" height="244" alt="" class="art-lightbox" src="images/hayat.jpg" style="float: left; margin-right: 10px;">Name:Hyat Khan</p><p>Qualification:M Phil MAD<br></p><p>Mobile No:03334560890</p><p>Email Address:Hyat@yahoo.com</p> -->
</div>
<!---->
<?php faculty_pic($dbc); ?>
<!---->
</article>
</div>
</div>
</div>
</div>
<?php include('template/footer.php'); ?>
</div>
</div>
</body>
</html>