-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolunteer.html
119 lines (98 loc) · 4.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Facebook Crawler -->
<meta property="og:image" content="http://ieee.illinois.edu/spac15/images/fb.jpg">
<meta property="og:site_name" content="SPAC 2015 | IEEE UIUC">
<meta property="og:description" content="The Student Professional Awareness Conference is an annual conference where engineers from diverse backgrounds speak about career and research opportunities in engineering.">
<meta property="og:title" content="Volunteer | SPAC 2015">
<meta property="og:url" content="http://ieee.illinois.edu/spac15/volunteer.html">
<title>Volunteer | SPAC 2015</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.css" rel="stylesheet">
<!-- Documentation extras -->
<link href="docs-assets/css/docs.css" rel="stylesheet">
<link href="docs-assets/css/pygments-manni.css" rel="stylesheet">
<link rel="shortcut icon" href="docs-assets/ico/favicon.png">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-146052-10']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); 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>
<style type="text/css">
.bs-header {
background-image: linear-gradient(rgba(66, 139, 202, .7));
}
@media (min-width: 768px) {
.bs-header {
background-size: cover, cover;
background-image: linear-gradient(rgba(50, 118, 177, .9), rgba(66, 139, 202, .7)), url('images/pictures/volunteer.jpg');
}
}
</style>
</head>
<body>
<a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
<header class="navbar navbar-default navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">SPAC 2015</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li><a href="agenda.html">Agenda</a></li>
<li><a href="lunch.html">Lunch & Networking</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="last-year.html">Previous Years</a></li>
<li><a href="register.html">Register</a></li>
<li class="active"><a href="volunteer.html">Volunteer</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">About Us</a></li>
<li><a href="mailto:ieee-conferences@illinois.edu">Contact Us</a></li>
<li><a href="http://ieee.illinois.edu">IEEE@UIUC</a></li>
</ul>
</nav>
</div>
</header>
<!-- Docs page layout -->
<div class="bs-header" id="content">
<div class="container">
<h1>Volunteer</h1>
<p>Help yourself by helping others.</p>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>
You're Invited <small>to volunteer at SPAC 2015.</small>
</h1>
</div>
<h2>Volunteer <small>and get a unique t-shirt and a chance to help others.</small></h2>
<iframe src="https://docs.google.com/forms/d/1d97JmCFqeCrgA3xUIMdqJRDun1Vv6oV1gUuYp5fBo5U/viewform?embedded=true" height="650vh" width="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="dist/js/bootstrap.js"></script>
<script src="docs-assets/js/holder.js"></script>
<script src="docs-assets/js/application.js"></script>
</body>
</html>