-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout.html
118 lines (83 loc) · 4.54 KB
/
about.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Peace Corps Opportunities</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS for the 'One Page Wonder' Template -->
<link href="css/one-page-wonder.css" rel="stylesheet">
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "0632f4ec-e15d-41e8-b4e1-eaee53a4038b", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- You'll want to use a responsive image option so this logo looks good on devices - I recommend using something like retina.js (do a quick Google search for it and you'll find it) -->
<a class="navbar-brand" href="index.html">Peace Corps Opportunities Portal</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">About</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="apply.html">Apply</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="container">
<div class="col-lg-3"></div><!-- end of col-lg-3 -->
<div class="col-lg-6">
<h2>About Us</h2>
<p>As the preeminent international service organization of the United States, the Peace Corps sends Americans abroad to tackle the most pressing needs of people around the world. Peace Corps Volunteers work at the grassroots level toward sustainable change that lives on long after their service—at the same time becoming global citizens and serving their country. When they return home, Volunteers bring their knowledge and experiences—and a global outlook—that enriches the lives of those around them.</p>
<h3>The Peace Corps' Mission</h3>
<p>To promote world peace and friendship by fulfilling three goals:</p>
<ul>
<li>To help the people of interested countries in meeting their need for trained men and women</li>
<li>To help promote a better understanding of Americans on the part of the peoples served</li>
<li>To help promote a better understanding of other peoples on the part of Americans</li>
</ul>
</div><!-- end of col-lg-6 -->
<div class="col-lg-3"> </div><!-- end of col-lg-3 -->
<div class="col-lg-12">
<div class="col-lg-4"> <img title="Turkmenistan" src="images/turkmenistan.jpg"/> </div>
<div class="col-lg-4"> <img title="Ethiopia" src="images/ethiopia.jpg"/> </div>
<div class="col-lg-4"> <img title="Uganda" src="images/uganda.jpg"/> </div>
</div>
<!-- FOOTER -->
<div class="col-lg-12">
<footer>
<hr>
<p>Copyright © Peace Corps 2014</p>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_email_large' displayText='Email'></span>
</footer>
</div><!-- end of col-log-12 -->
<!-- /END OF FOOTER -->
</div>
<!-- /container -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/modern-business.js"></script>
<img
</body>
</html>