-
Notifications
You must be signed in to change notification settings - Fork 5
/
17.html
executable file
·44 lines (36 loc) · 2.16 KB
/
17.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
<!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/library/RE035.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> Libraries for All! How to Start and Run a Basic Library</h3>
<p class="bottomindent">This manual and resource guide for small libraries is a basic reference and contains practical, step-by-step instructions for creating and managing a successful library. Published by UNESCO, it was written by Laura Wendell, RPCV. It is a useful resource for Information Resource Center (IRC) managers and Volunteers involved in community resource center projects and school libraries.</p>
</div>
</body>
</html>