-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
549 lines (499 loc) · 35.4 KB
/
about.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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="Description" content="At Hackference we are aiming to provide a hacking and networking platform by bringing people from a multitude of organisations,educational backgrounds ,belonging to different stratas of society for a whole new arena of excitement,coding and sheer brilliance. And at what cost, Zero. Zip. Zilch. Nada. Nothing!">
<meta name="Keywords" content="hackathon, developer, relations, advocate, conference, hiring, fair, bengaluru, bangalore, karnataka, open, source, development, india">
<title>About - Hackference India 2018</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<!--Core CSS -->
<link rel="stylesheet" href="assets/css/bulma.css">
<link rel="stylesheet" href="assets/css/core.css">
<!--Libraries-->
<link rel="stylesheet" href="assets/fonts/cryptofont/css/cryptofont.min.css">
<link rel="stylesheet" href="assets/js/modalvideo/modal-video.min.css">
<link rel="stylesheet" href="assets/js/aos/aos.css">
</head>
<body>
<!-- Pageloader -->
<div class="pageloader is-theme"></div>
<div class="infraloader is-active"></div>
<div class="token-wrapper">
<!-- Landing page Hero -->
<section class="hero is-medium">
<div class="hero-head">
<!-- Cloned navbar -->
<!-- Cloned navbar that comes in on scroll -->
<nav id="navbar-clone" class="navbar is-fixed is-dark">
<div class="container">
<!-- Brand -->
<div class="navbar-brand">
<a href="./index" class="navbar-item">
<img src="assets/images/logo.svg" alt="">
<span class="brand-name">HACKFERENCE</span>
</a>
<!-- Responsive toggle -->
<span class="navbar-burger burger" data-target="cloneNavbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<!-- Menu -->
<div id="cloneNavbarMenu" class="navbar-menu">
<div class="navbar-end">
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./about">About</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./timeline">Event Timeline</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./blog">Blog</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./Women-Safety-Guidelines-HACKFERENCE-INDIA-2018.pdf" target="_blank">Women Safety Guidelines</a>
</div>
<!-- Sign up -->
</div>
</div>
</div>
</nav>
<!-- /Cloned navbar -->
<!-- Static navbar -->
<!-- Static navbar -->
<nav class="navbar is-light">
<div class="container">
<!-- Brand -->
<div class="navbar-brand">
<a href="./index" class="navbar-item">
<img src="assets/images/logo.svg" alt="">
<span class="brand-name">HACKFERENCE</span>
</a>
<!-- Responsive toggle -->
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<!-- Menu -->
<div id="navbarMenu" class="navbar-menu light-menu">
<div class="navbar-end">
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./about">About</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./timeline">Event Timeline</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./blog">Blog</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./Women-Safety-Guidelines-HACKFERENCE-INDIA-2018.pdf" target="_blank">Women Safety Guidelines</a>
</div>
<!-- Sign up -->
</div>
</div>
</div>
</nav>
<!-- /Static navbar -->
</div>
<div class="hero-body has-text-centered">
<div class="columns">
<div class="column is-6 is-offset-3">
<div class="token-image">
<img src="assets/images/logo.svg">
</div>
<h1 class="title is-2 is-light is-semibold is-spaced main-title" style="margin-top:10px;">Hackference India 2018</h1>
<h2 class="subtitle is-5 is-light is-thin">
At Hackference we are bringing people from a multitude of organisations, educational backgrounds, belonging to different strata of society to constitute the Biggest Ever Open Source Hackathon the country has ever seen.
</h2>
<!-- CTA -->
<p>
<a href="#start" class="button k-button k-primary raised has-gradient is-fat is-bold">
<span class="text">Explore Further</span>
<span class="front-gradient"></span>
</a>
</p>
</div>
</div>
</div>
</section>
<section class="section is-medium" id="start">
<div class="container">
<!-- Content wrapper -->
<div class="content-wrapper">
<div class="columns is-vcentered">
<!-- Feature content -->
<div class="column is-5 is-offset-1">
<div class="side-feature-content">
<h3 class="title is-4 is-light">Hackathon</h3>
<div class="divider"></div>
<p class="is-light">An event, typically lasting several days, in which a large number of people meet to engage in collaborative computer programming.</p>
</div>
</div>
<!-- Feature image -->
<div class="column is-7">
<img class="side-feature" src="assets/images/illustrations/hackathon.svg" alt="">
</div>
</div>
<div class="columns is-vcentered">
<!-- Feature image -->
<div class="column is-7">
<img class="side-feature" src="assets/images/illustrations/conference.svg" alt="">
</div>
<!-- Feature content -->
<div class="column is-5">
<div class="side-feature-content">
<h3 class="title is-4 is-light">DevRelConf</h3>
<div class="divider"></div>
<p class="is-light">An exquisite event aimed at bringing elite Developers for a networking and brainstorming session. Entry only by invitation.</p>
</div>
</div>
</div>
<div class="columns is-vcentered">
<!-- Feature content -->
<div class="column is-5 is-offset-1">
<div class="side-feature-content">
<h3 class="title is-4 is-light">Hiring Fair</h3>
<div class="divider"></div>
<p class="is-light">The collaboration between the companies and the employees generates a great organization, A employer will be able to witness the work of the foreseeable employees, and the attendees will be able to choose the track and companies they see fit. A win-win situation for both benefactors.</p>
</div>
</div>
<!-- Feature image -->
<div class="column is-7">
<img class="side-feature" src="assets/images/illustrations/hiring.png" alt="">
</div>
</div>
</div>
<!-- Spaced divider -->
<!--<div class="token-documentation">
<div class="documentation-title">
Documentation
</div>
<div class="columns is-vcentered">
<div class="column is-5">
<div class="columns">
<div class="column is-6">
<ul>
<li class="is-active">English</li>
<li>Español</li>
<li>Français</li>
<li>Deutch</li>
</ul>
</div>
<div class="column is-6">
<ul>
<li>العربية</li>
<li>русский</li>
<li>Polski</li>
<li>日本語</li>
</ul>
</div>
</div>
</div>
<div class="column is-7">
<div class="columns is-vcentered has-text-centered">
<div class="column is-4">
<div class="document-block has-text-centered">
<img src="assets/images/icons/whitepaper.svg">
<a href="start" class="button k-button k-primary raised has-gradient is-bold">
<span class="text">Whitepaper</span>
<span class="front-gradient"></span>
</a>
</div>
</div>
<div class="column is-4">
<div class="document-block has-text-centered">
<img src="assets/images/icons/techpaper.svg">
<a href="start" class="button k-button k-primary raised has-gradient is-bold">
<span class="text">Techpaper</span>
<span class="front-gradient"></span>
</a>
</div>
</div>
<div class="column is-4">
<div class="document-block has-text-centered">
<img src="assets/images/icons/livechat.svg">
<a href="start" class="button k-button k-secondary raised has-gradient is-bold">
<span class="text">Live Chat</span>
<span class="front-gradient"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- /Content wrapper -->
<!-- Spaced divider -->
<div class="divider is-centered is-spacer"></div>
<!-- Title & subtitle -->
<h2 class="title is-light is-semibold has-text-centered is-spaced">FAQ</h2>
<h4 class="subtitle is-6 is-light has-text-centered is-compact">Asking questions is your right, and answering them our duty!</h4>
<!-- Content wrapper -->
<div class="content-wrapper is-large">
<div class="columns">
<div class="column is-5 is-offset-1">
<!-- Accordion -->
<div class="accordion">
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle1" class="accordion-toggle" />
<label class="accordion-title" for="toggle1">
Who should attend Hackference India 2018?
</label>
<div class="accordion-content">
<p>Whether you are new to the open source world or an experienced contributor, you will learn something new at Hackference. The DevRel Conference is designed in the form to help developers build communities and build strategies to strengthen their whole ecosystem. Being a DevRel Conference, top developer advocates from prominent organisations will be present bringing to you a great chance to interact and build connections alongside. This whole event is designed to educate new developers about the Open Source world and help existing contributors strengthen their outreach and explore more deeply into open source development.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle2" class="accordion-toggle" />
<label class="accordion-title" for="toggle2">
What is there in the DevRel Conf?
</label>
<div class="accordion-content">
<p>The DevRel Conf features a keynote address projecting the power of a developer community. You will learn the need of Developer Advocate, the strategies around building a developer community, the state of the developer ecosystem, blockchain ecosystems, and more. You will also have opportunities to interact with the top developer advocates of prominent organisations from all over the world.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle3" class="accordion-toggle" />
<label class="accordion-title" for="toggle3">
What is included in DevRel Conf registration?
</label>
<div class="accordion-content">
<p>DelRel Conf registration gives you a chance to get selected to attend the developer relations conference of Hackference India 2018. After the registrations close, the selected participants will be informed through email, and would be given access to the Keynote, DevRel Conf Talks, as well as the Breakout Sessions. There will be lunch and refreshments provided.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle4" class="accordion-toggle" />
<label class="accordion-title" for="toggle4">
What is included in the Hackathon registration?
</label>
<div class="accordion-content">
<p>Hackathon registration gives you a chance to get selected to attend the Hackathon and Hiring Fair held within Hackference India 2018. After the registrations close, the selected participants will be informed through email highlighting the further steps. There will be lunch and refreshments provided.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle5" class="accordion-toggle" />
<label class="accordion-title" for="toggle5">
Can I get a confirmation of my Hackference registration?
</label>
<div class="accordion-content">
<p>Upon completing the online registration process, if you're selected, you will be emailed a confirmation email with details from Hackference. If you have already selected (as on the portal) and can’t see this email, please check your junk mail folder.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle6" class="accordion-toggle" />
<label class="accordion-title" for="toggle6">
Can I sign up for sessions I want to attend?
</label>
<div class="accordion-content">
<p>You are not locked into the session and free to change and attend on the day depending on room capacity. Please note, registration does not guarantee a seat; we will be selecting the best participants to attend different events within Hackference.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle7" class="accordion-toggle" />
<label class="accordion-title" for="toggle7">
Will I need to register myself for each breakout session?
</label>
<div class="accordion-content">
<p>Breakout sessions will be filled on a first come first seated basis. There is no need to pre-register.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle8" class="accordion-toggle" />
<label class="accordion-title" for="toggle8">
Will the slides be shared after the event?
</label>
<div class="accordion-content">
<p>Yes they will be made available on https://hackference.in and communicated to you in the ‘Thank You’ email after the event. Please note that the slides will only be provided with the discretion of the presenting organisations.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle18" class="accordion-toggle" />
<label class="accordion-title" for="toggle18">
How should I behave at Hackference?
</label>
<div class="accordion-content">
<p>Be respectful and considerate of your fellow hackers. We're all here to learn and have a good time. Everyone deserves the chance to hack free of the fear of being harrased. See the Women Safety Guidelines for more details.</p>
</div>
</div>
</div>
<!-- /Accordion -->
</div>
<div class="column is-5">
<!-- Accordion -->
<div class="accordion">
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle9" class="accordion-toggle" />
<label class="accordion-title" for="toggle9">
Will there be prizes?
</label>
<div class="accordion-content">
<p>Of course there will be prizes although it isn’t all about winning but what you learn and build during those 24 hours. But don’t worry there will be a panel of judges that will select the three best hacks based on creativity, technical difficulty, design, and usefulness. Prizes for first, second and third place TBA. Sponsors also offer prizes for specific criteria, which they judge themselves. Also we are not giving any prize in the form of money. The best of the best will get hired and the projects will be given incubation support!</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle10" class="accordion-toggle" />
<label class="accordion-title" for="toggle10">
How can I apply?
</label>
<div class="accordion-content">
<p>You can go to our skillenza portal where all the information is available about the application procedure.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle11" class="accordion-toggle" />
<label class="accordion-title" for="toggle11">
When will the application open?
</label>
<div class="accordion-content">
<p>Applications open at 26th October 2018, 21:00 IST</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle12" class="accordion-toggle" />
<label class="accordion-title" for="toggle12">
When will the application close?
</label>
<div class="accordion-content">
<p>Applications close at 21st November 2018, 23:55 IST</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle13" class="accordion-toggle" />
<label class="accordion-title" for="toggle13">
What should I bring to Hackference?
</label>
<div class="accordion-content">
<p>Please bring a valid ID (any Photo ID), your hackathon ticket, a computer (preferably a laptop), chargers, and any hardware you will use for your hack. You can also bring a sleeping bag, pillow, toiletries, and a couple changes of clothes. Food will be provided at the event. No firearms, weapons, alcohol, or illegal drugs are allowed on event.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle14" class="accordion-toggle" />
<label class="accordion-title" for="toggle14">
What size are the teams? What happens if I don’t have a team?
</label>
<div class="accordion-content">
<p>The teams are a maximum of 3 people. You can start off the event already with a team or you can meet with people at the event who also don’t have a team, don’t worry.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle15" class="accordion-toggle" />
<label class="accordion-title" for="toggle15">
Will there be travel reimbursements?
</label>
<div class="accordion-content">
<p>There will be some travel reimbursements for sure, we will communicate the details with the selected attendees.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle16" class="accordion-toggle" />
<label class="accordion-title" for="toggle16">
How much does it cost?
</label>
<div class="accordion-content">
<p>It's absolutely free! There is no entry fee, Hackference will provide you with plenty of food, snacks, swag, and prizes throughout the 24 hours.</p>
</div>
</div>
<!-- Option -->
<div class="accordion-option">
<input type="checkbox" id="toggle17" class="accordion-toggle" />
<label class="accordion-title" for="toggle17">
Any other questions?
</label>
<div class="accordion-content">
<p>If there is something that is still not clear or we didn’t cover please contact us at [email protected] or at twitter or facebook.</p>
</div>
</div>
</div>
<!-- /Accordion -->
</div>
</div>
</div>
<!-- /Content wrapper -->
</div>
<div class="columns">
<div class="column is-8 is-offset-2">
<!-- Contact icons -->
<div class="contact-icons">
<!-- Mail -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="100" data-aos-offset="200" data-aos-easing="ease-out-quart" href="mailto:[email protected]" target="_blank">
<img class="is-phone" src="assets/images/icons/mail.svg" alt="">
</a>
<!-- Facebook -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="200" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://www.facebook.com/hackferenceindia/" target="_blank">
<img class="is-facebook" src="assets/images/icons/social/facebook.svg" alt="facbook">
</a>
<!-- Instagram -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="300" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://www.instagram.com/hackferenceindia/" target="_blank">
<img class="is-instagram" src="assets/images/icons/social/instagram.svg" alt="">
</a>
<!-- LinkedIn -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="400" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://www.linkedin.com/company/hackference/" target="_blank">
<img class="is-linkedin" src="assets/images/icons/social/linkedin.svg" alt="">
</a>
<!-- Twitter -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="500" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://twitter.com/HackferenceIn" target="_blank">
<img class="is-twitter" src="assets/images/icons/social/twitter.svg" alt="">
</a>
</div>
</div>
</div>
</section>
</div>
<footer class="hackference-footer">
<div class="container">
<!-- Logo -->
<div class="footer-logo">
<img src="assets/images/logo.svg" alt="">
<div class="brand-name">Hackference India</div>
<div class="brand-subtitle">India's Biggest Ever Open Source Event</div>
<a class="k-copyright" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<!-- Absolute image -->
<img class="solar-system" src="assets/images/bg/solar.svg" alt="">
</footer> <!-- Core js -->
<script src="assets/js/app.js"></script>
<!--script src="assets/js/particlesjs/particles.min.js"></script-->
<script src="assets/js/aos/aos.js"></script>
<script src="assets/js/timer.js"></script>
<script src="assets/js/timeline.js"></script>
<script src="assets/js/roadmap.js"></script>
<script src="assets/js/main.js" defer="defer"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
</body>
</html>