-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontact.html
120 lines (86 loc) · 4.69 KB
/
contact.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
118
119
<!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 Opportunitiess</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>Contact Us</h2>
<img src="images/contactpic.jpg"/>
<h3>About Volunteering: </h3>
<p>The Peace Corps website offers a thorough overview of the Volunteer experience-the types of work Volunteers do, the countries in which Volunteers serve, a step-by-step guide to the application process, and details about how Volunteers live. <a href="http://www.peacecorps.gov/volunteer/learn/" target="_blank">Learn About Volunteering</a> is a great place to start for information about Peace Corps and becoming a Volunteer. If you've looked over the website and are ready to take the next step toward becoming a Volunteer, you can <a href="apply.html" target="_self">start your application.</a></p>
<h3>Contact the Peace Corps:</h3>
<p>Peace Corps<br />
Paul D. Coverdell Peace Corps Headquarters<br />
1111 20th Street, NW<br />
Washington, D.C. 20526</p>
<p>Call to speak to a recruiter, staff member or for other Peace Corps inquiries.<br />
855.855.1961 (Toll-Free Hotline)</p>
<p>If this is an emergency related to a Peace Corps Volunteer or their family, please press 2 for immediate assistance.</p>
</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="Ghana" src="images/contactpic1.jpg"/></div>
<div class="col-lg-4"><img title="Ecuador"src="images/contactpic2.jpg"/></div>
<div class="col-lg-4"><img title="Malawi"src="images/contactpic3.jpg"/></div>
</div>
</div><!-- end of col-lg-12 -->
<!-- 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>
</body>
</html>