-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
877 lines (784 loc) · 58.8 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
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
<!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.0">
<title>Hack Till S'Hour Website</title>
<meta content="cybersecurity, algiers, ctf, week, challenges, shellmates" name="keywords">
<meta content="Hack Till S'Hour is a cyber-security event held by Shellmates on the holy month of Ramadan. It basically includes a gathering after Iftar of all participants, from the end of the Taraweeh prayer (11 PM) till dawn (8-9 AM), for a night full of learning and hacking." name="description">
<meta property="og:image" content="https://res.cloudinary.com/shellmates-club/image/upload/v1649865630/hack_till_shour/bg-meta_t498xf.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="315" />
<meta property="og:image:alt" content="Hack Till S'Hour Logo" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hacktills7our22.shellmates.club/" />
<meta property="og:title" content="Hack Till S'Hour Event" />
<meta property="og:description" content="Hack Till S'Hour is a cyber-security event held by Shellmates on the holy month of Ramadan. It basically includes a gathering after Iftar of all participants, from the end of the Taraweeh prayer (11 PM) till dawn (8-9 AM), for a night full of learning and hacking." />
<!-- Favicons -->
<link href="https://res.cloudinary.com/shellmates-club/image/upload/c_scale,w_17/v1649865800/hack_till_shour/logo_qcjkps.png" rel="icon">
<link href="https://res.cloudinary.com/shellmates-club/image/upload/v1649865630/hack_till_shour/bg-meta_t498xf.png" rel="apple-touch-icon">
<link href="https://github.com/FortAwesome/Font-Awesome/blob/master/web-fonts-with-css/css/fontawesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/LATEST-VERSION">
<link href="../public/styles.css" rel="stylesheet">
<link href="/venobox/dist/venobox.css" rel="stylesheet"/>
<script src="https://kit.fontawesome.com/1e7114e63e.js" crossorigin="anonymous"></script>
</head>
<body class=" text-white ">
<nav class="fixed top-0 z-30 right-0 left-0 p-1 leading-loose navbar-fixed-top">
<button href="#" class="hamburger">
<div class="bar"></div>
</button>
<div class="w-screen nav-hidden lg:block">
<ul class="nav-bar text-lg lg:text-xl font-urbanist text-center m-0 p-5">
<li class="py-5 inline"><a class="inline-block px-9 " href="#home">Home</a></li>
<img class="py-5 inline w-4" src="../public/assets/star.svg">
<li class="py-5 inline w-4"><a class="inline-block px-9 " href="#about">About</a></li>
<img class="py-5 inline w-4" src="../public/assets/star.svg">
<li class="py-5 inline w-4"><a class="inline-block px-9 " href="#agenda">Agenda</a></li>
<img class="py-5 inline w-4" src="../public/assets/star.svg">
<li class="py-5 inline w-4"><a class="inline-block px-9 " href="#venue">Venue</a></li>
<img class="py-5 inline w-4" src="../public/assets/star.svg">
<li class="py-5 inline w-4"><a class="inline-block px-9 " href="#sponsors">Sponsors</a></li>
<img class="py-5 inline w-4" src="../public/assets/star.svg">
<li class="py-5 inline w-4"><a class="inline-block px-9 " href="#editions">Editions</a></li>
<img class="py-5 inline w-4" src="../public/assets/star.svg">
<li class="py-5 inline w-4"><a class="inline-block px-9 " href="#contact">Contact Us</a></li>
</ul>
</div>
<!--Mobile navbar-->
<div class="mobile-nav md:nav-hidden">
<ul class="flex flex-col text-center">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#home" class="redirect_sec" >Home</a></li>
<img class="py-2 w-3 mx-auto" src="../public/assets/star.svg">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#about" class="redirect_sec">About</a></li>
<img class="py-2 w-3 mx-auto" src="../public/assets/star.svg">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#agenda" class="redirect_sec">Agenda</a></li>
<img class="py-2 w-3 mx-auto" src="../public/assets/star.svg">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#venue" class="redirect_sec">Venue</a></li>
<img class="py-2 w-3 mx-auto" src="../public/assets/star.svg">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#sponsors" class="redirect_sec">Sponsors</a></li>
<img class="py-2 w-3 mx-auto" src="../public/assets/star.svg">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#editions" class="redirect_sec">Editions</a></li>
<img class="py-2 w-3 mx-auto" src="../public/assets/star.svg">
<li class="p-4 list-none hover:bg-slate-600 hover:cursor-pointer"><a href="#contact" class="redirect_sec">Contact Us</a></li>
</ul>
</div>
</nav>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
crossorigin="anonymous"></script>
<script>
$(function () {
$(document).scroll(function () {
var $nav = $(".navbar-fixed-top");
$nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
});
});
</script>
<button class="fixed w-12 h-12 bottom-32 right-10 bg-[#0D0027] fill-white ease-out hover:bg-white hover:fill-[#02121F] hover:ease-out px-3 py-3 rounded-full cursor-pointer z-50" onclick="topFunction()" id="myBtn" title="Go to top">
<?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96"><title/><path d="M82.6074,62.1072,52.6057,26.1052a6.2028,6.2028,0,0,0-9.2114,0L13.3926,62.1072a5.999,5.999,0,1,0,9.2114,7.6879L48,39.3246,73.396,69.7951a5.999,5.999,0,1,0,9.2114-7.6879Z"/></svg>
</button>
<script>
//Get the button:
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
<!--hero section-->
<a name="home"></a>
<section id="1" class=" sec hero w-full py-32 md:pt-52">
<div class=" h-[100%] w-[100%] flex flex-col align-middle justify-center text-center">
<h1 class="font-anton mb-4 text-4xl sm:mb-6 md:text-7xl md:mb-10">Hack Till S'Hour</h1>
<h2 class="text-[#FFC947] text-[18px] md:text-3xl mb-5 md:mb-14">Another way to enjoy your CTFs</h3>
<img src="./public/assets/di 11.svg" alt="underline" class="w-24 mb-4 sm:w-40 md:w-52 mx-auto" />
<p class=" px-[25%] md:px-[35%] md:text-2xl">Are you one of those who appreciate having a good time competing and solving Cybersecurity challenges with friends? enjoy meeting up with other persons sharing same domain as you? Hack Till S’hour is made just for you!
<br>
Few steps to come along and join the blast out of it!</p>
<p class="py-8 text-[#FFC947] text-[18px] md:text-2xl ">21/22-04-2022</p>
<img src="./public/assets/di 11.svg" alt="underline" class="w-24 mb-12 sm:w-40 md:w-52 md:mb-14 mx-auto" />
<a href="https://shellmates.typeform.com/HackTillShour22" target="_blank" rel="noopener noreferrer"><button class="capitalize hero-btn relative mx-auto "><img src="../public/assets/hero-btn-shape.png" alt="" class="w-36 h-10 md:w-64 md:h-14"></button></a>
</div>
</section>
<!--COUNTDOWN-->
<div class="countdown h-full w-full">
<div class="mx-auto flex flex-row gap-x-16 sm:gap-x-24 align-middle justify-center">
<div class=" text-center">
<img src="../public/assets/lamp.png" alt="" class="mx-auto lamp w-12 sm:w-16 mb-5 md:w-24 md:mb-10">
<p class="daysTXT translate-y-[-280%] sm:translate-y-[-335%] md:translate-y-[-395%] font-anton md:text-3xl text-lg">00</p>
<p class="font-anton text-[#FFC947] translate-y-[-100%] md:text-3xl text-lg">Days</p>
</div>
<div class=" text-center">
<img src="../public/assets/lamp.png" alt="" class="mx-auto lamp w-12 sm:w-16 mb-5 md:w-24 md:mb-10">
<p class="hoursTXT translate-y-[-280%] sm:translate-y-[-335%] md:translate-y-[-395%] font-anton md:text-3xl text-lg">00</p>
<p class=" font-anton translate-y-[-100%] text-[#FFC947] md:text-3xl text-lg">Hours</p>
</div>
<div class=" text-center">
<img src="../public/assets/lamp.png" alt="" class="mx-auto lamp w-12 sm:w-16 mb-5 md:w-24 md:mb-10">
<p class=" minutesTXT translate-y-[-280%] sm:translate-y-[-335%] md:translate-y-[-395%] font-anton md:text-3xl text-lg">00</p>
<p class=" translate-y-[-100%] font-anton text-[#FFC947] md:text-3xl text-lg">Minutes</p>
</div>
</div>
</div>
<!-- About Event-->
<a name="about"></a>
<section id="2" class="sec md:h-[calc(100vh)] w-full flex flex-col items-center justify-center pt-32 lg:p-32 2xl:p-58 leading-10 ">
<h1 class="contact-us-title relative capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl text-[#fff] flex">About The Event</h1>
<img src="../public/assets/underline_title.png" alt="underline" class="w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-8" />
<div class="w-full flex flex-col lg:flex-row items-center justify-between m-auto lg:text-xl text-lg">
<p class=" lg:w-1/2 w-full px-12 lg:px-0 lg:ml-10 mb-16 lg:mb-auto lg:pl-5 text-center lg:text-left">
Hack Till S'Hour is a Cybersecurity event held by Shellmates in the holy month of Ramadan. It includes a gathering of all participants after Iftar, from the end of the Taraweeh prayer (11 PM) until dawn (8-9 AM), for a night full of learning and hacking.
<br/><br/>
We will host a beginner-friendly CTF competition, where all attendees are against time trying to 'hack' and solve Cybersecurity enthrilling challenges until sleep wins over!
</p>
<div class=" lg:w-1/5 flex flex-col items-center lg:mr-28">
<h1 class="md:self-start text-[#E3D58A] mb-5 text-3xl">WHERE</h1>
<p class=" md:self-start text-center lg:text-left mb-5">École nationale supérieure d'informatique, Algiers.</p>
<h1 class="md:self-start text-[#E3D58A] mb-5 text-3xl">WHEN</h1>
<p class=" md:self-start text-center lg:text-left">21/22-04-2022 at 8 PM</p>
</div>
</div>
</section>
<!-- About The Club-->
<section class="sec md:h-[calc(100vh)] w-full flex flex-col items-center justify-center pt-32 lg:p-32 2xl:p-58 leading-10">
<h1 class="contact-us-title relative capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl text-[#fff] flex">About Our Club</h1>
<img src="../public/assets/underline_title.png" alt="underline" class="w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-8" />
<div class="w-full flex lg:flex-row flex-col-reverse items-center justify-between m-auto">
<img src="../public/assets/computer.png" alt="" class="md:w-[calc(35vw)] md:pl-5 mt-5 lg:mt-auto w-1/2 ">
<div class="flex flex-col items-center justify-center md:w-1/2 md:pr-5 text-center lg:text-left">
<img src="../public/assets/underline_title.png" alt="underline" class="w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-8 hidden lg:block" />
<p class="mb-12 px-12 lg:mb-auto lg:px-0 lg:text-2xl text-xl text-[#E3D58A]"> Shellmates club is a collaboration of Algerian dedicated students that are passionate about computer security and computer science, founded on December 19th, 2011. Formerly known as “OWASP Student Chapter Algeria”, since the group was the first representative of OWASP in Algeria. The main goal of the club is to create a community of Infosec enthusiasts and encourage knowledge sharing in the IT security field.</p>
<img src="../public/assets/underline_title.png" alt="underline" class="w-24 mt-10 sm:w-40 sm:mb-16 md:w-52 md:mb-8 hidden lg:block" />
</div>
</div>
</section>
<!-- #####--Why Participating--###### -->
<!-- #####--END OF Why Participating--###### -->
<!-- #####---Speakers--##### -->
<!-- #####--- END OF Speakers--##### -->
<!-- #####---Agenda--##### -->
<a name="agenda"></a>
<div id="3" class="sec spearkers sec flex flex-col items-center justify-center mt-20 sm:mt-60 lg:mt-40 px-12 md:px-32 2xl:px-58 leading-10">
<h1 class="font-anton text-center capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl md:mb-8">Agenda</h1>
<img src="./public/assets/di 11.svg" alt="underline" class="mx-auto w-24 mb-8 sm:w-40 sm:mb-12 md:w-52 md:mb-16" />
<div class="flex flex-col items-center justify-center mx-20 leading-10 w-full">
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">19:30 - 20:00</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">Ftour</h1>
</div>
</div>
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">20:00 - 21:00</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">On-Site Talk (Qaada)</h1>
</div>
</div>
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">21:00 - 23:00</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">Isha and Tarawih Prayer</h1>
</div>
</div>
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">23:00 - 4:00</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">CTF Competition</h1>
</div>
</div>
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">4:00 - 4:30</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">S'Hour</h1>
</div>
</div>
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">4:30 - 8:00</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">CTF Competition</h1>
</div>
</div>
<div class="w-full flex flex-row items-start justify-between m-auto lg:text-xl text-lg">
<div class=" w-1/6 lg:w-1/5 flex flex-col items-start lg:mr-10">
<p class="md:self-start text-right lg:text-left mb-5">8:00 - 9:00</p>
</div>
<div class=" w-3/4 border-l-2 border-[#F9C953] px-12 pt-0 pb-16 lg:mb-auto text-left relative">
<img src="../public/assets/Ellipse 10.svg" alt="Round" class="agenda-eclipse border-8 rounded-full border-[#100031]">
<h1 class="text-xl md:text-3xl font-bold font-urbanist text-[#E3D58A] mb-5">Closing Ceremony & Winners Announcement</h1>
</div>
</div>
</div>
</div>
<!-- #####--- END OF Agenda--##### -->
<!--venue-->
<a name="venue"></a>
<section id="3" class="sec py-24 event-venue w-full h-full font-urbanist">
<h1 class="font-anton text-center capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl md:mb-8">Event Venue</h1>
<img src="./public/assets/di 11.svg" alt="underline" class="mx-auto w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-24" />
<div class="w-[80%] mx-auto leading-loose">
<!-- Two columns -->
<div class=" flex flex-wrap md:flex-nowrap mb-6 gap-1 p-0 md:text-3xl md:leading-10 text-xl leading-6">
<div class="z-0 overflow-hidden relative h-[80vw] w-[100%] md:h-auto md:w-1/2 bg-gray-400">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3198.729818871565!2d3.1717269148095455!3d36.70502987996815!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x128e522f3f317461%3A0x215c157a5406653c!2sEcole%20Nationale%20Sup%C3%A9rieure%20d'Informatique!5e0!3m2!1sfr!2sdz!4v1647876037850!5m2!1sfr!2sdz" class="left-0 top-0 h-[100%] w-[100%] absolute" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="md:w-1/2 py-8 md:px-8 flex flex-col justify-center">
<p class="pb-5 font-bold text-2xl mb-4 sm:text-3xl sm:mb-6 md:text-4xl md:mb-8">
École nationale supérieure d'informatique, Algiers
</p>
<p class="text-[#E3D58A] text-lg sm:text-xl md:text-2xl lg:text-3xl">
Formerly the National Institute for Computer Training (INI), is an Algerian higher education institution training state engineers in computer science. It is located in Oued Smar, about 15 km from the city center of the capital Algiers, in Algeria.
</p>
</div>
</div>
<!-- Three columns -->
<div class="flex md:flex-nowrap flex-wrap my-4 gap-2 md:text-3xl md:leading-10 text-xl leading-6">
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266965/bsides_site/venue-gallery/1_gppl7a.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266965/bsides_site/venue-gallery/1_gppl7a.jpg" alt="">
</a>
</div>
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266956/bsides_site/venue-gallery/2_zpcjni.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266956/bsides_site/venue-gallery/2_zpcjni.jpg" alt="" >
</a>
</div>
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266965/bsides_site/venue-gallery/3_hxgrs4.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266965/bsides_site/venue-gallery/3_hxgrs4.jpg" alt="">
</a>
</div>
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266975/bsides_site/venue-gallery/4_votarv.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266975/bsides_site/venue-gallery/4_votarv.jpg" alt="" >
</a>
</div>
</div>
<!-- Three columns -->
<div class="flex md:flex-nowrap flex-wrap my-4 gap-2 md:text-3xl md:leading-10 text-xl leading-6">
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266948/bsides_site/venue-gallery/5_byhiqs.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266948/bsides_site/venue-gallery/5_byhiqs.jpg" alt="" >
</a>
</div>
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266993/bsides_site/venue-gallery/11_eso4xw.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266993/bsides_site/venue-gallery/11_eso4xw.jpg" alt="" >
</a>
</div>
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266985/bsides_site/venue-gallery/7_ollkur.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266985/bsides_site/venue-gallery/7_ollkur.jpg" alt="">
</a>
</div>
<div class="w-[100%] md:w-1/4 venue-img">
<a href="https://res.cloudinary.com/shellmates-club/image/upload/v1641266969/bsides_site/venue-gallery/9_sjk9sr.jpg" class="venobox" data-gall="venue-gallery">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1641266969/bsides_site/venue-gallery/9_sjk9sr.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
</section>
<!-- Partners/Sponsors-->
<a name="sponsors"></a>
<section id="4" class="sec md:h-[calc(70vh)] w-full flex flex-col items-center justify-center mt-20 lg:px-32 2xl:px-58 leading-10">
<h1 class="contact-us-title relative capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl text-[#fff] flex">Partners / Sponsors</h1>
<img src="../public/assets/underline_title.png" alt="underline" class="w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-8" />
<div class="w-full flex lg:flex-row flex-col items-center justify-center md:gap-28 gap-10 m-auto lg:mt-24">
<!-- Sponsor 01: -->
<div class="flex flex-col items-center justify-center my-10 lg:my-auto">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1649874272/hack_till_shour/sponsors/Github_k3edw2.png" alt="" class="md:w-[calc(20vw)] w-1/2 md:pl-5 mb-5 ">
<img src="../public/assets/yellowLine.png" alt="" class="md:w-[calc(20vw)] w-1/2 md:pl-5 ">
</div>
<!-- Sponsor 02: -->
<div class="flex flex-col items-center justify-center my-10 lg:my-auto">
<img src="https://res.cloudinary.com/shellmates-club/image/upload/v1649874272/hack_till_shour/sponsors/decima_cgtkdb.png" alt="" class="md:w-[calc(20vw)] w-1/2 md:pl-5 mb-5 ">
<img src="../public/assets/blueLine.png" alt="" class="md:w-[calc(20vw)] w-1/2 md:pl-5 ">
</div>
<!-- Sponsor 03: -->
<!-- <div class="flex flex-col items-center justify-center my-10 lg:my-auto">
<img src="../public/assets/Github.png" alt="" class="md:w-[calc(20vw)] w-1/2 md:pl-5 mb-5 ">
<img src="../public/assets/blueLine.png" alt="" class="md:w-[calc(20vw)] w-1/2 md:pl-5 ">
</div> -->
</div>
</section>
<!-- Previous editions section -->
<a name="editions"></a>
<section id="5" class="sec previous-editions flex flex-col items-center justify-center w-full text-white pt-5 text-center mt-40 lg:px-32 2xl:px-58">
<h1
class="font-anton previous-title capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl md:mb-8"
>
Previous editions
</h1>
<img
src="./public/assets/di 11.svg"
alt="underline"
class="w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-24"
/>
<!-- Tabs part -->
<div class="previous-tabs w-3/4 pb-24">
<div
class="previous-buttons flex flex-row items-center justify-center md:text-4xl text-2xl w-full text-center"
>
<button class="previous2020 w-1/2 py-5" onclick="showPanel(0)">
2016
</button>
<button class="previous2016 w-1/2 py-5" onclick="showPanel(1)">
2021
</button>
</div>
<div
class="previous-paragraphs md:text-3xl md:leading-10 text-xl leading-6 pb-10"
>
<div class="tab hidden md:p-14 p-8">
Hack Till S’Hour 2016 was a great success, graced by many honorable guests, well organized, and was attended by an unforgettable audience.
</div>
<div class="tab hidden md:p-14 p-8">
Organized by Shellmates, even though the event took place online because of the pandemic, it was such a great opportunity to get along with many newbies In the field, talks, challenges and treats that made the event even more exciting.
</div>
</div>
</div>
<!-- End of tabs part -->
<!-- Slides part -->
<!-- End of slides part -->
<!-- Quotes part -->
<!-- End of Quotes part -->
</section>
<!-- end of Previous editions section -->
<!-- start FAQ -->
<a name="faq"></a>
<section class="sec contact-form w-full h-full overflow-hidden flex items-center flex-col isolate pt-32 mb-32">
<h1 class="font-anton previous-title capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl md:mb-8">
Frequently Asked Questions
</h1>
<img
src="./public/assets/di 11.svg"
alt="underline"
class="w-24 mb-6 sm:w-40 sm:mb-8 md:w-52 md:mb-14"
/>
<dl class="mt-8 mx-auto max-w-screen-sm md:max-w-screen-md lg:max-w-screen-xl flex flex-col lg:flex-row lg:flex-wrap">
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
Who can participate ?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
Are you a fan of cybersecurity or a professional in this field? or perhaps you are passionate about hacking or you are simply curious? Then Hack Till S'Hour 2022 is the opportunity not to miss to satisfy your curiosity, learn and also meet other people fond of computer security.
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
When does the CTF start?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
Right after Taraweeh prayers (11 PM) till dawn (8-9 AM).
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
How about the treats ?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
Yes, absolutely! Thanks to <a href="https://www.facebook.com/CACE2016" target="_blank" rel="noopener noreferrer" class="hover:underline text-white">CACE club</a>, we will take charge of your ftour and sahour inshAllah.
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
What other activities do we have aside from the CTF ?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
There will be open talks about Cybersecurity fields where you could gain interesting knowledge!
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
How many people are there in a team ?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
It might be odd, but this time there will be no teams, participants will compete with each other individually!
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
Who organizes Hack Till S'Hour 2022?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
The event is organized by <a href="https://shellmates.club" target="_blank" rel="noopener noreferrer" class="text-white hover:underline">Shellmates Club.</a>
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
How can I register?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
You can register via this <a href="https://shellmates.typeform.com/HackTillShour22" target="_blank" rel="noopener noreferrer" class="text-white hover:underline">link.</a> Hurry up, the registrations are limited !
</dd>
</div>
</div>
<div class="lg:w-full">
<div class="question-and-answer select-none cursor-pointer border-b mx-8 my-3 pr-6 py-4 text-sm group">
<dt class="question">
<div class="flex justify-between">
<div class="text-white font-normal text-xl lg:text-3xl">
How to reach us?
</div>
<div>
<svg fill=currentColor class="question-chevron h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="9.29289322 12.9497475 10 13.6568542 15.6568542 8 14.2426407 6.58578644 10 10.8284271 5.75735931 6.58578644 4.34314575 8"></polygon>
</g>
</g>
</svg>
<svg fill=currentColor class="question-chevron hidden h-7 block text-white rounded-full p-1" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="currentColor" stroke-width="1" fill=currentColor fill-rule="evenodd">
<g>
<polygon points="10.7071068 7.05025253 10 6.34314575 4.34314575 12 5.75735931 13.4142136 10 9.17157288 14.2426407 13.4142136 15.6568542 12"></polygon>
</g>
</g>
</svg>
</div>
</div>
</dt>
<dd class="answer hidden mt-10 leading-snug text-md lg:text-xl text-[#E3D58A]">
If you have any further questions email us at <br><br>
<a href="mailto:[email protected]" class="text-white hover:underline">[email protected]</a> <br><br>
Or track us on our <br><br>
<a href="#footer" class="text-white hover:underline">Social Media Accounts</a>
</dd>
</div>
</div>
</dl>
</section>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
crossorigin="anonymous"></script>
<script>
$('.question-and-answer').click(function() {
$(this).find(".answer").toggleClass("hidden")
$(this).find(".question-chevron").toggleClass("hidden")
})
</script>
<!-- end FAQ -->
<!-- COntact Us section -->
<a name="contact"></a>
<section id="6" class="sec w-5/6 md:w-full mx-auto">
<div id="contact-form" id="6" class="sec w-full flex flex-col items-center justify-center pt-32 lg:p-32 2xl:p-58 leading-10">
<h1 class="contact-us-title relative capitalize text-2xl mb-4 sm:text-4xl sm:mb-6 md:text-5xl text-[#fff] flex">Contact Us</h1>
<img src="../public/assets/underline_title.png" alt="underline" class="w-24 mb-10 sm:w-40 sm:mb-16 md:w-52 md:mb-8" />
<div class="form w-full flex flex-col items-center">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage">An Error happened while trying to send your message :(</div>
<form
action="https://script.google.com/macros/s/AKfycbzDV8l9lJveAr75SpaEKgOw1SuNUnuU8U_HF8SiwFybfUjqFT_9HhaVyuOIAbrwouHF6w/exec"
method="post" role="form"
class=" gform contactForm w-full flex flex-col items-center justify-between m-auto text-white md:text-xl text-lg"
>
<div class="w-full flex items-center justify-between ">
<div class="lg:w-1/2 w-full lg:mt-20 2xl:self-end">
<div class="form-group w-full h-full ">
<input
id="name"
type="text"
name="name"
placeholder="Your name"
class="form-control name-form focus:border-[#F6AF1C] border border-[#1e0f3d] text-[#fff] rounded outline-none bg-[#1e0f3d] w-full my-3 h-12 px-6 2xl:py-10 2xl:text-xlpl-5"
data-rule="minlen:4"
data-msg="Please enter at least 4 chars"
/>
<div class="validation"></div>
</div>
<div class="form-group w-full h-full ">
<input
id="email"
type="email"
name="email"
placeholder="Your email"
class="form-control email-form focus:border-[#F6AF1C] border border-[#1e0f3d] text-[#fff] rounded outline-none bg-[#1e0f3d] w-full my-3 h-12 px-6 2xl:py-10 2xl:text-xl pl-5"
data-rule="email"
data-msg="Please enter a valid email"
/>
<div class="validation"></div>
</div>
<div class="form-group w-full h-full">
<input
id="subject"
type="text"
name="subject"
class="form-control subject-form pl-5 focus:border-[#F6AF1C] border border-[#1e0f3d] text-[#fff] rounded outline-none bg-[#1e0f3d] w-full my-3 h-12 px-6 2xl:py-10 2xl:text-xl"
data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject"
placeholder="Subject"
/>
<div class="validation"></div>
</div>
</div>
<div class="w-1/3 mr-8 hidden lg:block ">
<img src="../public/assets/contact_image.png" alt="underline" class=" w-full " />
</div>
</div>
<div class="form-group w-full mb-6">
<textarea
name="message"
class="form-control message-form pl-5 pt-2 2xl:text-xl focus:border-[#F6AF1C] border border-[#1e0f3d] text-[#fff] px-6 py-4 2xl:py-6 rounded outline-none bg-[#1e0f3d] w-full h-40 2xl:h-48 my-2"
data-rule="required"
data-msg="Please write something for us"
placeholder="Message"
></textarea>
<div class="validation"></div>
</div>
<button type="submit" class="submit-form px-10 py-3 rounded-full g-recaptcha cursor-pointer bg-[#F6AF1C] text-[#000] font-bold text-md 2xl:text-2xl 2xl:py-4 2xl:px-10 mt-6 mb-20 md:my-4"
data-callback='onSubmit'
data-action="submit"
data-sitekey="6Ld2r3AfAAAAAFhnfn_gjttQlVLpKPD24xb8FXwB">
Send Message
</button>
</form>
</div>
</div>
</section>
<!-- End of COntact Us section -->
<!-- Footer section -->
<footer id="footer" class="mt-8 w-full lg:h-[calc(22vh)] bg-[#0A001E] border-t border-[#F6AF1C] flex lg:flex-row flex-col items-center justify-between lg:p-auto lg:px-16 py-28 ">
<div class="flex flex-col items-center justify-center lg:items-start">
<i class="flex items-center block text-[#F6AF1C] mb-8"><img src="../public/assets/location.png" alt="" class="w-5 h-5 2xl:h-12 2xl:w-12"><span class="font-normal text-[#fff] pl-2 2xl:text-2xl"><address>École nationale supérieure d'informatique <br>BPM68 16270, Oued Smar, Algiers, Algeria</address></span></i>
<i class="flex items-center block text-[#F6AF1C] "><img src="../public/assets/letter.png" alt="" class="w-5 h-5 2xl:h-12 2xl:w-12"><span class=" font-normal text-[#fff] pl-2 2xl:text-2xl"><a href="mailto:[email protected]">[email protected]</a></span></i>
</div>
<div class="flex flex-col items-center justify-center lg:mt-0 mt-6">
<h2 class="text-[#fff] mb-3 2xl:text-2xl">Follow us</h2>
<div class="flex justify-between ">
<i class="mx-1 block rounded-3xl h-8 w-8 2xl:h-12 2xl:w-12 bg-[#F6AF1C] text-[#fff] flex items-center justify-center ">
<a href="https://discord.com/invite/YJHNPGDU9E" target="_blank">
<svg class="w-6 h-6 " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"/>
</svg>
</a>
</i>
<i class="mx-1 block rounded-3xl h-8 w-8 2xl:h-12 2xl:w-12 bg-[#F6AF1C] text-[#fff] flex items-center justify-center ">
<a href="https://www.linkedin.com/company/shellmates-club/" target="_blank">
<svg class="w-6 h-6 text-[#fff] " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/>
</svg>
</a>
</i>
<i class="mx-1 block rounded-3xl h-8 w-8 2xl:h-12 2xl:w-12 bg-[#F6AF1C] text-[#fff] flex items-center justify-center ">
<a href="https://www.instagram.com/shellmates/" target="_blank">
<svg class="w-6 h-6 " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
</svg>
</a>
</i>
<i class="mx-1 block rounded-3xl h-8 w-8 2xl:h-12 2xl:w-12 bg-[#F6AF1C] text-[#fff] flex items-center justify-center ">
<a href="https://twitter.com/shellmates" target="_blank">
<svg class="w-6 h-6 " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/>
</svg>
</a>
</i>
<i class="mx-1 block rounded-3xl h-8 w-8 2xl:h-12 2xl:w-12 bg-[#F6AF1C] text-[#fff] flex items-center justify-center ">
<a href="https://web.facebook.com/shellmates" target="_blank">
<svg class="w-6 h-6 " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/>
</svg>
</a>
</i>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.0/jquery-migrate.min.js"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<!-- End of Previous editions section -->
<script src="/scripts/contactform.js"></script>
<script src="/scripts/Countdown.js"></script>
<script src="/scripts/nav_venue_hero.js"></script>
<script src="/scripts/quotes.js"></script>
<script src="/scripts/slide.js"></script>
<script src="/scripts/tabs.js"></script>
<script src="/venobox/dist/venobox.min.js"></script>
</body>
</html>