-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolunteer.html
116 lines (86 loc) · 3.89 KB
/
volunteer.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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Girls Rock Detroit</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<!--
retina, a free CSS web template by ZyPOP (zypopwebtemplates.com/)
Download: http://zypopwebtemplates.com/
License: Creative Commons Attribution
//-->
</head>
<body>
<section id="body" class="width">
<section id="content" class="column-left">
<div style="width:100%;text-align:center;"><a href="index.html"><img style="width:80%;" src="images/logo.png"></a>
<hr style="margin-top:5px;">
<div style="display:inline-block;">
<h5>Creative Expression</h5></div>
<div style="display:inline-block;">
<h5> | Positive Self-Esteem | </h5></div>
<div style="display:inline-block;">
<h5>Community Awareness</h5>
</div>
<hr>
</div>
<article>
<h3>Volunteer Applications Open May 15th</h3>
<p>
Ladies! Get involved by volunteering for camp week! No musical experience is necessary. Our camp team is in need of counselors, junior counselors (age 17-18), instrument instructors, band coaches, workshop leaders, and more. <a href="https://drive.google.com/file/d/0B8ge6P9tuFLjWkM3dHhROVVFaVk/view?usp=sharing">Read about all of our camp positions here</a>.</p>
<p>
Apply to volunteer here starting May 15th!
</p>
</article>
</section>
<aside id="sidebar" class="column-right">
<nav id="mainnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="apply.html">Apply</a></li>
<li class="selected-item"><a href="volunteer.html">Volunteer</a></li>
<li><a href="signup.html">Join the Mailing List</a></li>
<li><a href="day.html">A Day at Camp</a></li>
<li><a href="mission.html">Our Mission</a></li>
<li><a href="about.html">Who We Are</a></li>
</ul>
</nav>
<div class="responsive-sidebar-hide block">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="LW4JQS6MSHGYQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div class="responsive-sidebar-hide block">
<h3>Contact us</h3>
<p class="text-block" style="text-align:center;">
<a href="mailto:info@girlsrockdetroit.org"><img src="images/email.png"/></a>
<a href="https://www.facebook.com/GirlsRockDetroit"><img src="images/FB-f-Logo__white_50.png"/></a>
</p>
</div>
<div class="responsive-sidebar-hide block">
<h3>Our Sponsors:</h3>
<a href="http://www.cms.msu.edu/detroit/"><img style="padding:5px;width:90%;background-color:white;" src="images/CMS-D_NEW_only.jpg"/></a>
<a href="http://msu.edu/"><img style="margin-top:10px;padding:5px;width:90%;background-color:white;" src="images/MSU-Wordmark-Green-CMYK.png"/></a>
<a href="http://www.dime-detroit.com/"><img style="margin-top:10px;padding:5px;width:90%;background-color:white;" src="images/DIME_B&W logo.jpg"/></a>
</p>
</div>
<div class="responsive-buttons">
<a href="#" id="show-sidebar-button">Show sidebar</a>
</div>
<footer class="responsive-sidebar-hide">
<p>© 2015 Girls Rock Detroit. <a href="http://zypopwebtemplates.com/">Free CSS Templates</a> by ZyPOP</p>
</footer>
</aside>
<div class="clear"></div>
</section>
</body>
</html>