-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.php
More file actions
60 lines (40 loc) · 2.66 KB
/
Copy pathabout-us.php
File metadata and controls
60 lines (40 loc) · 2.66 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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="utf-8">
<title>About Us</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">INTRODUCTION</h2>
<div class="art-postcontent art-postcontent-0 clearfix">
<p style=" font-family:Georgia 'Times New Roman' Times Serif; font-size:16px; line-height:35px; text-align:justify;">Govt higher Secondary School Ghani Dheri was established in 1995 with the sole aim of providing to the new generation a high standard education and an all round training for grooming a confident literate personality along with a strong moral character. The institution was initially started as “School”, imparting education from primary up to secondary level. However, a necessity was being felt for an up to the mark private sector intermediate level school, which could appropriately prepare students for their meritorious admissions in professional School. Consequent upon the incessant demands from the public, G H S S was upgraded to intermediate School in 2008.Consequent upon the incessant demands from the public, G H S S was upgraded to intermediate School in 2008Consequent upon the incessant demands from the public, G H S S was upgraded to intermediate School in 2008Consequent upon the incessant demands from the public, G H S S was upgraded to intermediate School in 2008 </p>
</div>
</article>
</div>
</div>
</div>
</div>
<?php include('template/footer.php'); ?>
</div>
</div>
</body>
</html>