-
Notifications
You must be signed in to change notification settings - Fork 3
/
rules.html
353 lines (339 loc) · 13.2 KB
/
rules.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
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="icon" type="image/png" href="assets/img/osdhack.png" />
<title>OSDHack'23 | Rules and FAQs</title>
<!-- Google font -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:400,700,900"
rel="stylesheet"
/>
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/rules.css" />
<!-- 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.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- <div id="backgound_logo" style="border-radius:0px 0px 30px 30px;width:100px;height:150px;background-color: #fff;opacity: 0.2;z-index: 997;position: fixed; left: 35px;"></div> -->
<body
background="assets/img/Speakers_Background.svg"
>
<a href="index.html">
<div id="osdhack">
<img src="assets/img/osdhack.png" class="logo" />
</div>
</a>
<!-- Header -->
<header id="header" class="transparent-navbar">
<!-- container -->
<div class="container">
<!-- navbar header -->
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<!-- <a class="logo" href="index.html">
<img class="logo-img" src="img/osdhack-sticker.png" alt="logo">
<img class="logo-alt-img" src="img/osdhack-sticker.png" alt="logo">
</a> -->
</div>
<!-- /Logo -->
<!-- Mobile toggle -->
<button class="navbar-toggle">
<i class="fa fa-bars"></i>
</button>
<!-- /Mobile toggle -->
</div>
<!-- /navbar header -->
<!-- Navigation -->
<nav id="nav">
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#about">About</a></li>
<!-- <li><a href="index.html#guest_speakers">Speakers</a></li> -->
<!-- <li><a href="index.html#schedule">Schedule</a></li> -->
<!-- <li><a href="index.html#contact">Contact</a></li> -->
<li class="active" id="rules_active">
<a href="rules.html">Rules</a>
</li>
</ul>
</nav>
<!-- /Navigation -->
</div>
<!-- /container -->
</header>
<!-- /Header -->
<h1>Rules</h1>
<hr class="style-two" />
<ul class="rules" style="padding-bottom: 1%">
<ol style="color: black">
<li>Only students not part of JIIT are allowed to participate in the Online mode.</li>
<li>
The participants must register before 12:00 pm, April 20th 2023.
</li>
<li>
Participants can form teams with students outside of the institute but are not allowed to make teams with students of JIIT.
</li>
<li>Each team should consist of at least 2 and at most 4 members.</li>
<li>
Participants must use their own equipment and internet connection for the competition.
</li>
<li>
There is no restriction on the type of project you come up with, or the languages/tools you use. It can be anything from a web app to a device driver (as long as it is not a hardware project).
</li>
<li>
All code and assets must be created and committed within the time constrictions of the Hackathon. Late commits may not be considered, so avoid any last minute Red Bull rushes.
</li>
<li>
Reusing or incorporating existing open source code or copyright free assets to create your magic (because that's what someone else's code seems like) is allowed, provided that they are appropriately attributed and their license agreements are followed.
</li>
<li>
Your project or the same underlying idea behind the project has not been knowingly submitted by you in any other hackathon/event before.
</li>
<li>
All code written must be compatible with an Open-Source license and should be public.
</li>
<li>
Git should be your primary version control system.
</li>
<li>
Participants must submit their final project within the given time limit.
</li>
<li>
Any kind of misbehavior or violation of the rules can lead to disqualification from the competition.
</li>
<li>
The Organizing Team's decision on conflicts, results, prizes or any other dispute would be made in all fairness and stands final.
</li>
</ol>
</ul>
<div class="faq" style="padding: 65px 0">
<h1 class="heading-faqs">FAQs</h1>
<hr class="style-two" />
<div class="global-label" style="margin-bottom: 0"></div>
<!--0 question-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
What's a Hackathon, and can I participate?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
A Hackathon is an intense event that brings together designers and developers along with industry experts to identify problems and create software solutions, usually within 24-48 hours. Whether that's high school, undergrad, or graduate, we believe you can get something out of the event.
</div>
</div>
</div>
<!--1 question-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
Can students from JIIT participate in the online OSDHack?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
No, for the students of JIIT, OSDHack is being organized in the Institute premises.
</div>
</div>
</div>
<!--2 question-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
Who is allowed to participate in the online hackathon?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
The online hackathon is open to all students, regardless of their educational institution.
</div>
</div>
</div>
<!-- 3 question -->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
Can participants make teams with members from outside their educational institution in the online hackathon?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Yes, participants are allowed to make teams with members from outside their own educational institutions.
</div>
</div>
</div>
<!--question 4-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
Can we apply as a team?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Yes! This hackathon is strictly a team competition. We believe that you’re stronger as a team than you are apart. You can join or create a team once you've started an individual application.
</div>
</div>
</div>
<!--question 5-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
How big can a team be?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
From a minimum of 2 people to 4 people large!<br>
Pro Tip: Aim to have a mix of people with both design and developer skills
</div>
</div>
</div>
<!--question 6-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
What if I don't want to present my hack?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Unfinished or unimpressive (so you think) projects should be presented anyway! Presenting your hack gives you a chance to be proud of what you’ve done, and a constructive perspective of where you should be headed next.
</div>
</div>
</div>
<!--question 7-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
What if I don't have a team or an idea?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Don't worry, most people don’t! We’ll have team formation and ideation events geared towards helping you find people to work with. It’s perfectly normal to go around to people, tell them you’re looking for a team, and ask if you can help out. You can also show yourself off at <a href = "https://discord.gg/US5WXvZTHA">#find-teammates</a> (In the discord server).
</div>
</div>
</div>
<!--question 8-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
Can participants use copyrighted materials without permission in the online hackathon?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
No, participants must not use any copyrighted materials.
</div>
</div>
</div>
<!--question 9-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
How should participants submit their final project in the online hackathon?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Participants must submit their final project by submitting the link to their github repository within the given time limit.
</div>
</div>
</div>
<!--question 10-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
What happens if a participant violates the rules or engages in misbehavior in the online hackathon?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Any kind of misbehavior or violation of the rules can lead to disqualification from the competition.
</div>
</div>
</div>
<!--question 11-->
<div class="faq-question-ans">
<div class="faq-label">
<div class="faq-label-text">
Where can participants contact the organizers for more information?
</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
We have Discord servers specifically for for the Online <a href="https://discord.gg/9dzMR4A9fQ">OSDHack'23</a>
</div>
</div>
</div>
</div>
<div class="text-center">
<!-- <span class="copyright"> -->
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
©
<script>
document.write(new Date().getFullYear());
</script>
<a href="https://osdc.netlify.app/" target="_blank">OSDC</a>. All rights
reserved.
<!-- <a href="https://osdc.netlify.app/" target="_blank">OSDC</a> -->
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<!-- </span> -->
</div>
<script src="./js/jquery.min.js"></script>
<script src="rules.js"></script>
</body>