-
Notifications
You must be signed in to change notification settings - Fork 3
/
join.html
167 lines (161 loc) · 9.11 KB
/
join.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gael Force Robotics</title>
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/fonts.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="./css/bootstrap-grid.min.css">
</head>
<body class="site">
<nav>
<div class="overlay">
<button onClick="toggleNav()" class="navbutton">
<ul class="navicon">
<li class="line"></li>
<li class="line"></li>
<li class="line"></li>
</ul>
</button>
<div class="linkbox">
<div class="linkwrapper">
<ul class="links">
<li class="navlink">
<a href="./index.html" class="link" onclick="toggleNav()">Home</a>
</li>
<li class="navlink">
<a href="./about.html" class="link" onclick="toggleNav()">About Us</a>
</li>
<li class="navlink">
<a href="#" class="link" onclick="toggleTeamNav()">Teams</a>
</li>
<li class="navlink">
<a href="./blog.html" class="link" onclick="toggleNav()">Blog</a>
</li>
<li class="navlink">
<a href="./products.html" class="link" onclick="toggleNav()">Products</a>
</li>
<li class="navlink">
<a href="./sponsors.html" class="link" onclick="toggleNav()">Sponsors</a>
</li>
<li class="navlink">
<a href="./document.html" class="link" onclick="toggleNav()">Documents/Forms</a>
</li>
<li class="navlink">
<a href="./contact.html" class="link" onclick="toggleNav()">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="teamoverlay">
<button onClick="toggleTeamNav()" class="teambackbutton">
<ul class="arrowicon">
<li class="arrowline"></li>
<li class="arrowline"></li>
<li class="arrowline"></li>
</ul>
</button>
<div class="teambox">
<div class="letterwrapper">
<h1 class="teamtitle">Team<span class="nospace">s</span></h1>
<div class="teamletters"> <!-- A B E C V Z -->
<a href="./teams/a.html" class="teamletter" onClick="toggleTeamNav()">A</a>
<a href="./teams/b.html" class="teamletter" onClick="toggleTeamNav()">B</a>
<a href="./teams/c.html" class="teamletter" onClick="toggleTeamNav()">C</a>
<a href="./teams/e.html" class="teamletter" onClick="toggleTeamNav()">E</a>
<a href="./teams/v.html" class="teamletter" onClick="toggleTeamNav()">V</a>
<a href="./teams/z.html" class="teamletter" onClick="toggleTeamNav()">Z</a>
<a href="./teams/gfa.html" class="teamletter" onClick="toggleTeamNav()">GFA</a>
</div>
</div>
</div>
</div>
<div class="sectionheader content">
<div class="flexwrapper">
<h1 class="pagetitle">Joining Gael Force</h1>
<h2 class="bodytitle">The Process</h2>
<p class="paragraph">
1) Apply to join Gael Force Robotics <br>
2) Join the Gael Force Academy <br>
3) Attend Academy meetings <br>
4) Become an intern for a Competitive Team <br>
5) Join a Competitive Team
</p>
<h2 class="bodytitle">Club Application</h2>
<p class="paragraph">
First things first, you need to apply to become a member of GFR. Fill out our
<a class="generallink" href="#">application form</a> so we know you're interested. Next, try
coming to one of our Tuesday lunch meetings. We will be having weekly meetings during lunch
(after FMP) in room Q12. You can ask a board member there for more information.
</p>
<h2 class="bodytitle">Gael Force Academy</h2>
<p class="paragraph">
If you're completely new to robotics, you'll be joining the Gael Force Academy (hereafter
referred to as GFA). GFA is our way of teaching new members that may not be all too familiar
with VEX, VRC, or robotics. GFA has meetings after school, twice a week, in portable P5. These
meetings typically run from 3:30 to 5:30. They are led by President Josh Koh and Officer Jeff Cheema.
They often have guest appearances from captains, board members, and competition team members that
help teach. GFA will teach you everything you need to know about robotics. Important topics such as
build methods, design, VEX terminology, programming, CAD, and many more will all be covered in the
curriculum. Check out the
<a class="generallink" href="#">GFA</a>
page for more information about our Academy program.
</p>
<h2 class="bodytitle">Internships</h2>
<p class="paragraph">
Internships are an intermediate step between the Academy program and a Competitive Team. After
spending a considerable amount of time in the Academy program, learning the basics of Robotics,
and showing a willingness to cooperate and dedicate time to robotics, Academy members may be taken
as interns by a Competitive Team. As an intern, you will still be an Academy member, however, you
will also be attending the meetings of a competitive team in order to gain further experience and
knowledge. In addition, this will serve as the team’s way of assessing if you are compatible with
their team dynamic, and will be asked to join the team if they do choose to add you.
</p>
<h2 class="bodytitle">Competitive Team</h2>
<p class="paragraph">
Internships are an intermediate step between the Academy program and a Competitive Team. After
spending a considerable amount of time in the Academy program, learning the basics of Robotics,
and showing a willingness to cooperate and dedicate time to robotics, Academy members may be taken
as interns by a Competitive Team. As an intern, you will still be an Academy member, however, you
will also be attending the meetings of a competitive team in order to gain further experience and
knowledge. In addition, this will serve as the team’s way of assessing if you are compatible with
their team dynamic, and will be asked to join the team if they do choose to add you.
</p>
</div>
</div>
<footer class="row">
<div class="col-lg-6 col-xs-12">
<h2 class="footertext">Gael Force Robotics</h2>
<p class="footertext">8151 Village Pkwy | Dublin, CA 94568</p>
<p class="footertext">
Email: <a class="footertext mail" href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="col-lg-6 col-xs-12">
<div class="social">
<a href="#" class="socialicons">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="socialicons">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="socialicons">
<i class="fab fa-youtube"></i>
</a>
<a href="#" class="socialicons">
<i class="fab fa-instagram"></i>
</a>
</div>
<p class="copyright">Copyright© <span id="currentYear"></span> Gael Force Robotics</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="./js/index.js" charset="utf-8"></script>
</body>
</html>