-
Notifications
You must be signed in to change notification settings - Fork 13
/
rules.html
256 lines (242 loc) · 8.49 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
<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-sticker1.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>
<a href="index.html">
<div id="osdhack">
<img
alt="logo"
src="img/osdhack-sticker1.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%">
<p>We are deliberating the rules of the hackathon to provide you all the best experience possible!</p>
</ul>
<div class="faq" style="padding: 65px 0;">
<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>