-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
volunteer.html
130 lines (130 loc) · 5.4 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
---
layout: page
title: Volunteer
permalink: /volunteer/
---
<div class="panel panel-header panel-blueshirts">
<div class="hero-container panel-container">
<div class="fixed-width">
<div class="hero-text">
<h1 class="header">Student Robotics is powered by volunteers</h1>
<a class="button button-hero" href="#signup">Sign up to volunteer</a>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width">
<h2 class="text-center">We need you</h2>
<div class="row vertically-centered-row">
<div class="column m-12-12">
<p class="about-p text-center">
Student Robotics is powered by a collection of passionate
individuals with varying skills from diverse backgrounds. If you're
passionate about helping us achieve our goal, and you're willing to
get stuck in, we have a place for you.
</p>
</div>
</div>
<div class="row vertically-centered-row">
<div class="column m-12-12">
<img src="{{ '/images/advertising/volunteers/sr2019-volunteer-group.jpeg' | prepend: site.baseurl }}"
alt="Group of around 50 blue shirted volunteers stood behind Student Robotics banner" />
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width">
<h2 class="text-center">How you can help</h2>
<div class="row">
<div class="column s-4-12">
<img src="{{ '/images/advertising/volunteers/sr2013-crimping.jpg' | prepend: site.baseurl }}"
alt="A blue shirted volunteer crimps a wristband onto a competition visitor" />
<h3 class="text-center">Mentoring</h3>
<p>
Throughout the year, teams work to develop their robots. Mentors are
on the front line with them. Working with one or two teams, mentors
help teams keep teams on track, and help them find information they
need to progress.
</p>
</div>
<div class="column s-4-12">
<img src="{{ '/images/advertising/volunteers/sr2013-scoring.jpg' | prepend: site.baseurl }}"
alt="Two blue shirted volunteers stood in the middle of the arena comparing notes on their clipboards" />
<h3 class="text-center">Events</h3>
<p>
Kickstart, Tech Days, and the competition all depend on a small army
of volunteers to run effectively. Whether it's shepherding teams,
manning the help-desk, running reception, or orchestrating the
matches; we're always eager for more blueshirts.
</p>
</div>
<div class="column s-4-12">
<img src="{{ '/images/advertising/volunteers/sr2019-volunteers-at-tech-desk.jpg' | prepend: site.baseurl }}"
alt="Three volunteers focused on their laptops which show livestreaming to YouTube" />
<h3 class="text-center">Development</h3>
<p>
Student Robotics relies heavily on an array of hardware and
software. Aside from the kit which we lend to teams, there's
plenty behind the scenes keeping things running, including this
website! There's always room for more eyes to help us develop and
maintain it all.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="fixed-width">
<h2 class="text-center">Testimonials</h2>
<div class="row">
<div class="column s-4-12">
<blockquote class="text-italic">
After one kickstart event, I was hooked, and haven’t looked back since! After finishing college, I just had to become a blueshirt, to help those like me realise their development potential too.
</blockquote>
<p class="text-heavy text-center">— Jake Howard</p>
<h5 class="text-center">
Team CLY SR2014-15<br>
Volunteer Since 2015
</h5>
</div>
<div class="column s-4-12">
<blockquote class="text-italic">
SR was the main reason I signed up to do electronics at university, the experience gained by mentoring and coaching on tech days has been invaluable.
</blockquote>
<p class="text-heavy text-center">— Tom Wheal</p>
<h5 class="text-center">
Team PSC SR2014-15<br>
Volunteer Since 2016
</h5>
</div>
<div class="column s-4-12">
<blockquote class="text-italic">
Volunteering with Student Robotics gave me the opportunity to work on projects with real deadlines. When applying for my first professional jobs, that experience let me stand out from other applicants.
</blockquote>
<p class="text-heavy text-center">— Peter Law</p>
<h5 class="text-center">
Volunteer Since 2006
</h5>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-container">
<div class="panel-fill text-center row">
<div class="column l-6-12 l-offset-3-12">
<a name="signup"></a><h2>Want to volunteer?</h2>
<p>If you are over 18 and not taking part in the current competition, sign up and we'll keep you updated on volunteering opportunities.</p>
{% include volunteer-signup.html %}
</div>
</div>
</div>
</div>