-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
51 lines (42 loc) · 1.23 KB
/
index.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
<?php include('header.php'); ?>
<?php include('navbar.php'); ?>
<div class="container">
<div class="margin-top">
<div class="row">
<?php include('head.php'); ?>
<div class="span2">
<?php include('sidebar.php'); ?>
</div>
<div class="span10">
<?php include('slider.php'); ?>
</div>
<div class="span2">
<h4></h4>
</div>
<div class="span10">
<?php include('thumbnail.php'); ?>
<div class="text_content">
<div class="abc">
<!-- text content -->
<h4>Vision</h4>
<hr>
<p>
By 1961. Jinnah PolyTechnic Institute is a center of practical learning were stackholders are conscientiously involved in loning holistic
individuals committed to positively respond to the needs of the school, community and the country.
</p>
<hr>
<h4>Mission</h4>
<hr>
<p>
To nurture students to become productive responsible citizens through the assistance of service -
oriented and highly competent internal and external stakeholders working in a harmonious relationship.
</p>
<hr>
</div>
</div>
<!-- end content -->
</div>
</div>
</div>
</div>
<?php include('footer.php') ?>