forked from osdc/OSDHack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rules.html
292 lines (279 loc) · 10.1 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
<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="img/osdhack-sticker.png" />
<title>OSDHack'22 | 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>
<a href="index.html">
<div id="osdhack">
<img
alt="logo"
src="img/osdhack-sticker.png"
class="logo-alt-img"
style="width: 100%"
/>
</div>
</a>
<div id="jiit">
<img
alt="logo"
src="img/jiit logo.png"
class="logo-alt-img"
style="width: 100%"
/>
</div>
<!-- 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%">
<li>The Hackathon is open to all.</li>
<li>Allowed team size: 2-4 members.</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>
The Organizing Team's decision on conflicts, results, prizes or any other
dispute would be made in all fairness and stands final.
</li>
</ul>
<ul class="rules" style="margin-bottom:2%;" id="oss-track">
<li type="none">
<h2 style="color:#c71239;">OSS Track</h2>
</li>
<li>Being really passionate about Free/Open-Source Software, we have a separate track
aimed at improving the same. The OSS Track Prize will be awarded to the best project that fills
an existing gap in any Open-Source ecosystem. You will have to explain the gap and your solution
in your demo. Feel free to ask away on Discord if you need any clarifications.
</li>
</ul>
<div class="faq">
<h1>FAQs</h1>
<hr class="style-two" />
<div class="global-label" style="margin-bottom:0;"></div>
<!--1 question-->
<div>
<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>
<!--2 question-->
<div>
<div class="faq-label">
<div class="faq-label-text">How much does it cost?</div>
<div class="faq-label-icon">
<span class="material-icons"> expand_more </span>
</div>
</div>
<div class="faq-answer">
<div class="faq-answer-content">
Zero. Zip. Zilch. Nada. Nothing. Admission to OSDHack is completely
free for everyone!
</div>
</div>
</div>
<!-- 3 question -->
<div>
<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 4-->
<div>
<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>
<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">
Up to 4 people large! Pro Tip: Aim to have a mix of people with both
design and developer skills
</div>
</div>
</div>
<!--question 6-->
<div>
<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
#teamup!
</div>
</div>
</div>
<!--question 7-->
<div>
<div class="faq-label">
<div class="faq-label-text">
Can I attend talks + workshops without being accepted for the
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! The conference is going to be open to everyone who's interested.
We will keep you folks updated with the schedule and the links to the
talks.
</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>