-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathobjectives.php
60 lines (44 loc) · 1.78 KB
/
objectives.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
<?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">Objectives</div>
</div>
<div class="slideshow">
<h1>Objective</h1>
<ol>
<li>To bring together publically available data for Pakistan</li>
<li>To provide tools to perform on the fly detailed maps creation</li>
<li>To bring together live weather, satellite and disaster feeds to provide an early warning tool for the next monsoon season</li>
<li>To provide tools for scenario planning and calculation of potentially affected infrastructure and population</li>
<li>Encourage data sharing among users community</li>
</ol>
<!-- <table class="highlights" width="100%" cellpadding="10" cellspaccing="4">
<tr>
<td align="left" class="lgh1" style="font-size: 17px;" >
</td>
</tr>
</table> -->
</div>
<!-- <div class="highlights"><strong></strong></div> -->
</div>
</div>
<?php include 'footer.php';?>
</div>
</body>
</html>