-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
687 lines (603 loc) · 25.5 KB
/
index.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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<meta name="author" content="Hackdependence || UEMK" />
<meta name="description" content="The official coding club of UEM Kolkata" />
<meta name="keywords"
content="Hackdependence, clubs in kolkata, Hackdependence uemk, coding, Hackdependence, india, kolkata, computer science" />
<meta name="theme-color" content="#ee414d" />
<title>Hackdependence UEMK</title>
<link rel="icon" href="./Hack Club Logo.ico">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/navbar.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous" />
<link rel="stylesheet" href="css/hero.css" />
<link rel="stylesheet" href="css/sponsors.css">
<link rel="stylesheet" href="css/fonts/about.css" />
<link rel="stylesheet" href="css/button.css" />
<link rel="stylesheet" href="css/accordian.css" />
</head>
<body>
<header class="nav-header">
<div class="container">
<nav id="main-nav" class="navbar" role="navigation" aria-label="main navigation">
<!-- navigation pane goes here -->
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="img/assets/Hackdependence_logo.svg" class="logo" width="100" height="50"
alt=" Hackdependence logo" />
</a>
<a role="button" onclick="toggleMenu()" class="navbar-burger burger" style="padding-top: 1.2rem"
aria-label="menu" aria-expanded="false" data-target="navbarLinks">
<i class="fas fa-bars fa-2x"></i>
</a>
</div>
<div id="navbarLinks" class="navbar-menu">
<div class="navbar-end">
<a href="#overview" class="navbar-item">Overview</a>
<a href="#technologies" class="navbar-item">Technologies</a>
<a href="./team.html" class="navbar-item">Team</a>
<a href="#faq" class="navbar-item">FAQ</a>
<div class="navbar-item">
<a href="#" target="_blank" class="btn event-btn">Register</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<section id="particles-js">
<div class="hero vertical-center" style="margin-top:42px">
<div class="hero__content">
<div class="hero__content__titleDec">
A 48 - Hour Hackathon Event
</div>
<h1 class="hero__content__title">
<span class="hero-text text-orange">HACK</span><span class=" hero-text text-blue">DEPEN</span><span
class="hero-text text-green">DENCE</span>
</h1>
<div class=" hero__content__patners" style="margin-bottom: 20px">
<img class="hero__content__patners-img" src="./img/IEEE UEMK .png" />
<img class="hero__content__patners-img" src="./img/DSC UEMK.png" />
</div>
<a href="#" class="hero-button" target="_blank" style="border-radius: 1.4rem; margin-top: 25px;">Become a member
<i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</section>
<section id="overview" class="section-spacer">
<div class="container">
<div class="cols">
<div class="welcome col-sm-6 col-5">
<h2 class="about-font">
<!-- <img src="https://assets.hackclub.com/icon-rounded.svg" width="30" height="40" alt=" Hack logo" /> -->
<span class="section-title__underline">ABOUT THE EVENT</span>
</h2>
<div>
<p style="text-align: justify; margin-left: 0.35rem; line-height: 28px;">
HACKDEPENDENCE 2022 is open for all event where participants can use any technology to build their hacks.
For
the first round, participants will be submitting a PPT with their problem statement, ideas, solutions,
tech stack and case diagrams. During the second round, qualified teams will implement their idea. This
round will be for 2 days. The judges will give scores based on the judging criteria. After evaluation of
all projects, the winning teams will be announced.
</p>
<br />
<!-----------------------------Gform will be added----------------->
<!-- <a href="https://forms.gle/y99RrRYkMDgaQWPv5" class="btn" style="border-radius: 1.4rem" target="_blank"> <i
class="fas fa-user-plus"></i>
Become a member </a> -->
<!-- <a href="#" class="hero-button" target="_blank" style="border-radius: 1.4rem">Become a member
<i class="fas fa-external-link-alt"></i></a> -->
<!-- <a href="" class="btn-about" target="_blank">
<button class="hero-button" >
<i class="fas fa-user-plus"></i> Become a member</button> -->
</a>
</div>
</div>
<div class="col-sm-5 col-7 ml-auto">
<img alt="diversity of hackClub" class="section-img" src="img/workshop.gif" />
</div>
</div>
</div>
</section>
<section id="overview-cards" class="section-spacer" data-aos="fade-left">
<div class="container">
<div class="cols center-items">
<!-- 1st Card -->
<div class="col-4">
<div class="card overview-card">
<i class="fas fa-lightbulb ghost-red"></i>
<div class="card-body">
<h3>PHASE - 1</h3>
<p>
Submit a PPT with the problem statement, ideas, solutions,
tech stack, and case diagrams.
</p>
</div>
</div>
</div>
<!-- 2nd card -->
<div class="col-4">
<div class="card overview-card">
<i class="fas fa-lightbulb ghost-red"></i>
<div class="card-body">
<h3>PHASE - 2</h3>
<p>
A two-day-long hackathon. The teams shortlisted will have to
build out thier solution.
</p>
</div>
</div>
</div>
<!-- 3rd card -->
<div class="col-4">
<div class="card overview-card">
<i class="fas fa-lightbulb ghost-red"></i>
<div class="card-body">
<h3>PHASE-3</h3>
<p>
Cool swags and goodies for winners. Certificates for all participants who
qualified phase 1.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="technologies" class="section-spacer gray-bg" data-aos="fade-right">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title"><span class="section-title__underline">TRACKS</span></h2>
<!-- Not needed!
<p class="section-subtitle">
Different tracks in our hackathon.
</p> -->
</header>
<!-- <div class="cols center-items">
<div class="col-7">
<div class="feature-list-image">
<img class="section-img" src="img/android.png" alt="diversity" />
</div>
</div>
<div class="col-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Android Development</h2>
<p>
Every year Google developers release exciting new updates to
the world's most popular operating system. We always have
sessions to keep you updated and mastering the latest trends
in modern Android development.
</p>
</div>
<a href="https://codelabs.developers.google.com/?cat=Android" class="hero-button"
style="border-radius: 1.4rem;" target="_blank">Know More <i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div> -->
</section>
<section id="web-technologies" class="section-spacer" data-aos="fade-left">
<div class="container">
<div class="cols center-items">
<div class="col-5">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title"><span class="section-title__underline">Web Developement</span></h2>
<p>
Learn the core foundations of a delightful web experience both
for the user and developer. Stay up to tabs with emerging and
trending technologies. Get access to a guided, tutorial and
hands-on coding experience.
</p>
</div>
<br>
<!-- <a href="#" class="hero-button" target="_blank" style="border-radius: 1.4rem">Know More <i
class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
<div class="col-7 ml-auto">
<div class="feature-list-image">
<img class="section-img" src="img/web.png" alt="diversity" />
</div>
</div>
</div>
</div>
</section>
<section id="ml-technologies" class="section-spacer gray-bg" data-aos="fade-right">
<div class="container">
<div class="cols center-items">
<div class="col-7">
<div class="feature-list-image">
<img class="section-img" src="img/ml.png" alt="diversity" />
</div>
</div>
<div class="col-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title"><span class="section-title__underline">AI/ML</span></h2>
<p>
Learn how to drive user engagement and retention with
intelligent apps that are able to effectively serve users what
they need without the fuss by providing these systems with the
ability to automatically learn and improve from experience
without being explicitly programmed.
</p>
</div>
<br>
<!-- <a href="#" class="hero-button" style="border-radius: 1.4rem" target="_blank">Know More <i
class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
</div>
</div>
</section>
<section id="web-technologies" class="section-spacer" data-aos="fade-left">
<div class="container">
<div class="cols center-items">
<div class="col-5">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title"><span class="section-title__underline">UI-UX</span></h2>
<p>
UX hackathons are competitive design events for problem-solvers to come together and collaborate on a
meaningful, short-term project. Timeline – It could range anywhere from three hours (those would
typically be called mini-hackathons) and go up to 72 hours, with most of them being an all-day
competition.
</p>
</div>
<br>
<!-- <a href="#" class="hero-button" target="_blank" style="border-radius: 1.4rem">Know More <i
class="fas fa-external-link-alt"></i></a> -->
</div>
</div>
<div class="col-7 ml-auto">
<div class="feature-list-image">
<img class="section-img" src="img/ui.png" alt="diversity" />
</div>
</div>
</div>
</div>
</section>
<!-- <section id="web-technologies" class="section-spacer" data-aos="fade-left">
<div class="container">
<div class="cols center-items">
<div class="col-5">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Cyber Security</h2>
<p>
For passionate developers who want to stay relevant in a cloud
first world where businesses demand for agility and innovation
and prompt rise of cloud-native applications to ridges gaps
between data, insight, and action.
</p>
</div>
<a href="https://codelabs.developers.google.com/?cat=cloud" class="hero-button"
style="border-radius: 1.4rem" target="_blank">Know More <i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="col-7 ml-auto">
<div class="feature-list-image">
<img class="section-img" src="img/cybersecurity.png" alt="diversity" />
</div>
</div>
</div>
</div>
</section> -->
<!-- <section id="team" class="section-spacer text-center" data-aos="fade-up">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title">Meet Our Members</h2>
<p class="section-subtitle">
Passionate students and faculty staff driving the success of the
program.
</p>
</header>
<section id="overview-cards" class="section-spacer" data-aos="fade-up">
<div class="container">
<div class="card_column" style="display: flex; justify-content: center; align-items: center;">
<div class="col-4" style="width: 100%">
<div class="card" style="margin-right: 1.2rem">
<div class="avatar">
<img style="margin-top: 25px;" alt="team-lead" src="./img/skg_sir.png">
</div>
<div class="title">
<h3>Prof. Sukalyan Goswami</h3>
</div>
<div style="margin-left: 25px; margin-right:25px;" class="description">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi repellendus laudantium asperiores!
</div>
<div class="social">
<ul>
<li><i class="fab fa-facebook"></i></li>
<li><i class="fab fa-twitter"></i></li>
<li><i class="fab fa-github"></i></li>
<li><i class="fab fa-dev"></i></li>
<li><i class="fas fa-link"></i></li>
</ul>
</div>
</div>
</div>
<div class="col-4" style="width: 100%">
<div class="card" styles="margin: 1.2rem">
<div class="avatar">
<img style="margin-top: 25px;" alt="team-lead" src="./img/sumit_sir.png">
</div>
<div class="title">
<h3>Prof. Sumit Anand</h3>
</div>
<div style="margin-left: 25px; margin-right:25px;" class="description">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi repellendus laudantium asperiores!
</div>
<div class="social">
<ul>
<li><i class="fab fa-facebook"></i></li>
<li><i class="fab fa-twitter"></i></li>
<li><i class="fab fa-github"></i></li>
<li><i class="fab fa-dev"></i></li>
<li><i class="fas fa-link"></i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div> -->
<!-- <a href="./team.html" class="hero-button" style="border-radius: 1.4rem">Meet The Team</a> -->
<!-- </section> -->
<!-- Prizes Section -->
<section class="section-spacer" data-aos="fade-up">
<div class="container-fluid prize-section mt-5">
<div class="container">
<div class="heading text-center">
<!-- <h2 id="prize">Prizes</h2> -->
<h2 class="section-title"><span class="section-title__underline">PRIZES</span></h2>
<!--<h1 class="sub-heading mt-5">Total Prize Pool of</h1>-->
<!--<h1 class="prize-price my-5">INR 2,50,00,000+</h1>-->
</div>
<!--
<article class="cardno">
<header class="cardno-header">
<h2><span class="section-title__underline">1st Prize</span></h2>
<p>To be disclosed</p>
</header>
<div class="cardno-prizeimg">
<a class="cardno-avatar" href="#">
<img src="./img/first place.png" alt="prize">
</a>
</div>
</article>
<h2>To be disclosed. -->
<!-- <article class="cardno">
<header class="cardno-header">
<h2><span class="section-title__underline">2nd Prize</span></h2>
<p>To be disclosed</p>
</header>
<div class="cardno-prizeimg">
<a class="cardno-avatar" href="#">
<img src="./img/second place.png" alt="prize">
</a>
</div>
</article>
<article class="cardno">
<header class="cardno-header">
<h2><span class="section-title__underline">3rd Prize</span></h2>
<p>To be disclosed</p>
</header>
<div class="cardno-prizeimg">
<a class="cardno-avatar" href="#">
<img src="./img/third place.png" alt="prize">
</a>
</div>
</article>
</div> -->
</section>
<section id="schedule" class="section-spacer section-schedule" data-aos="fade-up">
<div class="schedule">
<header class="section-header text-center">
<h2 class="section-title"><span class="section-title__underline">SCHEDULE</span></h2>
<h1 class="schedule-content">To be Announced</h1>
</header>
</div>
</section>
<!-- sponsor section starts -->
<section class="sponsor mb-10 " data-aos="fade-up">
<div class="sponsor__header__wrapper">
<header class="section-header text-center">
<h2 class="section-title">
<span class="section-title__underline">SPONSERS</span>
</h2>
</header>
</div>
<div class="sponsor__wrapper">
<div class="container">
<div class="cols center-items">
<div class="col-12 mx-auto">
<div class="sponsor__item flex-center">
<img src="/img/assets/devfolio-logo.png" alt="">
</div>
</div>
<div class="col-6 col-sm-12">
<div class="sponsor__item flex-center">
<img src="/img/assets/cello-logo.png" alt="">
</div>
</div>
<div class="col-6 col-sm-12">
<div class="sponsor__item flex-center">
<img src="/img/assets/polygon-logo.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="text-center">
<div>
<h1 class="section-header sponsor-sec">Want to sponsor us?</h1>
</div>
<div>
<span class="paddingbutton">
<a href="#" class="hero-button" target="_blank" style="border-radius: 1.4rem">Read Brochure
<i class="fas fa-book-reader"></i></a>
</span>
<span class="paddingbutton">
<a href="#" class="hero-button" target="_blank" style="border-radius: 1.4rem">Sponsor Us
<i class="fas fa-handshake"></i></a>
</span>
</div>
</div>
</div>
</section>
<!-- sponsor section ends -->
<!-- FAQ Section -->
<div class="accordion">
<h2 class="accordion__heading">Frequently Asked Questions</h2>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb" style="color:#2ea14b;"></i>Who can become a member?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p> The clubs is open to any student, ranging from novice developers who are just starting, to advanced
developers who want to further their skills. </p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb" style="color:#2ea14b;"></i>How frequently do events and workshops
occur?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p> We hold workshops and showcases at University Of Engineering & Management & we would recommend you to join
our community by becoming a member to get updates. </p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb" style="color:#2ea14b;"></i>What should I carry when attending a
workshop?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p> We recommend you carry with you a notebook, pen and a laptop because more often than not we make our hands
dirty with code. Most importantly, carry along a healthy dose of curiosity and enthusiasm.
</p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb" style="color:#2ea14b;"></i>Who should I reach out to if I have any
questions?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p> If you have any questions or comments, please don't hesitate to contact us by clicking the button below.
We
would be happy to stay engaged via email even after the event </p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb" style="color:#2ea14b;"></i>Should I learn skills in several
areas?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>Personally, I’d say choose a path and stick to it! Learning too many things at once will slow you down.
Here
are a few ideas of things you can choose to focus on, and a little bit about each one.</p>
</div>
</div>
</div>
<footer id="footer" class="section-spacer">
<div class="container">
<div class="cols">
<div class="col-4">
<div class="footer-widget">
<img class="logo-sm mb-10" alt="Hackdependence UEMK logo" src="img/assets/Hackdependence_logo.svg"
height="50" width="50" />
<span class="hackdependenceFooter">Hackdependence UEMK</span>
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
| All Rights Reserved.
</p>
<span>Feel free to drop us an email at </span><a href="#">hackdependence@gmail.com</a>
<ul class="social-list mt-10">
<li>
<a href="" target="_blank" rel="noopener"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="" target="_blank" rel="noopener"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-8 col-sm-10">
<div class="cols">
<div class="col-4">
<div class="footer-widget">
<h4 class="title">Contribute</h4>
<ul class="list-unstyled">
<li>
<a href="#" target="_blank">File a bug</a>
</li>
<li>
<a href="#" target="_blank">View source</a>
</li>
</ul>
</div>
</div>
<div class="col-4">
<div class="footer-widget">
<h4 class="title">Connect Us</h4>
<ul class="list-unstyled">
<li>
<a href="#" target="_blank">Facebook</a>
</li>
<li>
<a href="#" target="_blank">Linkedin</a>
</li>
</ul>
</div>
</div>
<div class="col-4">
<div class="footer-widget">
<h4 class="title">Made with ❤️ By</h4>
<p>Members of Hackdependence</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" id="scroll" style="display: inline"><i class="fas fa-angle-up"></i></a>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
<!--For Particle js-->
<script src="./js/particleJs/particle.min.js"></script>
<script src="./js/particleJs/app.js"></script>
<script src="./js/accordian.js"></script>
</body>
</html>