-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobosoccer.html
More file actions
381 lines (369 loc) · 14.6 KB
/
robosoccer.html
File metadata and controls
381 lines (369 loc) · 14.6 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
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>University of Toronto Robotics Association</title>
<link href="static/css/css2.css" rel="stylesheet" />
<!-- fontawesome css link -->
<link rel="stylesheet" href="static/css/fontawesome-all.min.css" />
<!-- bootstrap css link -->
<link rel="stylesheet" href="static/css/bootstrap.min.css" />
<!-- favicon -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- swipper css link -->
<link rel="stylesheet" href="static/css/swiper.min.css" />
<!-- lightcase css links -->
<link rel="stylesheet" href="static/css/lightcase.css" />
<!-- AOS css link -->
<link rel="stylesheet" href="static/css/aos.css" />
<!-- odometer css link -->
<link rel="stylesheet" href="static/css/odometer.css" />
<!-- animate.css -->
<link rel="stylesheet" href="static/css/animate.css" />
<!-- line-awesome-icon css -->
<link rel="stylesheet" href="static/css/line-awesome.min.css" />
<!-- nice-select -->
<link rel="stylesheet" href="static/css/nice-select.css">
<!-- color variables -->
<link rel="stylesheet" href="static/css/colors.css">
<!-- main style css link -->
<link rel="stylesheet" href="static/css/style.css" />
</head>
<body>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Preloader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div class="preloader">
<div id="loader">
<div class="clockFace"></div>
<div class="hourHand"></div>
<div class="minuteHand"></div>
</div>
</div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Preloader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Scroll-To-Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<a href="#" class="scrollToTop">
<i class="las la-angle-up"></i>
<small>top</small>
</a>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Scroll-To-Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Body Overlay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div id="body-overlay" class="body-overlay"></div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Body Overlay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<header class="header-section">
<div class="header">
<div class="header-bottom-area">
<div class="container custom-container">
<div class="header-menu-content">
<nav class="navbar navbar-expand-lg p-0">
<a class="site-logo site-title" href="index.html"
><img
src="static/images/logo/utraLogoWhite.png"
alt="site-logo"
/></a>
<button
class="navbar-toggler ms-auto"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="fas fa-bars"></span>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav main-menu ms-auto">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="join.html">Join Us</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="https://hackathon.utra.ca/">UTRAHacks</a></li>
</ul>
<div class="header-action"></div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="watch-details ptb-80">
<div class="container">
<div class="watch-details-area">
<div class="row">
<div class="col-lg-6 pb-30">
<div class="watch-item">
<div class="image">
<img
src="static/images/subteams/robosoccer/robosoccerRobot.jpg"
alt="img"
/>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="product-details">
<h3 class="title">RoboSoccer</h3>
<p>
The UTRA RoboSoccer team designs and builds autonomous
humanoid soccer-playing robots to compete in Robo-Cup; an
international robotics competition. Standing over 60 cm tall,
the robots will be able to walk, run, and kick a soccer ball
while maintaining balance.
</p>
<div class="buy-btn pt-4">
<a
href="https://www.instagram.com/utra_robosoccer/"
target="_blank"
class="btn--base buy-it-now"
>
Join RoboSoccer
</a>
</div>
</div>
</div>
</div>
<div class="customer-review pt-20">
<h2 class="title">The RoboSoccer Team</h2>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title">1.</h4>
<h4 class="title ps-2">Hardware</h4>
</div>
<div class="customer-say ps-4">
<p>
Responsible for designing, assembling, and improving our
robots.
</p>
</div>
</div>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title">2.</h4>
<h4 class="title ps-2">Software</h4>
</div>
<div class="customer-say ps-4">
<p>
Responsible for controlling the robots’ mechanical components,
implementing strategies for the robot, and developing various
algorithms to find and kick the ball.
</p>
</div>
</div>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title">3.</h4>
<h4 class="title ps-2">Electrical and Embedded</h4>
</div>
<div class="customer-say ps-4">
<p>
Responsible for making sure all components are connected and
functions correctly. This involves PCB design, testing, and
firmware development.
</p>
</div>
</div>
<div class="customer-comment pt-3">
<div class="customer-say ps-4">
<!-- Add text content here -->
<h2 class="title">Team Events</h2>
<!-- Carousel for pictures -->
<div
id="carouselExampleControls"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col"><img src="./static/images/subteams/robosoccer/2022_5.jpg" class="d-block w-100" alt="..."/></div>
<div class="col"><img src="./static/images/subteams/robosoccer/DSC01782.JPG" class="d-block w-100" alt="..."/></div>
<div class="col"><img src="./static/images/subteams/robosoccer/2018 robocup/DSC01735.JPG" class="d-block w-100" alt="..."/></div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col"><img src="./static/images/subteams/robosoccer/2022_3.jpg" class="d-block w-100" alt="..."/></div>
<div class="col"><img src="./static/images/subteams/robosoccer/2018 robocup/DSC01731.JPG" class="d-block w-100" alt="..."/></div>
<div class="col"><img src="./static/images/subteams/robosoccer/DSC01783.JPG" class="d-block w-100" alt="..."/></div>
</div>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleControls"
role="button"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleControls"
role="button"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</a>
</div>
</div>
</div>
<div class="next-page">
<nav aria-label="Page navigation example">
<ul class="pagination">
<!-- <li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li> -->
</ul>
</nav>
</div>
</div>
</div>
</div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<footer class="footer-section">
<div class="footer-bottom-area">
<div class="container">
<div class="row mb-30-none">
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<div class="footer-logo">
<a class="site-logo" href=""
><img
src="./static/images/logo/utraLogoWhite.png"
alt="logo"
/></a>
</div>
<p>Design. Build. Inspire.</p>
<a href="https://www.instagram.com/utra_uoft/"
><i class="fab fa-instagram"></i
></a>
<a
href="https://www.linkedin.com/company/university-of-toronto-robotics-association/"
><i class="fab fa-linkedin"></i
></a>
<span>utra.ca</span>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<h3 class="widget-title">Webpages</h3>
<ul class="footer-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="join.html">Join Us</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="https://hackathon.utra.ca/">UTRAHacks</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<h3 class="widget-title">Teams</h3>
<ul class="footer-list">
<li><a href="sumo.html">SUMO</a></li>
<li><a href="combat.html">Combat</a></li>
<li><a href="art.html">ART</a></li>
<li><a href="robosoccer.html">RoboSoccer</a></li>
<li><a href="6ix-pac.html">6ix-Pac</a></li>
</ul>
</div>
</div>
<div class="copyright-area">
<p>© 2025 University of Toronto Robotics Association</p>
</div>
</div>
</div>
</div>
</footer>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!-- jquery -->
<script src="static/js/jquery-3.6.0.min.js"></script>
<!-- bootstrap js -->
<script src="static/js/bootstrap.bundle.min.js"></script>
<!-- swipper js -->
<script src="static/js/swiper.min.js"></script>
<!-- lightcase js-->
<script src="static/js/lightcase.js"></script>
<!-- odometer js -->
<script src="static/js/odometer.min.js"></script>
<!-- viewport js -->
<script src="static/js/viewport.jquery.js"></script>
<!-- smooth scroll js -->
<script src="static/js/smoothscroll.min.js"></script>
<!-- nice select js -->
<script src="static/js/jquery.nice-select.js"></script>
<!-- ui js -->
<script src="#"></script>
<!-- main -->
<script src="static/js/main.js"></script>
<script>
var swiper = new Swiper(".blog-slider", {
spaceBetween: 30,
effect: "fade",
loop: true,
mousewheel: {
invert: false,
},
// autoHeight: true,
pagination: {
el: ".blog-slider__pagination",
clickable: true,
},
});
</script>
</body>
</html>