-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbots.html
357 lines (320 loc) · 14.3 KB
/
bots.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
355
356
357
<!DOCTYPE html>
<html>
<head>
<!-- meta -->
<meta charset="UTF-8" />
<meta name="pinterest" content="nopin" />
<meta name="theme-color" content="#000000" />
<meta name="msapplication-navbutton-color" content="#000000">
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>DotSlash | Events</title>
<!-- get those frickin stylesheets -->
<link rel="stylesheet" type="text/css" href="./libs/flexboxgrid/flexboxgrid.min.css">
<link rel="stylesheet" type="text/css" href="./libs/fontello/med.css">
<link rel="stylesheet" type="text/css" href="./css/app.css">
<link crossorigin="anonymous" href="https://fonts.googleapis.com/css?family=Poppins:400,800" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="./css/design.css"> -->
</head>
<body>
<!--
Adjust the col widths to reset
the width of the menu bar and
-->
<nav class="container">
<div class="row middle-xs center-xs">
<div class="col-md-5 col-xs-12 left text">
<img src="assets/imgs/dotslash.png" class="image logo" alt="DotSlash Community">
</div>
<div class="col-md-7 col-xs-12 mobile left">
<ul class="menu flowing">
<li><a href="#" class="link pill mobile">Register</a></li>
<li><a href="#guidelines" class="link pill mobile">Guidelines</a></li>
<li><a href="#prizes" class="link pill mobile">Prizes</a></li>
<li><a href="#tutorial" class="link pill mobile">Video</a></li>
<li><a href="#events" class="link pill mobile">Events</a></li>
<li><a href="#team" class="link pill mobile">Team</a></li>
<li><a href="#about" class="link pill mobile">About</a></li>
</ul>
</div>
</div>
</nav>
<section class="mast container stretch height" id="container">
<div class="centered text mobile abs-centered">
<span class="large line">BotFights</span><br/>
<span class="subline">
<span>
<i class="icon-calendar-empty"></i> 16 MAR 2018
</span>
<span class="subline-spacer non-mobile only"></span>
<span>
<i class="icon-clock"></i> 11:00 AM
</span>
</span><br/><br/>
<div class="centered text">
<a href="http://vikiran.co.in/Welcome/team/3" class="button">REGISTER</a>
</div>
</div>
</section>
<section class="content section" id="guidelines">
<div class="body">
<div class="container">
<div class="row left-md top-md">
<div class="col-md-3 col-xs-12 center-xs mobile highlighted">
<div class="sec-no">
02<div class="sec-sub">Guidelines</div>
</div>
</div>
<div class="col-md-9 white bg content column">
<div class="large title">
How does it work?
</div>
<div class="text">
This is simple bot designing. It is based on a drag and drop where you just have to use your logical abilities to build a computer player for a Tekken like game.
<br><br>The event is divided into two parts. First is bot designing phase where you have to design and test your bot according to the given constraints.
We will provide you with tools for building and testing. Second is tournament phase. In this part of the competition your bot will have a one on one fighting with other participant’s bots. Tournament fixtures will be decided by the organisers and winner will be decided on the basis of only that tournament. Feel free to clear your any doubts about competition before and during the event.
<br><br>And we mention again “You don’t need to have coding background”. It’s for everyone who know how to power on computer.
<br><br>So, ask yourself if you can design the next amazing bot with great intelligence, then feel free to sign up for our challenge!
</div>
<div class="padded top large title">
Rules
</div>
<div class="text">
<ol>
<li>The participant's goal is to design a Bot for a given environment</li>
<br><li>After completion of designing period there will be a competition between the bots designed by the other participants. </li>
<br><li>We will provide you with a drag and drop based platform where you build and test your bot. There will be some short tutorial videos and demonstration of the platform and competition before the commencement of designing period. </li>
<br><li>Participant will be scored on the basis of competition with other bots. </li>
<br><li>You are free to bring your laptop it is not necessary though. We will provide an internet connection. </li>
<br><li>Problem set for the event will be updated on the event page and will be announced on the day of the event. </li>
<br><li>The designing time slot is of 2.5 hours.</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- the spaced horizontal rule -->
<div class="container spacer"><hr/></div>
<section class="content section" id="prizes">
<div class="body">
<div class="container">
<div class="row left-md top-md">
<div class="col-md-3 col-xs-12 center-xs mobile highlighted">
<div class="sec-no">
03<div class="sec-sub">Prizes</div>
</div>
</div>
<div class="col-md-9 white bg content column">
<div class="large title">
Cash Prize & Goodies!
</div>
<div class="centered text padded medium top">
<br/>Powered by<br/>
<div class="row center-xs middle-xs">
<div class="col-md-3 col-xs-6">
<a href="https://codingblocks.com/">
<img src="./assets/imgs/sponsors/cblocks.png" class="image">
</a>
</div>
<div class="col-md-3 col-xs-6 mobile card-spaced top">
<a href="http://www.jtcindia.org/">
<img src="./assets/imgs/sponsors/jtc.png" class="image">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- the spaced horizontal rule -->
<div class="container spacer"><hr/></div>
<!-- Video -->
<section class="section" id="tutorial">
<div class="container">
<div class="row left-md top-md">
<div class="col-md-3 col-xs-12 center-xs mobile highlighted">
<div class="sec-no">
04<div class="sec-sub">Tutorial</div>
</div>
</div>
<div class="col-md-9 white bg content column">
<div class="padded top large title">
Tutorial Video
</div>
</div>
</div>
</div>
<div class="box video-theater">
<video src="./assets/imgs/video.mp4" class="video" controls></video>
</div>
</section>
<!-- the spaced horizontal rule -->
<div class="container spacer"><hr/></div>
<!-- Team -->
<section class="content section" id="team">
<div class="body">
<div class="container">
<div class="row left-md top-md">
<div class="col-md-3 col-xs-12 center-xs mobile highlighted">
<div class="sec-no">
05<div class="sec-sub">Team</div>
</div>
</div>
<div class="col-md-9 white bg content column">
<div class="padded top large title">
Cordinators
</div>
<div class="">
<div class="row">
<div class="col-md-3 col-xs-6">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/ksdme.jpg" />
<div class="bottom overlay">
<span>Kilari Teja</span>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/pro.jpg" />
<div class="bottom overlay">
<span>Prashant Singh</span>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 mobile card-spaced top">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/shash.jpg" />
<div class="bottom overlay">
<span>Shashank Srivastava</span>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 mobile card-spaced top">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/vedant.jpg" />
<div class="bottom overlay">
<span>Vedant Mehta</span>
</div>
</div>
</div>
</div>
</div>
<div class="padded top huge large title">
Volunteers
</div>
<div class="row center-xs">
<div class="col-md-3 col-xs-6">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/gupta.jpg" />
<div class="bottom overlay">
<span>Shivam Gupta</span>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 mobile card-spaced top">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/shivangi.png" />
<div class="bottom overlay">
<span>Shivangi Rai</span>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/bhav.jpg" />
<div class="bottom overlay">
<span>Bhavishya Verma</span>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 mobile card-spaced top">
<div class="relative card stretch width">
<img class="image" src="./assets/imgs/team/anchal.jpg" />
<div class="bottom overlay">
<span>Anchal Gupta</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- the spaced horizontal rule -->
<div class="container spacer"><hr/></div>
<section class="content section" id="events">
<div class="body">
<div class="container">
<div class="row left-md top-md">
<div class="col-md-3 col-xs-12 center-xs mobile highlighted">
<div class="sec-no">
06<div class="sec-sub">Events</div>
</div>
</div>
<div class="col-md-9 white bg content column">
<div class="padded top large title">
There are more!
</div>
<div class="">
<div class="row">
<div class="col-md-6 col-xs-12">
<div class="stretch width card">
<a href="http://idc.dotslashcommunity.com/">
<img src="./assets/imgs/idc.jpeg" class="image" />
</a>
</div>
</div>
<div class="col-md-6 col-xs-12 mobile card-spaced top non-mobile only">
<div class="stretch width card">
<a href="http://bots.dotslashcommunity.com/">
<img src="./assets/imgs/bots.jpeg" class="image" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- the spaced horizontal rule -->
<div class="container spacer"><hr/></div>
<!-- About -->
<section class="content section" id="about">
<div class="body">
<div class="container">
<div class="row left-md top-md">
<div class="col-md-3 col-xs-12 center-xs mobile highlighted">
<div class="sec-no">
07<div class="sec-sub">About</div>
</div>
</div>
<div class="col-md-9 white bg content column">
<div class="large title">
About
</div>
<div class="text">
<b>DotSlash Community</b> is a technical club run by students of Delhi Technical Campus working under Computer Science department's society, <b>Computer Engineering Students Technical Association (CESTA)</b>, formed for the welfare of students who are enthusiastic and always ready to learn new computer technologies. DotSlash Community helps others by believing in open culture where a student should help his peers.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- the spaced horizontal rule -->
<div class="container spacer mobile spacer"></div>
<section class="dark bg content section">
<div class="footer text centered padded container">
Made with <span class="red">♥</span> for Delhi Technical Campus
</div>
</section>
</body>
</html>