-
Notifications
You must be signed in to change notification settings - Fork 5
/
7.html
executable file
·45 lines (36 loc) · 2.18 KB
/
7.html
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
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<title>Peace Corps Information Collection and Exchange Portal</title>
<link rel="stylesheet" href="assets/css/master.css" />
<link rel="stylesheet" href="assets/css/PCVA.min.css" />
<link rel="stylesheet" href="jquery-mobile/jquery.mobile.structure-1.3.1.min.css" />
<link rel="stylesheet" href="assets/mobileicon/jqm-icon-pack-2.0-original.css" />
<!--<script src="phonegap.js" type="text/javascript" charset="utf-8"></script>-->
<script src="jquery-mobile/jquery-1.10.0.min.js" type="text/javascript"></script>
<script src="jquery-mobile/jquery.mobile-1.3.1.min.js" type="text/javascript"></script>
</head>
<body>
<div data-role="page" id="OVAPage">
<script src="assets/js/pcva.js" type="text/javascript"></script>
<div data-role="header">
<div id = "titleimg">
<img src="logo.png" id="pclogo" />
</div>
<div id = "titletext">
<h1>Peace Corps </h1>
<p><span class="titleholder"> E-Resources Center</span></p>
</div>
<div data-role="header" class="b_header ui-header ui-bar-a" role="banner">
<a href="index.html" data-role="button" data-icon="arrow-l" data-iconpos="left" data-inline="true" data-mini="true" class="ui-btn-left" id = "back">Back</a>
<h2> </h2>
<a href=" http://files.peacecorps.gov/multimedia/pdf/library/M0059_adaptenviron.pdf " data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true" data-mini="true" class="ui-btn-right" id = "continue" data-rel="dialog">Continue</a>
</div>
</div>
<div data-role="content">
<h3> Disaster Preparedness and Mitigation (DPM): A Pre-Service Training Module </h3>
<p class="bottomindent"> This training manual introduces Peace Corps Volunteers to the impact of natural disasters, an understanding of the disaster cycle, key actions needed at each phase, personal safety during natural disasters, and community risk analysis and planning. Skills training includes field work. There are substantial resource materials on a variety of natural disasters.</o>
</div>
</body>
</html>