-
Notifications
You must be signed in to change notification settings - Fork 1
/
volunteer.html
173 lines (149 loc) · 6.7 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en"><!-- InstanceBegin template="/Templates/MainTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- InstanceBeginEditable name="doctitle" -->
<meta name="description" content="Sign up to volunteer at Brunswick Eruption. " />
<title>Volunteer - Brunswick Eruption - 11th year anniversary</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<link href="buttons/buttons.css" rel="stylesheet" type="text/css"/>
<script src="jquery1.6.2.js" type="text/javascript"></script>
<link rel="icon" type="image/png" href="images/favicon.png" />
<script type="text/javascript">
$("document").ready( function() {
$("#volunteerform").submit( function() {
var name = $("#name").val();
var teamnum = $("#teamnum").val();
var volunteeras = $("#volunteeras").val();
var email = $("#email").val();
var phone = $("#phone").val();
var size = $("#size").val();
var volunteerinfo = $("#volunteerinfo").val();
$.ajax( {
url: "register_volunteer_ajax.php",
type: "POST",
data: "name=" + name + "&teamnum=" + teamnum + "&volunteeras=" + volunteeras + "&email=" + email + "&phone=" + phone + "&size=" + size + "&volunteerinfo=" + volunteerinfo,
success: function( msg ) {
$("#volunteers").hide();
$("#ajaxresult").html( msg );
$("#ajaxresult").show();
}
});
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6958956-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- jQuery code for sticky navigation from http://www.backslash.gr/content/blog/webdevelopment/6-navigation-menu-that-stays-on-top-with-jquery-->
<script type="text/javascript">
$(function() {
var sticky_navigation_offset_top = $('#sticky_navigation_wrapper').offset().top;
var sticky_navigation = function(){
var scroll_top = $(window).scrollTop();
if (scroll_top > sticky_navigation_offset_top) {
$('#sticky_navigation_wrapper').css({ 'position': 'fixed', 'top':0});
} else {
$('#sticky_navigation_wrapper').css({ 'position': 'relative' });
}
};
sticky_navigation();
$(window).scroll(function() {
sticky_navigation();
});
});
</script>
</head>
<body>
<!-- Facebook and Twitter scripts -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<!-- End Facebook and Twitter scripts -->
<div id="headerBackground">
<div id="header">
<img id="headerImage" src="./images/header.png" alt="" onDragStart="return false;"/>
</div>
</div>
<div id="sticky_navigation_wrapper">
<div id="sticky_navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="teams.html">Team List</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="agenda.html">Agenda</a></li>
<li><a href="local.html">Directions</a></li>
<li><a href="history.html">History</a></li>
<li><a href="subscribe.html">Subscribe</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="mainContent">
<header class="section_tit">
<div id="volunteers">
<br/>
<h3 class="centered">Volunteer</h3>
<p>We are always looking for qualified and talented individuals to help run our event. Please fill out this form with your information and you will be contacted as the event draws closer. Thanks!</p><br><br>
<form id="volunteerform" action="javascript:void(0);">
Name: <br />
<input type="text" id="name" size="20" /><p />
Team Number: <br />
<input type="text" id="teamnum" size="20" /><p />
Volunteer As: <br />
<input type="text" id="volunteeras" size="40" /><p />
Your Email: <br />
<input type="text" id="email" size="30" /><p />
Phone:<br />
<input type="text" id="phone" size="40" /><p />
Shirt Size:<br />
<select id="size">
<option value="small">Small</option>
<option value="medium">Medium</option>
<option value="large">Large</option>
<option value="XL">XL</option>
<option value="2XL">2XL</option>
<option value="3XL">3XL</option>
</select>
<p />
Please state any relevant volunteering experience you've had in FIRST Robotics: <br />
<textarea id="volunteerinfo" rows="10" cols="40" /></textarea><p />
<input type="submit" value="Register" />
</form>
</div><!-- end volunteers-->
<div id="ajaxresult">
</div><!-- end ajaxresult-->
</header>
</div>
<img id="floral" src="./images/flower.png" alt=""/>
<div id="social">
<div class="fb-like" data-href="http://www.facebook.com/BrunswickEruption" data-send="false" data-layout="box_count" data-width="50" data-show-faces="false" data-font="lucida grande"></div>
<a href="https://twitter.com/BrunsEruption" class="twitter-follow-button" data-show-count="false" data-size="large" data-show-screen-name="false">Follow @BrunsEruption</a>
</div>
<div id="footer">
<div id="footerContent">
<a href="http://www.usfirst.org" target="_blank"> <img id="FIRSTlogo" src="images/FIRST_vert.gif" alt=""/></a>
<a href="http://www.raiderrobotix.org" target="_blank"> <img id="RaiderRobotixLogo" src="images/Team25Logo.png" alt=""/></a>
</div>
<div id="copyright">
Copyright Raider Robotix / Brunswick Eruption 2012
</div>
</div>
</body>
</html>