-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupport.php
63 lines (54 loc) · 1.9 KB
/
support.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
<?php
$msg = isset($_REQUEST["act"])?$_REQUEST["act"]:"";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>OASIS-Pakistan</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="OASIS/style.css">
</head>
<body>
<div class="header">
<?php include 'header.php';?>
<div class="banner">
<div class="bannerinner">
<div class="loginarea">
<div class="memberlogin">Support</div>
</div>
<div class="slideshow">
<h1>Contact Support</h1>
<table width="100%" class="" cellpadding = "10" cellspaccing="4">
<tr class="" style="" >
<td align="left">1.</td>
<td align="left">Mehdi Bokhari</td>
<td align="left">Chief Technical Advisor</td>
<td align="left">+92.300.555.6169</td>
<td align="left">mbokhari@immap.org</td>
</tr>
<tr class="" style="" >
<td align="left">2.</td>
<td align="left"> Shakeel Ahmed </td>
<td align="left">Project Manager (IMO)</td>
<td align="left">+92.301.8131416</td>
<td align="left">sahmed@immap.org</td>
</tr>
<tr class="" style="" >
<td align="left">3.</td>
<td align="left">Imra Shaheen</td>
<td align="left">GIS Lead</td>
<td align="left">+92.334.549.8862</td>
<td align="left">ishaheen@immap.org</td>
</tr>
</table>
</div>
<!-- <div class="highlights"><strong></strong></div> -->
</div>
</div>
<?php include 'footer.php';?>
</div>
</body>
</html>