-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
753 lines (653 loc) · 32.6 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
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PyHack 2.0</title>
<link rel="shortcut icon" href="img/PyHack Logos/PHicon.png" type="image/png">
<meta charset="utf-8">
<!-- Page Title -->
<title>PyHack 2.O - Coding: Where creativity meets logic, and
challenges become triumphs. </title>
<!-- Meta Tags -->
<meta name="description"content="PyHack">
<meta name="keywords" content="PyHack 2.O, IEEE IIT, IEEE WIE">
<meta name="author" content="Ridma Palansuriya">
<!-- Template Styles Start -->
<link rel="stylesheet" type="text/css" href="css/loaders/loader.css">
<link rel="stylesheet" type="text/css" href="css/plugins.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Template Styles End -->
</head>
<body>
<!-- Loader Start -->
<div class="loader">
<div class="loader__container">
<img src="img/PyHack Logos/PyHack Logo.jpg" alt="PyHack Loader Logo">
</div>
</div>
<!-- Loader End -->
<!-- Load Scripts Start -->
<!-- <script src="js/libs.min.js"></script> -->
<script src="js/gallery-init.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tripetto-runner-foundation"></script>
<script src="https://cdn.jsdelivr.net/npm/tripetto-services"></script>
<script src="js/custom.js"></script>
<!-- Load Scripts End -->
<!-- Intro Background Start -->
<div class="intro__background">
<video autoplay muted loop id="myVideo">
<source src="img/PyHack Logos/Bg.mp4" type="video/mp4">
</video>
<!-- triangles background -->
<!-- <div id="triangles-js"></div> -->
</div>
<!-- Intro Background End -->
<!-- Menu Start -->
<nav id="menu" class="menu">
<div class="menu__content">
<div class="container-fluid p-0 fullheight">
<div class="row g-0 flex-xl-row-reverse fullheight">
<!--Menu Data Block Start -->
<div class="col-12 col-xl-8 menu__data">
<!-- Menu Controls Line Start -->
<div class="menudata__controls">
<div class="controls__content">
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-8">
<div class="controls__leftline d-flex justify-content-start align-items-center">
</div>
</div>
<div class="col-4">
<div class="controls__rightline d-flex justify-content-end align-items-center">
<!-- Menu Close Button Start -->
<a id="menu-close" class="section-close hover-white hover-white-s" href="#0">
<em></em>
<span></span>
</a>
<!-- Menu Close Button End -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu Controls Line End -->
<!-- Menu Links Start -->
<div class="menudata__links">
<div class="container-fluid p-0">
<div class="row g-0 align-items-center">
<div class="col-12 col-md-6">
<!-- Navigation Start -->
<ul class="navigation">
<li>
<a href="#0" id="home-trigger">Home</a>
</li>
<li>
<a href="#0" id="about-trigger">About</a>
</li>
<!-- <li>
<a href="#0" id="merch-store-trigger">Delegate Booklet</a>
</li> -->
<li>
<a href="#0" id="contact-trigger">Register</a>
</li>
<li>
<a href="#0" id="about-trigger">Schedule</a>
</li>
<li>
<a href="#0" id="about-trigger">Our Partners</a>
</li>
<li>
<a href="#0" id="team-trigger">Contact</a>
</li>
</ul>
<!-- Navigation End -->
</div>
<!-- Menu Socials Start -->
<!-- <div class="socials-menu">
<ul>
<li>
<a href="https://www.facebook.com/ieeewieiit" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/wie-affinity-group-of-iit/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/ieeewieiit/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<p class="copyright">
<a href="https://www.wieiit.com/" target="_blank">
IEEE WIE IIT ©️ 2023
</a>
</p>
</li>
</ul>
</div> -->
<!-- Menu Socials End -->
</div>
<!--Menu Data Block End -->
</div>
</div>
</div>
</nav>
<!-- Menu End -->
<!-- Header Start -->
<header id="header" class="header">
<!-- Logo Start -->
<div class="header__logo">
<a href="https://pyhack.pages.dev/"> <img style="inline-size: 30rem;" src="img/PyHack Logos/LogoT.png" alt="PyHack 2.O Logo"> </a>
</div>
<!-- Logo End -->
<!-- Header Content Start -->
<div class="header__content fullheight-mobile d-flex align-items-center">
<div class="container-fluid px-0">
<div class="row gx-0 justify-content-end justify-content-xl-start">
<div class="col-auto col-xl-8">
<!-- Header Controls Block Start -->
<div class="header__buttons d-flex justify-content-end align-items-center">
<!-- Socials Desktop Start -->
<div class="socials-desktop">
<ul>
<li>
<a href="https://web.facebook.com/ieeewieiit" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/wie-affinity-group-of-iit/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/ieeewieiit/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- Socials Desktop End -->
<!-- Notify Trigger Start -->
<!-- <a id="contact-trigger-2"
class="btn-round-mobile btn-notify btn-light-outline notify-trigger hover-white hover-white-s"
href="#0">
<em></em>
<span class="btn-caption">Resources</span> -->
<!-- <a id="store-trigger" href="Link to booklet" target="_blank">
<em></em>
Delegate Booklet Start -->
<!-- <a class="btn-round-mobile btn-light-outline hover-white hover-white-s"
href="https://drive.google.com/file/d/1GKIvr0mzHBrtNATXT4wKb3dsOR6ELeuf/view?usp=sharing"
target="_blank">
<span class="btn-caption">Delegate Booklet</span>
</a> -->
<!-- Notify Trigger End -->
</div>
<!-- Header Controls Block End -->
</div>
<div class="col-auto col-xl-4">
<!-- Menu Trigger Start -->
<div class="header__menu d-flex justify-content-end">
<a id="menu-trigger" class="menu-trigger" href="#0">
<span class="menu-objects"></span>
</a>
</div>
<!-- Menu Trigger End -->
</div>
</div>
</div>
</div>
<!-- Header Content End -->
</header>
<!-- Header End -->
<!-- Main Section Start -->
<section id="main" class="main active">
<div class="main__content">
<div class="container-fluid p-0 fullheight">
<div class="row g-0 fullheight">
<!-- Main Section Intro Start -->
<div class="col-12 col-xl-8 main__intro">
<div class="intro__background">
<video autoplay muted loop id="myVideo">
<source src="img/PyHack Logos/Bg.mp4" type="video/mp4">
</video>
<!-- triangles background -->
<!-- <div id="triangles-js"></div> -->
</div>
<!-- Intro Background End -->
<!-- Intro Content Start -->
<div class="intro__content">
<!-- Headline Start -->
<div id="headline" class="headline">
<aside>
<h1 class="animated-headline medium">
<span class="glow" > <h1> PyHack 2.O </h1></span>
Inter
<span id="typed-strings">
<b>- University</b>
<b>- School</b>
</span>
<span id="typed"></span>
<br>
<span>Coding competition</span>
</h2>
<p>"Coding: Where creativity meets logic, and
challenges become triumphs."</p>
</h1>
<br> <br>
<h4 style= "text-align:center;"> Need More Details? </style=> </h5>
<h6><br></h6>
<div class="d-flex flex-wrap justify-content-center gap-5">
<!-- School Registration Start -->
<div style="width: 32rem;">
<div
class="feature__itemreg block-rounded-lreg d-flex flex-column justify-content-center align-items-center gap-5">
<h4 class="feature__title text-center"> I am a <br> School <br> Student </h4>
<div class="glow">
<a class="btn-round-mobile btn-light-outline hover-white hover-white-s"
href="https://bit.ly/schl-db" target="_blank">
<em></em>
<span class="btn-caption">Delegate Booklet</span>
</a>
</div>
</div>
</div>
<!-- School Registration End -->
<!-- University Registration Start -->
<div style="width: 32rem;">
<div
class="feature__itemreg block-rounded-lreg d-flex flex-column justify-content-center align-items-center gap-5">
<h4 class="feature__title text-center"> I am an <br>University <br> Undergraduate</h4>
<div class="glow">
<a class="btn-round-mobile btn-light-outline hover-white hover-white-s"
href="https://bit.ly/uni-db"target="_blank">
<em></em>
<span class="btn-caption">Delegate Booklet</span>
</a>
</div>
</div>
</div>
<!-- University Registration End -->
</div>
</div>
</div>
</div>
<!-- Headline End -->
</div>
<!-- Intro Content End -->
<!-- Menu Socials Start -->
<div class="socials-menu">
<ul>
<li>
<a href="https://www.facebook.com/ieeewieiit" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/wie-affinity-group-of-iit/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/ieeewieiit/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<p class="copyright">
<a href="https://www.wieiit.com/" target="_blank">
IEEE WIE IIT ©️ 2023
</a>
</p>
</li>
</ul>
</div>
<!-- Menu Socials End -->
<!-- Sosials Mobile Start -->
<!-- <div class="col-12 socials-mobile">
<ul>
<li>
<a href="https://web.facebook.com/ieeewieiit" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/wie-affinity-group-of-iit/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/ieeewieiit/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul> -->
</div>
<!-- Sosials Mobile End -->
</div>
</div>
</div>
</section>
<!-- Main Section End -->
<!-- About Section Start -->
<section id="about" class="inner about">
<div class="container-fluid p-0 fullheight">
<div class="row g-0 fullheight">
<!-- About Section Content Start -->
<div class="col-12 col-xl-8 inner__content">
<!-- desktop shadow -->
<div class="desktop-shadow"></div>
<!-- inner section blocks -->
<div class="inner__blocks">
<!-- Section Container - Section Title Start -->
<div class="inner__container">
<div class="content-block">
<span class="glow"> <h2> What is PyHack 2.O? </h2> </span>
<h4> PyHack 2.0, is the annual coding competition <br> organized
by the IEEE WIE affinity group of IIT. </h4>
<h6 class="section__text"> PyHack aims to
foster innovation, collaboration, and knowledge sharing
among university students, with a special focus on
promoting gender diversity and inclusion in the tech
community. Building on the success of PyHack 1.0 in
2021, this year'sevent will feature an expanded format,
encompassing both an Inter University Hackathon and
an exclusive Inter School Hackathon. </h6>
</div>
</div>
<!-- Section Container - Section Title End -->
<!-- Section Container - Section Title Start -->
<div class="inner__container">
<div class="content-block">
<span class="glow"> <h2> IEEE WIE AFFINITY GROUP OF IIT </h2> </span>
<h4> WIE is one of the largest global professional
organizations dedicated to promoting women engineers, scientists
and inspiring girls to follow their academic interests to a career in
engineering. </h4>
<h6 class="section__text"> The IEEE WIE Affinity Group of Informatics Institute of
Technology strives to uphold the purpose of its mother organization
and create a better future for women in STEM education. We organize
many events every year, including hackathons, webinars, STEM
workshops, and charity projects to provide learning opportunities to
women in STEM and assist them in excelling in their respective fields. </h6>
</div>
</div>
<!-- Section Container - Section Title End -->
<div class="card-wrapper | content-cc">
<div class="faq-card">
<main class="faq-content">
<div class="faq-ilustrations">
<!-- mobile -->
<img class="profile-circle-faq" src="img/PyHack Logos/PyHack Logo.jpg">
</img>
<!-- mobile -->
</div>
<br><br><br>
<h1>FAQ</h1>
<div class="faq-articles">
<article class="faq-accordion">
<input type="checkbox" class="tgg-title" id="tgg-title-1">
<div class="faq-accordion-title">
<label for="tgg-title-1">
<h2> How do I participate in the PYHACK 2.O?</h2>
<span class="arrow-icon">
<img src="https://raw.githubusercontent.com/Romerof/FAQ-accordion-card/main/images/icon-arrow-down.svg">
</span>
</label>
</div>
<div class="faq-accordion-content">
<h6>Register your team! <br> Form a group of 2 to 4 members from your school/university and make sure to register in advance to secure your spot.</h6>
</div>
</article> <!-- faq accordion -->
<article class="faq-accordion">
<input type="checkbox" class="tgg-title" id="tgg-title-2">
<div class="faq-accordion-title">
<label for="tgg-title-2">
<h2>
Can I choose how to participate?
</h2>
<span class="arrow-icon">
<img src="https://raw.githubusercontent.com/Romerof/FAQ-accordion-card/main/images/icon-arrow-down.svg">
</span>
</label>
</div>
<div class="faq-accordion-content">
<h6>Absolutely! You have the option to participate either in person at the IIT Computing School or virtually from any location that suits you best.</h6>
</div>
</article> <!-- faq accordion -->
<article class="faq-accordion">
<input class="tgg-title" type="checkbox" id="tgg-title-3">
<div class="faq-accordion-title">
<label for="tgg-title-3">
<h2>
Will the challenges be Python-focused?
</h2>
<span class="arrow-icon">
<img src="https://raw.githubusercontent.com/Romerof/FAQ-accordion-card/main/images/icon-arrow-down.svg">
</span>
</label>
</div>
<div class="faq-accordion-content">
<h6>Yes, the challenges are exclusively in Python for school candidates.</h6>
</div>
</article> <!-- faq accordion -->
</article> <!-- faq accordion -->
<article class="faq-accordion">
<input class="tgg-title" type="checkbox" id="tgg-title-4">
<div class="faq-accordion-title">
<label for="tgg-title-4">
<h2>
Are there any workshops available?
</h2>
<span class="arrow-icon">
<img src="https://raw.githubusercontent.com/Romerof/FAQ-accordion-card/main/images/icon-arrow-down.svg">
</span>
</label>
</div>
<div class="faq-accordion-content">
<h6>
Absolutely yes! <br>Exclusive workshops are offered for school candidates. You'll have the opportunity to attend three insightful workshops conducted by an experienced Python lecturer. These workshops are designed to prepare you for the exciting challenges that await.</h6>
</div>
</article> <!-- faq accordion -->
<article class="faq-accordion">
<input class="tgg-title" type="checkbox" id="tgg-title-5">
<div class="faq-accordion-title">
<label for="tgg-title-5">
<h2>
What platform will I use for coding and submissions??
</h2>
<span class="arrow-icon">
<img src="https://raw.githubusercontent.com/Romerof/FAQ-accordion-card/main/images/icon-arrow-down.svg">
</span>
</label>
</div>
<div class="faq-accordion-content">
<h6> Use "HackerRank" platform for your coding and submission needs.</h6>
</div>
</article> <!-- faq accordion -->
</div> <!-- faq articles -->
</main> <!-- faq -->
</div> <!-- faq card -->
</div> <!-- card wrapper -->
<!-- Section Container - Features Start -->
<div class="inner__container">
<div class="content-block grid-block">
<div class="container-fluid px-4">
<br>
<!-- Section Container - Awards Start -->
<div class="inner__container">
<div class="content-block grid-block">
<div class="container-fluid px-4">
<br>
<h2 class="mb-5">Prizes and Awards</h2>
<div class="d-flex flex-wrap gap-5 justify-content-center">
<!-- contact data single item -->
<div style="width: 80rem;">
<div class=" block-rounded-l">
<img src="./img/PyHack Logos/awards.png" alt="Awards" style="width: 100%; border-radius:0.8rem;">
</div>
<br>
<h5> All participants will receive online certificates of participation and exclusive merchandise
related to PYHACK 2.0. </h5>
</div>
</div>
</div>
</div>
</div>
<!-- Section Container - Awards End -->
<!-- <div class="row gx-5 align-items-stretch mb-5"> -->
<!-- feature single item -->
<!-- <div class="col-12 col-md-4 feature"> -->
<div class="feature__item team-rounded-l">
<!-- contact data single item -->
<div style="width: 32rem;">
<div class="contactdata__itempro block-rounded-lpro">
<div class="contactdata__icon">
<div class="profile-circle">
<img src="img/PyHack Logos/Kimali-Kimali-Abeynayaka-q6s5h7ll2c13gdei7y5ot8qb151naxjnd00uiefioo.jpg" alt="" class="profile-image" id="profile-image"/>
</div>
<h5 class="contactdata__title">Project Chair<br>PYHACK 2.0 </h5>
<div class="contactdata__descr d-flex align-items-start">
<div class="contactdata__text">
<p> Kimali Abeynayaka</p>
<p>+94 774724528 </p>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br>
<!-- feature single item -->
<div class="col-12 col-md-4 feature">
<div class="feature__item team-rounded-l">
<!-- contact data single item -->
<div style="width: 32rem;">
<div class="contactdata__itempro block-rounded-lpro">
<div class="contactdata__icon">
<div class="profile-circle">
<img src="img/PyHack Logos/Agarshan.jfif" alt="" class="profile-image" id="profile-image">
</div>
<h5 class="contactdata__title">Project Co-Chair<br>PYHACK 2.0 </h5>
<div class="contactdata__descr d-flex align-items-start">
<div class="contactdata__text">
<p>Sahathevan Agarshan</p>
<p>
+94 765330444
</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br>
<!-- feature single item -->
<div class="col-12 col-md-4 feature">
<div class="feature__item team-rounded-l">
<!-- contact data single item -->
<div style="width: 32rem;">
<div class="contactdata__itempro block-rounded-lpro">
<div class="contactdata__icon">
<div class="profile-circle">
<img src="img/PyHack Logos/Dineeka Wimalaratne.png" alt="" class="profile-image" id="profile-image"/>
</div>
<h5 class="contactdata__title">Project Co-Chair<br>PYHACK 2.0 </h5>
<div class="contactdata__descr d-flex align-items-start">
<div class="contactdata__text">
<p>Dineeka Wimalaratne</p>
<p>
+94 710416310
</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Section Container - Contact Data End -->
</div>
</div>
<!-- About Section Content End -->
</div>
</div>
</section>
<!-- About Section End -->
<!-- Contact Trigger Start -->
<section id="contact" class="inner contact">
<div class="container-fluid p-0 fullheight">
<div class="row g-0 fullheight">
<!-- Contact Section Content Start -->
<div class="col-12 col-xl-8 inner__content">
<!-- desktop shadow -->
<div class="desktop-shadow"></div>
<!-- inner section blocks -->
<div class="inner__blocks">
<!-- Section Container - Section Title Start -->
<div class="inner__container">
<div class="content-block">
<span class="glow"> <h2>Registrations Open! </h2></span>
<p><br></p>
<div class="d-flex flex-wrap justify-content-center gap-5">
<!-- School Registration Start -->
<div style="width: 32rem;">
<div
class="feature__itemreg block-rounded-lreg d-flex flex-column justify-content-center align-items-center gap-5">
<h4 class="feature__title text-center">School Category <br> Registrations </h4>
<div class="glow">
<a class="btn-round-mobile btn-light-outline hover-white hover-white-s"
href="https://bit.ly/pyhack-school-category" target="_blank">
<em></em>
<span class="btn-caption">Register Now</span>
</a>
</div>
</div>
</div>
<!-- School Registration End -->
<!-- University Registration Start -->
<div style="width: 32rem;">
<div
class="feature__itemreg block-rounded-lreg d-flex flex-column justify-content-center align-items-center gap-5">
<h4 class="feature__title text-center">University Category <br> Registrations</h4>
<div class="glow">
<a class="btn-round-mobile btn-light-outline hover-white hover-white-s"
href="https://bit.ly/PyHack-open-category"target="_blank">
<em></em>
<span class="btn-caption">Register Now</span>
</a>
</div>
</div>
</div>
<!-- University Registration End -->
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Load Scripts Start -->
<script src="js/libs.min.js"></script>
<script src="js/gallery-init.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tripetto-runner-foundation"></script>
<script src="https://cdn.jsdelivr.net/npm/tripetto-services"></script>
<script src="js/custom.js"></script>
<!-- Load Scripts End -->
</body>
</html>