-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·286 lines (244 loc) · 12.2 KB
/
index.html
File metadata and controls
executable file
·286 lines (244 loc) · 12.2 KB
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<title>Aberystwyth Robotics Club</title>
<!-- Bootstrap -->
<link rel="shortcut icon" href="img/logo.png" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<script src="nav.js"></script>
<nav id="navjs" class="navbar navbar-default navbar-fixed-top">
<script type="text/javascript">
navjs();
</script>
</nav>
<script src="header.js"></script>
<div id="headerjs" class='container-fluid logos'>
<script type="text/javascript">
headerjs(0);
</script>
</div>
<div id="logojs" class='container-fluid'>
<script type="text/javascript">
logojs(0);
</script>
<!--<div class="container">
<div class="row text-center">
<div class="col-md-6 col-md-offset-3">
<h3>ONLINE WORKSHOPS</h3>
<p>Due to the current 'work from home' guidelines from the Welsh Government, the robotics club is not running in person activities. Therefore, we have some online worksheets and challenges for you to learn in your own time.</p>
<a href="https://students.aberrobotics.club/online" target="new">
<button type="button" class="btn btn-danger btn-block">Online Activities</button></a>
</div>
</div>
<hr />
</div>-->
<!--<div class="container">
<div class="row text-center">
<div class="col-md-6 col-md-offset-3">
<h3>DEADLINE FOR MERCHANDISE ORDERS:<br />
3PM, 20th February 2018.</h3>
<p>Order your super cool Robot Club polo-shirt, hoodie or fleece today!</p>
<p>Sizes, prices and order forms can be found by clicking the button below!</p>
<a href="shop/" target="new">
<button type="button" class="btn btn-primary btn-block">Buy Robot Club Merchandise!</button></a>
</div>
</div>
<hr />
</div>-->
<!--<div class="container">
<div class="row text-center">
<h1 class="text-center">Committee Voting</h1>
<div class="col-md-6 col-md-offset-3">
<p>Committee voting will commence on 3rd April 2019. Click the button below to see the positions available.</p>
<a href="https://students.aberrobotics.club/committee" target="new">
<button type="button" class="btn btn-primary btn-block">Committee Voting</button></a>
</div>
</div>
<hr />
</div>-->
<!--<div class="container">
<div class="row text-center">
<h1 class="text-center">Joining Us</h1>
<div class="col-md-6 col-md-offset-3">
<p>The robotics club 2020-2021 season will be formally starting on Wednesday October 2nd 2019 from 1:30 - 3:00 in the Physics Part 1 lab (MP 1.00), Physical Sciences building.</p>
<p>We will be recruiting new members at the Freshers Fair, come and say hello and sign up!</p>
<p>If you can't make it to the Freshers Fair, you can sign up by clicking the button below.</p>
<p>Look forward to seeing you soon!</p>
<p>Regards,<br />
Robotics Club Committee</p>
<a href="https://abersu.co.uk/society/robotics" target="new">
<button type="button" class="btn btn-primary btn-block">AberSU Registration</button></a>-->
<!--<h3>We are currently at our maximum capacity of students this year.</h3>-->
<!--<p>If you are interested in joining the students robotics club, please click on the waiting list button below.</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSetzNqfUJbnfrPQmEezl_ksUjS5warB1FI9fA3eCvwgUSj0Kg/viewform" target="new">
<button type="button" class="btn btn-primary btn-block">Waiting List</button></a>
<img src="img/abersu-qr.jpg" width="50%" />
</div>
</div>
<hr />
</div>-->
<!--<div class="container">
<div class="row">
<h1 id="info" class="text-center">Freshers Week</h1>
<div class="text-center col-md-12">
<div class="well" style="background-color: red; color:white;">
<h4>More information about how to join the Aberystwyth Robotics Club can be found at the link below!</h4>
<a href="https://freshers.aberrobotics.club">
<button type="button" class="btn btn-primary btn-block">Welcome Page</button></a>
</div>
</div>
</div>
</div>-->
<div class="container">
<div class="row">
<h1 class="text-center">About Us</h1>
<div class="text-center col-md-12">
<div class="well">
<h4>We’re a student society supported by the Infinity Exhibition and Aberystwyth Robotics Club (outreach) devoted to making friends and working with those who share a common interest in robotics.</h4>
<h4>Throughout the academic year we meet weekly to showoff what we've been working on and to help each other out with whatever challenges we may be facing that week. We take part in numerous outreach events including the weekly after-school robotics club a great opportunity for those interested in going into teaching and science week where we show off what we've been working on to thousands of secondary school students.</h4>
<h4>If you are interested in joining, click the AberSU Registration button below.</h4>
<h4>If you have any queries, email the society at <a href="mailto:scty243@aber.ac.uk">scty243@aber.ac.uk</a></h4>
<h4>Also join our <a href="https://discord.gg/uzPh44T9Dz" target="new">Discord Server</a>.</h4>
<h4>or follow us on twitter <a href="https://twitter.com/aberrobotclub" targt="new">@aberrobotclub</a></h4>
<a href="https://abersu.co.uk/society/robotics" target="new">
<button type="button" class="btn btn-primary btn-block">AberSU Registration</button></a>
</div>
<hr />
</div>
</div>
</div>
<div class="container">
<h1 class="text-center">Society Events</h1>
<div class="text-center col-md-12">
<div class="well">
<h4>
The following are the dates to remember for semester 1 2022-2023.<br /><br />
Coming Soon!
<!--<ul>
<li>28/09/2021 - <a href="freshers/" target="new">Freshers Fair</a></li>
<li>13/10/2021 - <a href="https://www.eventbrite.com/e/robotics-society-weekly-workshop-tickets-189159490127" target="new">Weekly Workshop</a></li>
<li>20/10/2021 - <a href="https://www.eventbrite.com/e/robotics-society-weekly-workshop-tickets-189159490127" target="new">Weekly Workshop</a></li>
<li>27/10/2021 - <a href="https://www.eventbrite.com/e/robotics-society-weekly-workshop-tickets-189159490127" target="new">Weekly Workshop</a></li>
</ul>-->
</h4>
</div>
</div>
<hr />
</div>
<div class="container">
<div class="row">
<h1 class="text-center">Why join the Aberystwyth Robotics Club?</h1>
<div class="text-justify col-sm-6 text-center">
<h2 class="text-center">Do I have what it takes?</h2>
<ul>
<li>Of course! - <strong>No experience required, just enthusiasm!</strong></li>
<li>We learn as we go along:</li>
<ul>
<li>Peer Learning.</li>
<li>Experience in a wide variety of technology.</li>
</ul>
</ul>
</div>
<div class="text-justify col-sm-6 text-center">
<h2 class="text-center">Why would you benefit?</h2>
<ol>
<li>It’s fun!</li>
<li>Make friends by working in teams on engineering projects</li>
<li>Programming systems that interact with the real world</li>
<li>Developing robotic platforms</li>
<li>Debugging complex systems</li>
<li>Public speaking and presentation</li>
<li>Mentoring children in technical subjects</li>
</ol>
</div>
</div>
<hr />
</div>
<!--
<div class="container">
<div class="row">
<h1 class="text-center">Some of our Projects</h1>
<div class="text-justify col-sm-4 text-center">
<h2 class="text-center">Pioneer</h2>
<img src="https://www.aberrobotics.club/wp-content/uploads/2016/10/pioneer-768x576.jpg" width="100%" />
One of the projects we are developing for 2017 - 2018 is the Pioneer Robotics Platform. This robot has previously used by university undergraduates, and now children in the robotics club can learn to use it, and hopefully carry out a simulated Mars rover mission.
</div>
<div class="text-justify col-sm-4 text-center">
<h2 class="text-center">Rock Crawler</h2>
<img src="https://www.aberrobotics.club/wp-content/uploads/2015/04/P1040941-1024x683.jpg" width="100%" />
This robot is an all-terrain, 4 wheel drive chassis based on a mini quad bike. The drive systems use 2 wheelchair motors in both the front wheels and a single wheelchair motor driving the rear axle. The concept for this robot is to enable it to drive in any multi-terrain environment. Initially it will be radio controlled but will have a range of cameras monitoring the environment.
</div>
<div class="text-justify col-sm-4 text-center">
<h2 class="text-center">Granny Gadget</h2>
<img src="https://www.aberrobotics.club/wp-content/uploads/2016/10/grannygadget-768x576.jpg" width="100%" />
Granny Gadget is a Bluetooth controlled robot operated from a custom made android application. <br />
It started as an old mobility scooter, but the seat, handles and original batteries were removed. The members put a small programmable microcontroller, called an Arduino, with Bluetooth capabilities. The Bluetooth means it can talk to the tablet and vice versa. The Granny Gadget was fitted with a linear actuator to move the wheels.
</div>
</div>
<hr />
</div>
-->
<!--
<div class="container">
<div class="row">
<h1 class="text-center">Our Latest Presentations</h1>
<div class="text-justify col-sm-6 text-center">
<h2 class="text-center">Computer Science - Freshers Week Induction Presentation</h2>
<p>In case you weren't able to make it to the induction talk for Computer Science, please click the button below to see the slides.</p>
<a href="https://drive.google.com/open?id=0B1BXEKWEqH9aLXpzeU9zNmViTkU" target="new">
<button type="button" class="btn btn-primary btn-block">View Slides</button></a>
</div>
<div class="text-justify col-sm-6 text-center">
<h2 class="text-center">BCS - Mid Wales Branch<br />Presentation</h2>
<p>In case you weren't able to make it to the BCS - Mid Wales Branch talk, click the button below to see our presentation.</p>
<a href="https://drive.google.com/file/d/0B1BXEKWEqH9aLXNxbDVfNFlaUjg/view?usp=sharing" target="new">
<button type="button" class="btn btn-primary btn-block">View Slides</button></a>
</div>
</div>
<hr />
</div>
-->
<div id="contact" class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1 id="committee" class="text-center">Committee</h1>
<!--<img src="img/new-committee.jpg" width="100%" />-->
<ul>
<li>President - Robyn Vaughan-Williams (rov3)</li>
<li>Secretary - </li>
<li>Treasurer - </li>
</ul>
</div>
</div>
</div>
<div class="container">
<hr />
<div class="row">
<div class="text-center col-md-6 col-md-offset-3">
<p id="footer"></p>
<script type="text/javascript" src="footer.js"></script>
<script type="text/javascript">
footerjs();
</script>
</div>
</div>
<hr />
</div>
</body>
</html>