-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
65 lines (52 loc) · 2.29 KB
/
about.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
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="js/gslib_client.js"></script>
<script type="text/javascript" src="js/jquery-2.x-git.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
<link rel="icon" href="../img/classic.png">
<meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1">
<meta charset="utf-8" name="description" content="games malawi, games made in Malawi, malawi games">
<!-- <meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1"> -->
<title>About US : Apps265</title>
<meta charset="utf-8" name="description" content="About apps265 development team">
</head>
<body >
<div >
<nav class="navbar navbar-expand-lg " >
<a class="navbar-brand" href="index.php" style="color: white;">APPS265</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" style="color: white;"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.php" style="color: white;">< Back <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
</div>
<div id="content" style="padding: 50px;">
<h1>About us</h1>
<h5>
We are a Malawian Team of Developers running under the <br>GreenSwitch Digital Technology providing a new era of <br>Science and Technology in Malawi through ICT.
<br><br>
<h3>Our Mission</h3>
<br>Provide a networking link between hard working Malawian Developers and the world<br>
of ICT. Giving a chance for improvement and vast network to the outer world...
</h5>
</div>
<div class="game_hover_icon">
</div>
<div style="width: 100%;float: left;">
<?php
require 'views/footer_home.php';
?>
</div>
</body>
</html>