-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
354 lines (332 loc) · 13.9 KB
/
index.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
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>UQ MARS</title>
<link
rel="icon"
href="/images/logos/SquareLogo-favicon.png"
type="image/x-icon"
/>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta />
<!--insert tab icon here? refer to bankist from JS course-->
<link rel="stylesheet" href="/assets/css/main.css" />
<noscript
><link rel="stylesheet" href="/assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="/index.html">UQ Mechatronics and Robotics Society</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About Us</a></li>
<li><a href="/sponsors.html">Our Sponsors</a></li>
<li><a href="/exec_page/exec_2023.html">Executive Team</a></li>
<li><a href="https://uqmars.com/sponsorship/">Sponsorship</a></li>
<li><a href="/events/events.html">Events</a></li>
<li><a href="/blog-posts/blog.html">Blog</a></li>
<li><a href="/projects/projects.html">Projects</a></li>
<li><a href="https://medium.com/@uqrobotics">Workshops</a></li>
<li><a href="/signup.html">Join Us</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<!--<div class="logo"><span class="icon fa-gem"></span></div>-->
<a href="#" class="image"
><img
src="/images/cropped-light-themelightlogo-2048x571.png"
alt="UQMARS logo"
style="width: 60%"
/></a>
<h2>Welcome to UQMARS - Because robots</h2>
<!-- INSERT SPONSOR LOGOS HERE - TEMPLATE BELOW-->
</article>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<h1 class="sponsor-title"><b>Proud to be sponsored by</b></h2>
<br>
<h3 class="sponsor-title">Turbo Tier</h3>
<a href="sponsors.html">
<div class="sponsor-div">
<!-- Turbo Tier -->
<img src="/images/logos/sponsors/BPEQ-Logo-Web.png" class="sponsor-image-turbo" alt="BPEQ Logo" width="400" height="150" />
<img src="/images/logos/sponsors/Corematic.png" class="sponsor-image-turbo" alt="Corematic Logo" width="400" height="150"/>
<img src="/images/logos/sponsors/JAY-0002-Brand-Identity-Evolution-Logo_Full-Colour-Reversed-RGB.png" class="sponsor-image-turbo" alt="Jaycar Logo" width="400" height="150"/>
<img src="/images/logos/sponsors/micromelon.png" class="sponsor-image-turbo" alt="micromelon Logo" width="400" height="150"/>
</div>
</a>
<br>
<h3 class="sponsor-title">Gold Tier</h3>
<div class="sponsor-div">
<!-- Gold Tier -->
<img src="/images/logos/sponsors/ACS-RCL_Logo-Colour_reverse.png" class="sponsor-image-gold" alt="RCL Logo" width="400" height="150"/>
<img src="/images/logos/sponsors/Chelona-Group.png" class="sponsor-image-gold" alt="Chelona Engineering Logo" width="400" height="150"/>
</div>
<br>
<h3 class="sponsor-title">Silver Tier</h3>
<div class="sponsor-div">
<!-- Silver Tier -->
<img src="/images/logos/sponsors/EngineersAustralia.png" class="sponsor-image-silver" alt="EA Logo" width="auto" height="250"/>
</div>
<br>
<div class="inner">
<a href="/about.html" class="image"
><img src="/images/Josh_and_Nicole.jpg" alt=""
/></a>
<div class="content">
<h2 class="major">We are UQ's student robotics society</h2>
<p>
A student-run organization within the University of Queensland,
UQ MARS (Mechatronics and Robotics Society) is a community for
anyone with a keen passion for the fields of robotics,
mechatronics, and their applications. We aim to foster the
development of the robotics skills of our members through a
variety of extra-curricular activities, including competition
teams, support workshops and social events. While primarily made
up of engineering students, we welcome anyone looking to get
involved.
</p>
<a href="/about.html" class="special">About Us</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="/events/events.html" class="image"
><img src="/images/soldering.jpg" alt=""
/></a>
<div class="content">
<h2 class="major">Technical skills and networking</h2>
<p>
Our society's focus is mainly around building members' technical
skills through workshops and projects, sharing knowledge through
member and industry talks, and networking.
</p>
<a href="/events/events.html" class="special">Events</a>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<a href="/signup.html" class="image"
><img src="/images/KonradJoshNicole.jpg" alt=""
/></a>
<div class="content">
<h2 class="major">Get Involved</h2>
<p>
If you are looking to participate in one of our events or join a
project, you're more than welcome to come along and see what the
club is about.
</p>
<a href="/signup.html" class="special">Join Us</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">What we do</h2>
<p>
All the following, and we're always open to member feedback about
what events to run. Contact details are at the bottom of the page.
</p>
<section class="features">
<article>
<a href="/projects/projects.html" class="image"
><img src="images/Robot Arm 05 - Small 2.png" alt=""
/></a>
<h3 class="major">Projects</h3>
<p>
Our student-led teams work on projects that go beyond
coursework. Participants gain first-hand experience designing,
prototyping, building and programming in a wide variety of
robotic activities.
</p>
<a href="/projects/projects.html" class="special">Previous projects</a>
</article>
<article>
<a href="/events/events.html" class="image"
><img
src="/images/20210409131331_IMG_9750-1024x683.jpg"
alt=""
/></a>
<h3 class="major">Events</h3>
<p>
UQ MARS is proud to host a wide variety of events focused on
improving skills and connecting our members. These include
workshops, hackathons, site visits, games nights and more.
</p>
<a href="/events/events.html" class="special">See events</a>
</article>
<article>
<a href="https://medium.com/@uqrobotics" class="image"
><img src="/images/arm_component.jpg" alt=""
/></a>
<h3 class="major">Workshops</h3>
<p>
From programming to 3D modelling, UQ MARS has created a series
of interactive online workshops. These can help you pick up
some new engineering skills, and are viewable anytime,
anywhere.
</p>
<a href="https://medium.com/@uqrobotics" class="special"
>Our workshops</a
>
</article>
<article>
<a href="/competitions/competitions.html" class="image"
><img src="images/DRC-2022-22.jpg" alt=""
/></a>
<h3 class="major">Competitions</h3>
<p>
We encouraged and supported members to compete in robotics
competitions such as Micromouse and Droid Race
</p>
<a href="/competitions/competitions.html" class="special"
>What have we competed in?</a
>
</article>
<article>
<a href="#" class="image"
><img src="/images/alumni.jpg" alt=""
/></a>
<h3 class="major">Alumni</h3>
<p>
Some of our members who have moved on to bigger and brighter
things, but with whom we've had the pleasure of talking tech
and demolishing pizza.
</p>
<a href="#" class="special">Meet our alumni</a>
</article>
<article>
<a href="/blog-posts/blog.html" class="image"
><img
src="/images/events/2021/csiroTour2021/csiroApr2021.jpg"
alt=""
/></a>
<h3 class="major">Blog</h3>
<p>Posts about events and talks.</p>
<a href="/blog-posts/blog.html" class="special">Browse blog</a>
</article>
<article>
<a href="#" class="image"
><img src="/images/unknown.jpg" alt=""
/></a>
<h3 class="major">???</h3>
<p>
Something magical and mystical occupies this space. What could
it be?
</p>
<a href="#" class="special">???</a>
</article>
</section>
<!-- <ul class="actions">
<li><a href="#" class="button">Browse All</a></li>
</ul> -->
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<p><b>
Keen to find out more about the club, get involved or propose a
project? Contact us on any of the following channels:
</b></p>
<table class="contact-table">
<tr>
<td>
<!-- <ul class="contact"> -->
<a class="icon brands fa-discord" href="https://discord.gg/vjY49Q8"> Discord</a>
</td>
<td>
<a class="icon brands fa-solid" href="https://linktr.ee/uqmars"><b>LinkTree</b></a>
</td>
</tr>
<tr>
<td><a class="fa-solid fa-shirt" href="https://www.redbubble.com/people/UQ-MARS/shop"><b>Our Merch</b></a>
</td>
<td><a class="icon brands fa-youtube" href="https://www.youtube.com/channel/UCH3GjoKLL3R_1ayjkn9C78A"> YouTube</a>
</td>
</tr>
<tr>
<td>
<a class="icon brands fa-instagram" href="https://instagram.com/uq.mars"> Instagram</a>
</td>
<td>
<a class="icon brands fa-linkedin" href="https://www.linkedin.com/company/uq-mars/"> LinkedIn</a>
</td>
</tr>
<tr>
<td>
<a class="icon brands fa-facebook-f" href="https://www.facebook.com/UQMARS/"> Club Page</a>
</td>
<td><a class="icon solid fa-envelope" href="mailto:[email protected]"> [email protected]</a>
</td></tr>
</table>
</ul>
<ul class="copyright">
<li>
© UQ Mechatronics and Robotics Society. All rights reserved.
</li>
<li>
Design: UQMARS based on a template from
<a href="http://html5up.net">HTML5 UP</a>
</li>
<li>
Background Photo by
<a
href="https://unsplash.com/@vishnumaiea?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
>Vishnu Mohanan</a
>
on
<a
href="https://unsplash.com/photos/pfR18JNEMv8?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
>Unsplash</a
>
</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.scrollex.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/breakpoints.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>