-
Notifications
You must be signed in to change notification settings - Fork 1
/
welcome.php
63 lines (53 loc) · 3 KB
/
welcome.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">Welcome</div>
</div>
<div class="slideshow">
<!-- <table class="highlights" width="100%" cellpadding="10" cellspaccing="4">
<tr>
<td align="left" class="lgh1" style="font-size: 17px;" >
Welcome to the iMMAP's OASISWeb r1.0 for Pakistan. Over the past 6 months we have been developing this product in preparation for the Monsoon 2013 season. We hope that this tool will assist information
managers, field staff, project and program managers, and decision makers to have updated information and assist with scenario planning.
</td>
</tr>
<tr>
<td align="left" class="lgh1" style="font-size: 17px;" >
OASISWeb brings together live information feeds for earthquakes, fires, precipitation, wind speed, temperature, lightning and cloud cover. Combined with this there are historical datasets for floods, and arange of public data sources for Pakistan.
</td>
</tr>
<tr>
<td align="left" class="lgh1" style="font-size: 17px;" >
OASISWeb has tools to conduct scenario planning analysis, with affected infrastructure and potential affected population estimates provided on-the-fly via the resource finder tool.
</td>
</tr>
</table> -->
<h1>Welcome to the iMMAP's OASISWeb r1.0 for Pakistan</h1>
<p>Over the past 6 months we have been developing this product in preparation for the Monsoon 2013 season. We hope that this tool will assist information
managers, field staff, project and program managers, and decision makers to have updated information and assist with scenario planning.</p>
<p>OASISWeb brings together live information feeds for earthquakes, fires, precipitation, wind speed, temperature, lightning and cloud cover. Combined with this there are historical datasets for floods, and arange of public data sources for Pakistan.</p>
<p>OASISWeb has tools to conduct scenario planning analysis, with affected infrastructure and potential affected population estimates provided on-the-fly via the resource finder tool.</p>
</div>
<!-- <div class="highlights"><strong>test</strong></div> -->
</div>
</div>
<?php include 'footer.php';?>
</div>
</body>
</html>