-
Notifications
You must be signed in to change notification settings - Fork 0
/
acheivements.php
55 lines (39 loc) · 1.68 KB
/
acheivements.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
52
53
54
55
<?php include('config/connect.php');?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US"><head><!-- Created by Artisteer v4.1.0.59861 -->
<meta charset="utf-8">
<title>Contact Us</title>
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="css/style.css" media="screen">
<!--[if lte IE 7]><link rel="stylesheet" href="style.ie7.css" media="screen" /><![endif]-->
<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 ACHEIVEMENTS</h2>
<!--Call to function-->
<?php ach_pic($dbc); ?>
</div>
</article></div>
</div>
</div>
</div>
<?php include('template/footer.php'); ?>
</div>
</div>
</body></html>