This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
303 lines (280 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144225776-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144225776-2');
</script>
<!-- Primary Meta Tags -->
<title>ROBOCLASH 2020</title>
<meta name="title" content="ROBOCLASH 2020">
<meta name="description" content="Coming soon!">
<meta name="author" content="SUTD Organisation of Autonomous Robotics">
<meta name="robots" content="follow"/>
<link rel="icon" type="image/png" href="./assets/media/favicon.png" />
<link rel="icon" type="image/x-icon" href="./assets/media/favicon.ico" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://robocla.sh/">
<meta property="og:title" content="ROBOCLASH 2020">
<meta property="og:description" content="Coming soon!">
<meta property="og:image" content="./assets/media/previewIco.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://robocla.sh/">
<meta property="twitter:title" content="ROBOCLASH 2020">
<meta property="twitter:description" content="Coming soon!">
<meta property="twitter:image" content="./assets/media/previewIco.png">
<!-- Bootstrap core CSS -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="assets/vendor/fontawesome/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/cover.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/vendor/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="assets/vendor/slick/slick-theme.css"/>
<noscript>
<link rel="stylesheet" href="assets/vendor/fontawesome/css/all.min.css">
</noscript>
</head>
<body>
<header class="masthead" >
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
<!--a class="navbar-brand" href="#"><i class="fas fa-robot"></i> R0B0CLASH</a-->
<a href="#" class="navbar-left logo-f"><img src="assets/media/logoC.svg"></a>
<button class="navbar-toggler " type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse nav-masthead" id="navbarCollapse">
<ul class="navbar-nav ml-auto ">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<a href="#" class="btn-mr btn disabled" >Registration opening soon!</a>
</div>
</nav>
</header>
<!-- Main -->
<section>
<div class="container">
<div class="row p-2 main-content">
<div class="col-md-6 p-3 mx-auto" >
<img src="assets/media/logoW_cog.svg" class="cover-img img-fluid icog py-3"/>
</div>
<div class="col-md-6 cover mx-auto">
<!--main role="main" class="inner cover text-center " -->
<h1 class="cover-heading">ROBOCLASH 2020</h1>
<p class="schd"><span class="highlight edate" >04 - 08 May 2020</span></p>
<p>Fablab 1/2</p>
<p class="lead"><i class="fas fa-flag-checkered"></i> <span id="keyterms"></span>robotics competition coming your way.</p>
<p class="lead">
<a href="#" class="btn btn-rgs btn-secondary" id="brg" onclick="jumbleWords();">Stay tuned for more details!</a>
</p>
<p class="lead">
<a href="#" class="btn btn-mr" id="rbk"><i class="fas fa-book"></i> Rulebook</a>
</p>
</div>
</div>
</div>
</section>
<!-- About -->
<section class="alt-bg-b section_bottom">
<div class="container abt">
<a class="anchor" id="about"></a>
<h2 class="section_header">About</h2>
<div class="row p-2 main-content ">
<div class="col-md-6 p-3 mx-auto" >
<img src="assets/media/2019/10.jpg" class="img-fluid"/>
<h4 class="sub_section_header">Overview</h4>
<p >Join us for an exciting week long robotics build-off! Open to participants of all skills, test your wits in
this head to head autonomous robotics competition. For the uninitiated to the experienced, sieze this opportunity to build
an autonomous robot and see it compete in ROBOCLASH!
</p>
</div>
<div class="col-md-6 p-3 mx-auto">
<img src="assets/media/2019/8.jpg" class="img-fluid"/>
<h4 class="sub_section_header">Eligibility & Teams</h4>
<ul>
<li>This competition is open to only SUTD students. </li>
<li>Participants would be randomly allocated into teams, whereby 2 robots would be constructed.</li> </ul>
</div>
</div>
</div>
</section>
<!-- Timeline -->
<section>
<div class="container section_bottom">
<a class="anchor" id="timeline"></a>
<h2 class="section_header">Timeline</h2>
<!-- D1-3 + D4 -->
<div class="row main-content alert alert-primary">
<div class="col-md-6 mx-auto" >
<!--Brief-->
<h4 class="sub_section_header">Breifing: 02 May 2020</h4>
<table class="table table-striped table-dark">
<thead class="thead-light">
</thead>
<tbody>
<tr>
<td>1100H</td>
<td>1200H</td>
<td>Participants Briefing</td>
</tr>
</tbody>
</table>
<!--Prep-->
<h4 class="sub_section_header">Preparation: 04 - 07 May 2020</h4>
<table class="table table-striped table-dark">
<thead class="thead-light">
</thead>
<tbody>
<tr>
<td>1000H</td>
<td>1230H</td>
<td>Consultation</td>
</tr>
<tr>
<td>1230H</td>
<td>1330H</td>
<td>Lunch</td>
</tr>
<tr>
<td>1330H</td>
<td>1800H</td>
<td>Robot Construction</td>
</tr>
</tbody>
</table>
</div>
<!--Main-->
<div class="col-md-6 mx-auto">
<h4 class="sub_section_header">Competition: 08 May 2020</h4>
<table class="table table-striped table-dark">
<thead class="thead-light">
</thead>
<tbody>
<tr>
<td>1000H</td>
<td>1030H</td>
<td>Registration & Robot Verification</td>
</tr>
<tr>
<td>1030H</td>
<td>1230H</td>
<td>Seeding Event</td>
</tr>
<tr>
<td>1400H</td>
<td>1700H</td>
<td>Competition Finale</td>
</tr>
<tr>
<td>1730H</td>
<td>1800H</td>
<td>Prize Presentation</td>
</tr>
</tbody>
</table>
<!--Disclaimer-->
<div class="alert alert-warning" role="alert">
*Timeline may be subjected to change.
</div>
</div>
</div>
</div>
</section>
<!-- Highlight -->
<section class="alt-bg-b section_bottom" >
<div class="container">
<div class="row p-2 main-content">
<div class="col-md-7 p-3 mx-auto" >
<h2 class="section_header">ROBOCLASH 2019 Highlights!</h2>
</div>
</div>
<div class="carousel">
<div><img src="assets/media/2019/1.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/2.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/3.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/4.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/5.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/6.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/7.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/8.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/9.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/10.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/11.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/12.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/13.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
<div><img src="assets/media/2019/14.jpg" style="height: 100%; width: 100%; object-fit: contain"/></div>
</div>
<noscript>
<style type="text/css">
.main-content {display:none;}
.carousel {display:none;}
.cover-img {transform: translate(500px, 0px);}
</style>
</noscript>
</div>
</section>
<!-- Support -->
<section class="section_bottom text-center">
<div class="container">
<h2 class="section_header">Brought to you by</h2>
<div class="d-inline-block col-md-3 mb-3" >
<h5 class="sub_section_header">Organiser</h5>
<img src="assets/media/logoSOAR.png" class="img-fluid px-1 py-4"/>
</div>
<div class="d-inline-block col-md-3 mb-3">
<h5 class="sub_section_header">Sponsor</h5>
<img src="assets/media/logoLionsbot.png" class="img-fluid px-5 py-4"/>
</div>
<div class="d-inline-block col-md-3 mb-3">
<h5 class="sub_section_header">Supported by</h5>
<img src="assets/media/logoEPD.png" class="img-fluid px-1 py-4"/>
</div>
</div>
</section>
<!-- Footer -->
<footer class="mastfoot mt-auto">
<div class="inner">
<br/>
<p id="ftcp">Copyright © <strong>SUTD</strong> Organisation of Autonomous Robotics 2019-2020</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/vendor/anime.min.js"></script>
<script src="assets/vendor/baffle.min.js"></script>
<script src="assets/vendor/typewriter.js"></script>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/wowtext.js"></script>
<script type="text/javascript" src="assets/vendor/slick/slick.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.carousel').slick({
dots: true,
infinite: true,
speed: 2000,
fade: true,
cssEase: 'linear',
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
adaptiveHeight: true
});
});
</script>
</body>
</html>