-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
742 lines (687 loc) · 48 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
<!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>InfoSec Week Event</title>
<meta content="cybersecurity, algiers, infosec, week, conference, shellmates" name="keywords">
<meta content="InfoSec Week is an online event dedicated to cybersecurity, it’s the best way to dive deeper into it and to discover its world ! For 5 days, participants will get to attend conferences and workshops in several areas of cybersecurity to learn more and enhance their knowledge!" name="description">
<meta property="og:image" content="https://res.cloudinary.com/shellmates-club/image/upload/v1648583829/infosecweek_site/Cover_Website_obtcw9.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="InfoSec Week Logo" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://infosecweek22.shellmates.club/" />
<meta property="og:title" content="InfoSec Week Event" />
<meta property="og:description" content="InfoSec Week is an online event dedicated to cybersecurity, it’s the best way to dive deeper into it and to discover its world ! For 5 days, participants will get to attend conferences and workshops in several areas of cybersecurity to learn more and enhance their knowledge!" />
<link href="public/styles.css" rel="stylesheet" />
</head>
<body>
<!-- Hero Section -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<div class="w-full text-white bg-[#02121F] md:bg-transparent dark-mode:text-gray-200 dark-mode:bg-gray-800 z-50 fixed navbar-fixed-top">
<div x-data="{ open: false }" class="flex flex-col max-w-screen-xl px-4 mx-auto md:items-center md:justify-between md:flex-row md:px-6 lg:px-8">
<div class="p-4 flex flex-row items-center justify-end">
<button class="md:hidden rounded-lg focus:outline-none focus:shadow-outline" @click="open = !open">
<svg fill="currentColor" viewBox="0 0 20 20" class="w-6 h-6">
<path x-show="!open" fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z" clip-rule="evenodd"></path>
<path x-show="open" fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path>
</svg>
</button>
</div>
<nav :class="{'flex': open, 'hidden': !open}" class="flex-col flex-grow p-4 hidden md:flex md:justify-center md:flex-row">
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway rounded-lg dark-mode:bg-gray-700 dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#home">Home</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#about">About</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#agenda">Agenda</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#speakers">Speakers</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#reviews">Reviews</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#newsletter">NewsLetter</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#faq">FAQ</a>
<a class="px-6 py-2 mt-2 text-lg font-semibold font-raleway bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 md:ml-4 hover:text-[#A3770D] hover:underline focus:text-[#A3770D] focus:outline-none focus:shadow-outline" href="#contact-form">Contact</a>
</nav>
</div>
</div>
<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>
<section id="home" class="hero flex flex-col">
<div class="flex items-center flex-col space-y-10 mt-12">
<img src="/public/assets/logo/Shellmates_logo.png" alt="Shellmates logo" class="hero-logo mt-24" width="47" >
<h1 class="font-righteous mt-7 text-7xl">InfoSec Week Event</h1>
<h2 class="font-righteous text-5xl">By Shellmates Club</h2>
<p class="font-raleway mt-10 text-2xl">04-08 April 2022 - Online</p>
<img onclick="window.scrollTo(0,window.innerHeight)" src="/public/assets/logo/Scroll.png" alt="Scroll" style="margin-top: 60px;cursor:pointer;flex:center;">
</div>
</section>
<!-- End Hero Section -->
<!-- Scroll to top -->
<button class="fixed w-12 h-12 bottom-10 right-10 bg-[#02121F] 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>
<!-- Countdown -->
<div class="countdown-about w-full h-full text-white">
<div class="countdown flex flex-row justify-center lg:mb-20">
<div
class="daysC lg:mr-36 mr-8 flex flex-col justify-center align-center text-center"
>
<p class="daysTXT mb-3.5 lg:text-5xl text-xl">00</p>
<p class="lg:text-3xl text-lg">Days</p>
</div>
<div
class="hoursC lg:mr-36 mr-8 flex flex-col justify-center align-center text-center"
>
<p class="hoursTXT lg:text-5xl mb-3.5 text-xl">00</p>
<p class="lg:text-3xl text-lg">Hours</p>
</div>
<div
class="minutesC lg:mr-36 mr-8 flex flex-col justify-center align-center text-center"
>
<p class="minutesTXT lg:text-5xl mb-3.5 text-xl">00</p>
<p class="lg:text-3xl text-xl">Minutes</p>
</div>
<div
class="secondsC flex flex-col justify-center align-center text-center"
>
<p class="secondsTXT lg:text-5xl mb-3.5 text-xl">00</p>
<p class="lg:text-3xl text-lg">Seconds</p>
</div>
</div>
<div id="about" class="about text-center pt-32 px-40">
<p class="mb-10 lg:text-3xl lg:pt-0 pt-10 flex flex-row lg:w-full w-3/4 items-center justify-center mx-auto">
Hi, this is Shellmates Club !
<br />
</p>
<p class="mb-10 lg:text-3xl lg:pt-0 pt-10 flex flex-row lg:w-full w-3/4 items-center justify-center mx-auto">
Welcome to our Infosec Week corner, best way to dive deeper into it and to discover its world !
<br />
</p>
<p class="mb-10 lg:text-3xl lg:pt-0 pt-10 flex flex-row lg:w-full w-3/4 items-center justify-center mx-auto">
InfoSec Week 2nd edition is a virtual event of five days where we will be welcoming professionals to our Facebook page in order to host enthralling topics and let attendees discover, through short but effective conferences, several areas of cybersecurity.
<br />
</p>
<p class="lg:text-3xl lg:pb-20 flex flex-row lg:w-full w-3/4 items-center justify-center mx-auto">
This event is intended for developers who aim to improve the security aspect of their codes, interested or new to the field of cybersecurity and even people in the field who aim to consolidate their knowledge, because it's your time to get along with exclusive opportunities !
<br />
</p>
</div>
</div>
</div>
<!-- END COUNTDOWN -->
<!-- Speakers section -->
<section id="speakers" class="speakers w-full h-full bg-midnight overflow-hidden pt-20">
<div class="flex items-center p-10 flex-col isolate">
<p class="speakers-title text-white font-righteous font-normal text-[calc(28px+1.3vw)] relative mb-10" >
Speakers
</p>
<div
class="shadow-top-down w-[calc(150px+60vw)] max-h-[570px] relative"
>
<div
class="shadow-top-down w-[calc(150px+60vw)] max-h-[570px] relative"
>
<div
class="speakers-list my-9 md:my-6 py-[28px] w-[calc(150px+60vw)] max-h-[570px]"
id="speakers-list"
>
</div>
</div>
</div>
</section>
<!-- END SPEAKERS -->
<!--Agenda section-->
<section id="agenda" class="agenda h-full w-full bg-[#00172A] pt-32">
<div class="flex flex-col items-center justify-center isolate p-5 md:p-10 md:text-2xl">
<p class="font-righteous px-20 md:py-[1.5%] agenda-title text-white font-normal text-[calc(28px+1.3vw)] relative mb-10 mx-auto">
Agenda</p>
<div class=" agenda-btns gap-5 md:gap-x-10 md:gap-y-5 my-12 md:mb-20 font-righteous agenda-buttons flex justify-center items-center flex-wrap">
<Button class=" agenda-btn-pressed border-2 border-gold py-0.5 px-8 sm:px-12 text-[#A3770D] skew-x-[-35deg] hover:bg-[#A3770D] hover:text-[#00172A]"><p class="skew-x-[35deg]">Day 1</p></Button>
<Button class=" border-2 border-gold py-0.5 px-8 sm:px-12 text-[#A3770D] skew-x-[-35deg] hover:bg-[#A3770D] hover:text-[#00172A]"><p class="skew-x-[35deg]">Day 2</p></Button>
<Button class=" border-2 border-gold py-0.5 px-8 sm:px-12 text-[#A3770D] skew-x-[-35deg] hover:bg-[#A3770D] hover:text-[#00172A]"><p class="skew-x-[35deg]">Day 3</p></Button>
<Button class=" border-2 border-gold py-0.5 px-8 sm:px-12 text-[#A3770D] skew-x-[-35deg] hover:bg-[#A3770D] hover:text-[#00172A]"><p class="skew-x-[35deg]">Day 4</p></Button>
<Button class=" border-2 border-gold py-0.5 px-8 sm:px-12 text-[#A3770D] skew-x-[-35deg] hover:bg-[#A3770D] hover:text-[#00172A]"><p class="skew-x-[35deg]">Day 5</p></Button>
</div>
<div class="container mx-auto">
<div class="text-white day0 sm:mx-20 lg:mx-28">
<div class="flex flex-row flex-start px-3 pb-4 border-b-[1px] border-blue-50 mb-10 md:mb-20">
<p class="flex-shrink-0 mr-[5em]">10:30 PM</p>
<p >Talk : Security Threats on Machine Learning</p>
</div>
</div>
<div class="text-white day1 sm:mx-20 lg:mx-28 agenda-hidden">
<div class="flex flex-row flex-start px-3 pb-4 border-b-[1px] border-blue-50 mb-10 md:mb-20">
<p class="flex-shrink-0 mr-[5em]">10:30 PM</p>
<p >Talk : LOLBIN’s! What, How and Why</p>
</div>
</div>
<div class="text-white day2 sm:mx-20 lg:mx-28 agenda-hidden">
<div class="flex flex-row flex-start px-3 pb-4 border-b-[1px] border-blue-50 mb-10 md:mb-20">
<p class="flex-shrink-0 mr-[5em]">10:30 PM</p>
<p >Conference : How to secure 5G networks</p>
</div>
</div>
<div class="text-white day3 sm:mx-20 lg:mx-28 agenda-hidden">
<div class="flex flex-row flex-start px-3 pb-4 border-b-[1px] border-blue-50 mb-10 md:mb-20">
<p class="flex-shrink-0 mr-[5em]">10:30 PM</p>
<p >Conference : Next Generation Security Solutions</p>
</div>
</div>
<div class="text-white day4 sm:mx-20 lg:mx-28 agenda-hidden">
<div class="flex flex-row flex-start px-3 pb-4 border-b-[1px] border-blue-50 mb-10 md:mb-20">
<p class="flex-shrink-0 mr-[5em]">10:30 PM</p>
<p >Conference : Data Breaches</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Agenda Section-->
<!-- Reviews section -->
<section id="reviews" class="speakers w-full h-full bg-midnight overflow-hidden pt-20">
<div class="flex items-center p-10 flex-col isolate">
<p
class="speakers-title text-white font-righteous font-normal text-[calc(28px+1.3vw)] relative mb-10"
>
Reviews
</p>
<div class="shadow-top-down w-[calc(150px+60vw)] max-h-[570px] relative">
<div class="shadow-top-down w-[calc(150px+60vw)] max-h-[570px] relative">
<div class="speakers-list my-9 md:my-6 py-[28px] w-[calc(150px+60vw)] max-h-[570px]" id="reviews-list">
<dl class="my-16 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="text-white font-normal text-lg lg:text-2xl">
"I really enjoyed attending each of InfoSec Week conferences. The speakers had been able, each in his field, to present their subjects and answer the participants' questions."
</div>
<div class="flex justify-end mt-5 mb-3">
<div class="text-[#A3770D] font-bold text-lg lg:text-xl">
- Ahmed Mokeddem
</div>
</div>
</dt>
</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="text-white font-normal text-lg lg:text-2xl">
"The last year edition was a great opportunity to level up my cybersecurity knowledge and get to know better what is new in the field. The conferences were very detailed and simple to understand even for me ! Thank you Shellmates for this event !"
</div>
<div class="flex justify-end mt-5 mb-3">
<div class="text-[#A3770D] font-bold text-lg lg:text-xl">
- Walid Berrouk
</div>
</div>
</dt>
</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="text-white font-normal text-lg lg:text-2xl">
"The first and only edition of InfoSec Week was a great refreshing experience for the algerian cybersecurity community, the conferences held were not only varied enough to touch on different cybersecurity fields, but they were also animated by certified cybersecurity professionals who definitely know their craft."
</div>
<div class="flex justify-end mt-5 mb-3">
<div class="text-[#A3770D] font-bold text-lg lg:text-xl">
- Laid Malik Mabrouki
</div>
</div>
</dt>
</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="text-white font-normal text-lg lg:text-2xl">
"InfoSec Week was an amazing event where i had the chance to get various cybersecurity topics covered with great tutors who shared their whole experience with us and answered all of our questions, it was definitely a great time investment !"
</div>
<div class="flex justify-end mt-5 mb-3">
<div class="text-[#A3770D] font-bold text-lg lg:text-xl">
- Nada Boutaoui
</div>
</div>
</dt>
</div>
</div>
</dl>
</div>
</div>
</div>
</section>
<!-- END SPEAKERS -->
<!-- NewsLetter Form -->
<div id="newsletter" class="contact-form w-full h-full overflow-hidden flex items-center flex-col isolate pt-32">
<p class="speakers-title text-white font-righteous font-normal text-[calc(28px+1.3vw)] relative mb-16">
NewsLetter
</p>
<p class="text-white text-xl mb-12 px-4 text-center">Get notified of all announcements concerning the InfoSec Week 2022 Event !</p>
<button type="button" class="newsletter-form px-12 py-3 rounded-full text-xl">
<a href="https://shellmates.typeform.com/to/otLWI1kI" target="_blank">Register Now ! </a>
</button>
</div>
<!-- END OF NewsLetter FORM -->
<!-- start FAQ -->
<section id="faq" class="contact-form w-full h-full overflow-hidden flex items-center flex-col isolate pt-32">
<div class="speakers-title text-white font-righteous font-normal text-[calc(28px+1.3vw)] px-10 relative mb-16">FAQ</div>
<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-lg lg:text-2xl">
Who are we?
</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 text-md lg:text-lg hidden mt-10 leading-snug text-white">
Shellmates Club is a group of students passionate about cybersecurity who encourage knowledge sharing in the IT security field.
</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-lg lg:text-2xl">
Why do I have to register for the event?
</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 text-md lg:text-lg hidden mt-10 leading-snug text-white">
To get notified with a kind reminder mail during the five days so that you won't miss any.
</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-lg lg:text-2xl">
Where will the conferences be hosted?
</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 text-md lg:text-lg hidden mt-10 leading-snug text-white">
In our Facebook page, you can check here : <a href="http://www.facebook.com/shellmates/" target="_blank" class="text-[#A3770D] hover:underline cursor-pointer">Shellmates Official Facebook Page</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-lg lg:text-2xl">
Will the webinars be recorded?
</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 text-md lg:text-lg hidden mt-10 leading-snug text-white">
Yes, we got your back ! We will be posting the recorded conferences afterwards.
</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-lg lg:text-2xl">
When will each conference be held?
</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 text-md lg:text-lg hidden mt-10 leading-snug text-white">
Check out our Agenda section to know each title and timing of conferences.
</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-lg lg:text-2xl">
How long are the webinars?
</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 text-md lg:text-lg hidden mt-10 leading-snug text-white">
Arround an hour and a half approximately.
</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 Form -->
<div id="contact-form" class="contact-form w-full h-full overflow-hidden flex items-center flex-col isolate pt-32 pb-32">
<p class="speakers-title text-white font-righteous font-normal text-[calc(28px+1.3vw)] relative mb-16">
Contact
</p>
<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/AKfycbyrOztmkV9vkn12eSRMhLC_YB2ya3q4fmb7uXcCO-vPGU8NAARqeEKdGsjpY9j5PMye/exec"
method="post" role="form"
class=" gform contactForm flex flex-col gap-7 w-3/4 items-center text-white md:text-xl text-lg"
>
<div
class="name-email flex md:flex-row flex-col justify-between h-20 w-full md:mb-0 mb-24"
>
<div class="form-group w-full h-full md:w-45/100 md:mb-0 mb-6">
<input
id="name"
type="text"
name="name"
placeholder="Your name"
class="form-control name-form w-full h-20 md:h-full pl-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 md:w-45/100 md:mb-0 mb-6">
<input
id="email"
type="email"
name="email"
placeholder="Your email"
class="form-control email-form w-full h-20 md:h-full pl-5"
data-rule="email"
data-msg="Please enter a valid email"
/>
<div class="validation"></div>
</div>
</div>
<div class="form-group w-full h-full">
<input
id="subject"
type="text"
name="subject"
class="form-control subject-form pl-5 w-full h-20"
data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject"
placeholder="Subject"
/>
<div class="validation"></div>
</div>
<div class="form-group w-full md:mb-0 mb-6">
<textarea
name="message"
class="form-control message-form h-48 pl-5 pt-2 w-full"
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-16 py-4 rounded-full g-recaptcha"
data-callback='onSubmit'
data-action="submit"
data-sitekey="6LfuOzcfAAAAAGur3oz5DnHY5kzqMQ7uTQKSnmiF">
Send
</button>
</form>
</div>
</div>
<!-- END OF CONTACT FORM -->
<!-- footer section -->
<footer
class="footer w-full bg-midnight border-t-[4px] border-[#a3770d] flex flex-col items-center"
>
<h1
class="uppercase font-righteous text-[#a3770d] text-[calc(20px+1.3vw)] py-[calc(8px+1vw)] mt-4"
>
You can find us at :
</h1>
<p
class="font-raleway text-[calc(10px+.7vw)] text-white text-center mb-6 mx-7 px-11"
>
Higher National School of Computer Science
</p>
<p class="font-raleway text-[calc(10px+.7vw)] text-white leading-6">
BPM68 16270, Oued Smar
</p>
<p class="font-raleway text-[calc(10px+.7vw)] text-white">
Algiers, Algeria
</p>
<p class="font-raleway text-[calc(10px+.7vw)] text-white py-5">
Email : <a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="py-4 mb-5">
<a
href="https://mobile.twitter.com/shellmates"
target="_blank"
class="mr-3 md:mr-4 inline-block p-2 bg-dark-yellow rounded-full hover:opacity-90"
>
<svg
class="inline-block w-[26px] h-[26px]"
viewBox="0 0 40 25"
fill="white"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M39.2339 0.0179329C37.5261 1.22255 35.6352 2.14389 33.6341 2.74647C32.5601 1.51151 31.1327 0.636209 29.5449 0.238938C27.9572 -0.158333 26.2858 -0.0584026 24.7567 0.525215C23.2276 1.10883 21.9147 2.14798 20.9954 3.50211C20.0762 4.85624 19.595 6.46002 19.6169 8.09654V9.8799C16.4829 9.96116 13.3775 9.26609 10.5771 7.85658C7.77677 6.44708 5.36847 4.36689 3.56672 1.80129C3.56672 1.80129 -3.56672 17.8515 12.4835 24.9849C8.81073 27.478 4.43549 28.7281 0 28.5517C16.0502 37.4684 35.6672 28.5517 35.6672 8.04304C35.6672 7.5437 35.6137 7.04436 35.5245 6.56286C37.3446 4.76789 38.629 2.50164 39.2339 0.0179329Z"
fill="white"
/>
</svg>
</a>
<a
href="https://m.facebook.com/shellmates"
target="_blank"
class="mr-3 md:mr-5 inline-block p-2 bg-dark-yellow rounded-full hover:opacity-90"
>
<svg
class="inline-block w-[24px] h-[24px]"
viewBox="0 0 18 32"
fill="white"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M17.6 0H12.8C10.6783 0 8.64344 0.842855 7.14315 2.34315C5.64285 3.84344 4.8 5.87827 4.8 8V12.8H0V19.2H4.8V32H11.2V19.2H16L17.6 12.8H11.2V8C11.2 7.57565 11.3686 7.16869 11.6686 6.86863C11.9687 6.56857 12.3757 6.4 12.8 6.4H17.6V0Z"
fill="white"
/>
</svg>
</a>
<a
href="https://instagram.com/shellmates?igshid=z75th4cophci"
target="_blank"
class="mr-3 md:mr-5 inline-block p-2 bg-dark-yellow rounded-full hover:opacity-90"
>
<svg
class="inline-block w-[24px] h-[24px]"
viewBox="0 0 24 24"
fill="white"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913a5.885 5.885 0 0 0 1.384 2.126A5.868 5.868 0 0 0 4.14 23.37c.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558a5.898 5.898 0 0 0 2.126-1.384 5.86 5.86 0 0 0 1.384-2.126c.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913a5.89 5.89 0 0 0-1.384-2.126A5.847 5.847 0 0 0 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227a3.81 3.81 0 0 1-.899 1.382 3.744 3.744 0 0 1-1.38.896c-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421a3.716 3.716 0 0 1-1.379-.899 3.644 3.644 0 0 1-.9-1.38c-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 1 0 0-12.324zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405a1.441 1.441 0 0 1-2.88 0 1.44 1.44 0 0 1 2.88 0z"
/>
</svg>
</a>
<a
href="https://www.linkedin.com/company/shellmates-club"
target="_blank"
class="mr-3 md:mr-5 inline-block p-2 bg-dark-yellow rounded-full hover:opacity-90"
>
<svg
class="inline-block w-[24px] h-[24px]"
viewBox="0 0 32 36"
fill="white"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7.16302 32H0.528583V10.6352H7.16302V32ZM3.84223 7.72089C1.72075 7.72089 0 5.96371 0 3.84223C1.51846e-08 2.82321 0.404805 1.84592 1.12536 1.12536C1.84592 0.404805 2.82321 0 3.84223 0C4.86125 0 5.83854 0.404805 6.55909 1.12536C7.27965 1.84592 7.68446 2.82321 7.68446 3.84223C7.68446 5.96371 5.96299 7.72089 3.84223 7.72089ZM31.9936 32H25.3734V21.5998C25.3734 19.1211 25.3234 15.9425 21.9241 15.9425C18.4747 15.9425 17.9461 18.6354 17.9461 21.4212V32H11.3188V10.6352H17.6818V13.5496H17.7747C18.6604 11.871 20.824 10.0995 24.052 10.0995C30.7664 10.0995 32.0007 14.521 32.0007 20.264V32H31.9936Z"
fill="white"
/>
</svg>
</a>
<a
href="https://discord.gg/rc5ynYndjr"
target="_blank"
class="mr-3 md:mr-5 inline-block p-2 bg-dark-yellow rounded-full hover:opacity-90"
>
<svg
class="inline-block w-[24px] h-[24px]"
viewBox="0 0 32 22 "
fill="white"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M27.0901 2.02337C25.0151 1.07111 22.8256 0.391472 20.5761 0.00138922C20.5557 -0.00204303 20.5348 0.000921288 20.5162 0.00987469C20.4976 0.0188281 20.4822 0.0333308 20.4721 0.0513886C20.1901 0.551383 19.8781 1.20538 19.6601 1.71737C17.2354 1.34939 14.769 1.34939 12.3442 1.71737C12.101 1.14702 11.8259 0.590809 11.5202 0.0513886C11.51 0.0335286 11.4945 0.0191929 11.476 0.0102683C11.4574 0.00134369 11.4366 -0.0017517 11.4162 0.00138922C9.16624 0.389385 6.97626 1.06938 4.90229 2.02337C4.88454 2.03014 4.86969 2.04287 4.86029 2.05937C0.712331 8.2573 -0.425658 14.3032 0.132336 20.2732C0.134336 20.3012 0.152336 20.3292 0.174336 20.3472C2.58976 22.1364 5.29146 23.5025 8.16425 24.3871C8.18453 24.3935 8.20633 24.3933 8.22647 24.3865C8.24661 24.3796 8.26405 24.3666 8.27625 24.3491C8.89224 23.5091 9.44024 22.6232 9.91223 21.6912C9.92207 21.672 9.92544 21.6501 9.92184 21.6288C9.91823 21.6076 9.90785 21.588 9.89223 21.5732C9.8819 21.5634 9.86964 21.5559 9.85623 21.5512C8.99457 21.22 8.16004 20.8221 7.36026 20.3612C7.33792 20.3485 7.32131 20.3277 7.31386 20.3032C7.30642 20.2786 7.30871 20.2521 7.32026 20.2292C7.32707 20.2143 7.33736 20.2013 7.35026 20.1912C7.51826 20.0652 7.68626 19.9332 7.84626 19.8012C7.86039 19.7898 7.87735 19.7825 7.89531 19.78C7.91328 19.7776 7.93158 19.78 7.94825 19.7872C13.1862 22.1792 18.8561 22.1792 24.0301 19.7872C24.0474 19.7797 24.0664 19.7771 24.085 19.7795C24.1037 19.782 24.1213 19.7895 24.1361 19.8012C24.2961 19.9332 24.4641 20.0652 24.6321 20.1912C24.6457 20.2011 24.6566 20.2143 24.6639 20.2295C24.6712 20.2447 24.6746 20.2615 24.6738 20.2783C24.673 20.2952 24.668 20.3116 24.6594 20.326C24.6507 20.3405 24.6386 20.3526 24.6241 20.3612C23.8261 20.8264 22.9905 21.2237 22.1261 21.5492C22.1123 21.5542 22.0998 21.5621 22.0894 21.5725C22.0791 21.5829 22.0711 21.5954 22.0661 21.6092C22.0615 21.6225 22.0596 21.6367 22.0607 21.6508C22.0617 21.6649 22.0656 21.6786 22.0721 21.6912C22.5521 22.6212 23.1021 23.5091 23.7061 24.3491C23.7183 24.3666 23.7357 24.3796 23.7559 24.3865C23.776 24.3933 23.7978 24.3935 23.8181 24.3871C26.6957 23.5052 29.4018 22.139 31.82 20.3472C31.8321 20.3388 31.8422 20.3278 31.8495 20.315C31.8567 20.3022 31.861 20.2879 31.862 20.2732C32.53 13.3712 30.744 7.37531 27.1301 2.06137C27.1264 2.05259 27.121 2.04467 27.1141 2.03813C27.1072 2.03158 27.099 2.02656 27.0901 2.02337ZM10.6942 16.6372C9.11624 16.6372 7.81826 15.1892 7.81826 13.4132C7.81826 11.6353 9.09224 10.1873 10.6942 10.1873C12.3082 10.1873 13.5942 11.6473 13.5702 13.4132C13.5702 15.1892 12.2962 16.6372 10.6942 16.6372ZM21.3261 16.6372C19.7501 16.6372 18.4501 15.1892 18.4501 13.4132C18.4501 11.6353 19.7241 10.1873 21.3261 10.1873C22.9401 10.1873 24.2281 11.6473 24.2021 13.4132C24.2021 15.1892 22.9401 16.6372 21.3261 16.6372Z"
fill="white"
/>
</svg>
</a>
</div>
<div class="md:mt-auto bg-[#000D17] p-4 w-full">
<p class="font-raleway text-[calc(8px+.4vw)] text-white text-center">
© Copyright Shellmates Club. All Rights Reserved
</p>
</div>
</footer>
<!-- End of Footer Section -->
<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>
<script src="/scripts/contactform.js"></script>
<script src="/scripts/Countdown.js"></script>
<script src="/scripts/speakers.js"></script>
<script src="/scripts/agenda.js"></script>
</body>
</html>