-
Notifications
You must be signed in to change notification settings - Fork 5
/
3.html
executable file
·46 lines (37 loc) · 2.27 KB
/
3.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
46
<!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 = "3" data-rel="dialog">Continue</a>
</div>
</div>
<div data-role="content">
<h3> Building Bridges: A Peace Corps Classroom Guide to Cross-Cultural Understanding </h3>
<p class="bottomindent"> The booklet provides short, adaptable lesson plans and activities that build cross-cultural awareness, respect, and communication in your classroom. Lessons are flexible, easy to use, and standards-based. The introduction explains more about the purpose of the book, its audience (grades 6 to 12), the terms used, the standards addressed, and more. </p>
<p> Building Bridges was supported in part by the National Geographic Society Education Foundation. </p>
</div>
</body>
</html>