-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
774 lines (742 loc) · 34.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>FOSDEMx1</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="js/leaflet.js" integrity="sha256-CNm+7c26DTTCGRQkM9vp7aP85kHFMqs9MhPEuytF+fQ="
crossorigin="anonymous"></script>
<script src="js/leaflet-src.js" integrity="sha256-RTChoCC1wuQGp8CspWGklot1/MimjntlaEIMAONjJ+0="
crossorigin="anonymous"></script>
<script src="js/clappr.min.js" integrity="sha256-vKIsLHBwk6ssqmP3T57Fq0SowGVmXSig9+44i/EoBws="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/leaflet.css" integrity="sha256-iYUgmrapfDGvBrePJPrMWQZDcObdAcStKBpjP3Az+3s="
crossorigin="anonymous"/>
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="vendor/font/Montserrat.css" rel="stylesheet" type="text/css">
<link href='vendor/font/Kaushan.css' rel='stylesheet' type='text/css'>
<link href='vendor/font/DroidSerif.css' rel='stylesheet' type='text/css'>
<link href='vendor/font/RobotoSlab.css' rel='stylesheet' type='text/css'>
<link href="vendor/font/Signika.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="img/favico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favico/favicon-16x16.png">
<link rel="manifest" href="img/favico/site.webmanifest">
<link rel="mask-icon" href="img/favico/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">FOSDEMx1</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#speakers">Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#location">Location</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#main_track">Main track</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#workshops">Workshops</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#livestream">Live stream</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Register</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in fadein"><img class="img-header" src="img/logos/fosdemx.svg"></div>
<div class="intro-heading">FOSDEMx1</div>
<div class="intro-date">ULB Plaine / 13 November 2018</div>
<div class="intro-slogan text-uppercase">Enabling FOSDEM for students</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#about">Tell Me More</a>
</div>
</div>
</header>
<!-- Services -->
<section id="about">
<div class="container">
<div>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">WHAT IS FOSDEMx?</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-2"></div>
<div class="col-md-8 section-content">
<p>FOSDEMx is a small scale spin-off of <a href="https://fosdem.org/">FOSDEM</a>, combining a
workshop track geared towards students and anyone interested in the topic, with a main track for
a broader audience.</p>
<p>FOSDEMx 1, will take place on Tuesday the 13<sup>th</sup> of November 2018 at the ULB <i>La
Plaine</i>
campus. The second edition will focus on all things <b>security</b>.</p>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row text-center">
<div class="col-md-2"></div>
<div class="col-md-8 section-content">
<p>All tracks are free of charge. Because seating is limited, we ask that you sign up for any
workshop
you want to follow. If you're only coming for the main track, no registration is necessary.</p>
</div>
<div class="col-md-2">
</div>
</div>
</div>
<div class="section-faq">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">FOSDEMx VERSUS FOSDEM</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-2"></div>
<div class="col-md-8 section-content">
<p>FOSDEM is about <b>meeting the developers</b>, while FOSDEMx is about using the tools and being
an introduction to the <b>free and open source world</b>.</p>
</div>
<div class="col-md-2">
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section class="bg-light" id="speakers">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Speakers</h2>
</div>
</div>
<div class="section-content row">
<div class="col-sm-4">
<div class="team-member">
<h4>Xavier Mertens</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>Jérome Dossogne</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>Cedric De Vroey</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>intigriti.com</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>Tijl Deneut</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>Zahra Khani</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>Hendrik Derre</h4>
</div>
</div><!--
<div class="col-sm-4">
<div class="team-member">
<h4>Quentin Dawans</h4>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<h4>Ludovic Gasc</h4>
</div>
</div>-->
</div>
</div>
</section>
<section id="location" style="padding: 0 !important;">
<div class="row">
<div class="col-lg-4 text-center" style="padding-top:50px">
<h2 class="section-heading text-uppercase">Location</h2>
<div class="section-content">
<b>Forum Auditorium</b><br>
Université Libre de Bruxelles<br>
Campus de la Plaine<br>
Boulevard du Triomphe<br>
B-1050 Bruxelles<br>
</div>
<div class="section-content">
<a class="btn btn-primary btn-xl text-uppercase" data-toggle="modal" href="#location-modal">How to get
there</a>
</div>
</div>
<div class="col-lg-8 text-center">
<div id="locationmap" style="height: 400px; min-height: 400px; "></div>
</div>
</div>
</section>
<!-- Tracks -->
<section class="bg-light" id="main_track">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Main track</h2>
</div>
</div>
<div class="row section-content">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<h4><br>18:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Kerckhoffs in 2018 (Jérome Dossogne)</h4>
</div>
<div class="timeline-body text-muted">
135 years after Kerckhoffs: A few words information security and the open design principle.
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4><br>19:15</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">HTTP for the Good and the Bad (Xavier Mertens)</h4>
</div>
<div class="timeline-body text-muted">
What HTTP techniques are used to make the life of security researchers and incident handlers more difficult? What mistakes do hackers make? I’ll review many examples of bad code / bad configuration that I found during my investigations and also some funny (scary?) stories.
</div>
</div>
</li>
<li>
<div class="timeline-image">
<h4><br>20:15</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Responsible disclosure (Cedric De Vroey)</h4>
</div>
<div class="timeline-body text-muted">
Responsible disclosure is a vulnerability disclosure model in which a vulnerability or issue is disclosed only after a period of time that allows for the vulnerability or issue to be patched or mended.
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4><br>21:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Bug Bounty Hunter (intigriti.com)</h4>
</div>
<div class="timeline-body text-muted">
The European Union has announced that it will provide bounties for security issues in Open Source software. intigriti.com will explain how this wil work.
</div>
</div>
</li>
<!--<li>
<div class="timeline-image">
<h4><br>19:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Dinner break</h4>
</div>
<div class="timeline-body text-muted">
The Cercle Informatique will provide free catering for registered visitors. Drinks will
also be available.
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4><br>20:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Test your code in Python (Nicolas Évrard & Cédric Krier)</h4>
</div>
<div class="timeline-body text-muted">
You wrote some code but are you sure that it is doing what it
should?
More importantly how do you ensure that your code still respect
its contract in one week, one month, one year, ten years?
</div>
</div>
</li>
<li>
<div class="timeline-image">
<h4><br>21:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Closing Talk: Ethics in the workplace (Eric Gazoni)</h4>
</div>
<div class="timeline-body text-muted">
The professional aspects of being a developer in 2018.
</div>
</div>
</li>-->
</ul>
</div>
</div>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase" data-toggle="modal" href="#schedule-modal">Full event
schedule</a>
</div>
</div>
</section>
<section id="workshops">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Workshops</h2>
</div>
</div>
<div class="row section-content">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<h4><br>19:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">IoT Hacking (Zahra Khani)</h4>
</div>
<div class="timeline-body text-muted">
IoT is around us and will not go away, from the smart watch to controlling your thermostat, IoT directly impacts your life.
Zahra Khani will tell you about how IoT hacking is done and how you can secure your IoT when you develop your prototypes from the start in a secure way.
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4><br>19:15</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Industrial Controller Hacking (Tijl Deneut & Hendrik Derre)</h4>
</div>
<div class="timeline-body text-muted">
Industrial Control Systems (ICS) are the systems like your HVAC systems we control our buildings and our industrial processes with.
Tijl Deneut brings along his lab and will introduce you to ICS security and how ICS systems are hackable too if you do not secure them correctly.
</div>
</div>
</li><!--
<li>
<div class="timeline-image">
<h4><br>19:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Dinner break</h4>
</div>
<div class="timeline-body text-muted">
The Cercle Informatique will provide free catering for registered visitors. Drinks will
also be available.
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4><br>20:00</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Devops with Ansible (Quentin Dawans & Ludovic Gasc)</h4>
</div>
<div class="timeline-body text-muted">
In this workshop, we will teach you how to use Ansible on an existing infrastructure to
manage your servers.
</div>
</div>
</li>-->
</ul>
</div>
</div>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase" data-toggle="modal" href="#schedule-modal">Full event
schedule</a>
</div>
</div>
</section>
<!-- Live Stream -->
<section id="livestream" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Live stream</h2>
</div>
</div>
<div class="row section-content">
<div class="offset-lg-2" id="player">
</div>
<script type="text/javascript">
let player = new Clappr.Player({source: "https://stream.fosdem.org/fosdemx.m3u8", parentId: "#player"});
</script>
</div>
</div>
</section>
<!--
<section id="videos" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Recorded Videos</h2>
</div>
</div>
<div class="row section-content">
<div class="col-sm-12 col-md-4">
<div class="thumbnail">
<div class="caption">
<h3>What is FOSS and why is it important ?</h3>
<p>by Daniele Lacamera
<p>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase"
href="https://video.fosdem.org/FOSDEMx/0/fosdemx_0_daniele_lacamera___what_is_foss_and_why_should_we_care_about_it.mp4">Video
link</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="thumbnail">
<div class="caption">
<h3>Optimizing Python code</h3>
<p>by Eric Gazoni
<p>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase"
href="https://video.fosdem.org/FOSDEMx/0/fosdemx_0_eric_gazoni___optimising_python_code.mp4">Video
link</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="thumbnail">
<div class="caption">
<h3>Change your perception about complex developments</h3>
<p>by Jérémie Stilmant
<p>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase"
href="https://video.fosdem.org/FOSDEMx/0/fosdemx_0_jeremie_stilmant___it_s_not_that_complicated.mp4">Video
link</a>
</div>
</div>
</div>
</div>
</div>
<div class="row section-content">
<div class="col-sm-12 col-md-4">
<div class="thumbnail">
<div class="caption">
<h3>Test your code in Python</h3>
<p>by Nicolas Évrard & Cédric Krier
<p>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase"
href="https://video.fosdem.org/FOSDEMx/0/fosdemx_0_nicolas_evrard__cedric_krier___test_your_code_in_python.mp4">Video
link</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="thumbnail">
<div class="caption">
<h3>Ethics in the workplace</h3>
<p>by Eric Gazoni
<p>
<div class="text-center">
<a class="btn btn-primary btn-xl text-uppercase"
href="https://video.fosdem.org/FOSDEMx/0/fosdemx_0_eric_gazoni___ethics_in_the_workplace.mp4">Video
link</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- Contact -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Register Now</h2>
</div>
</div>
<div class="row section-content">
<div class="col-lg-12 text-center">
<p class="section-heading">Register for the workshops at <a
style="color: white; text-decoration: underline"
href="https://osem.fosdem.org/conferences/FOSDEMx1/register/new">osem.fosdem.org</a>.</p>
</div>
</div>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12">
<a href="">
<img style="height: 150px" class="img-fluid d-block mx-auto" src="img/logos/cerkinfo.png" alt="">
</a>
</div>
<div class="col-md-4 col-sm-12">
<a href="http://www.ulb.ac.be/">
<img style="height: 150px" class="img-fluid d-block mx-auto" src="img/logos/ulb.png" alt="">
</a>
</div>
<div class="col-md-4 col-sm-12">
<a href="https://fosdem.org/">
<img style="height: 150px" class="img-fluid d-block mx-auto" src="img/logos/fosdem_grey.png" alt="">
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © FOSDEMx 2018</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<!-- <li class="list-inline-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li> -->
<li class="list-inline-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li> -->
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="https://fosdem.org/2019/practical/conduct/">Code of Conduct</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script>
var map = L.map('locationmap', {scrollWheelZoom: false}).setView([50.81963, 4.39920], 19);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
// L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', {
// attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> © <a href="http://cartodb.com/attributions">CartoDB</a>',
// });
L.marker([50.81942, 4.39900]).addTo(map)
.bindPopup('Forum E Room')
L.marker([50.81942, 4.39907]).addTo(map)
.bindPopup('Forum F Room')
L.marker([50.81950, 4.39937]).addTo(map)
.bindPopup('OF Room')
</script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
<div class="portfolio-modal modal fade" id="location-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<h2 class="text-uppercase">How to get there</h2>
<h4 class="text-uppercase">Bus</h2>
<p>Line 71 (stop Fraiteur)</p>
<h4 class="text-uppercase">Metro</h2>
<p>Line 5 (stop Delta), follow the signs to <i>ULB campus</i></p>
<button class="btn btn-primary" data-dismiss="modal" type="button">
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="schedule-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="modal-body">
<h2 class="text-uppercase">Full event schedule</h2>
<div class="container">
<div class="row">
<div class="col-lg-6">
<h3>Main track</h3>
<p>P.FORUM F</p>
<table class="table">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>18:00</td>
<td>Kerckhoffs in 2018 (Jérome Dossogne)</td>
</tr>
<tr>
<td>18:45</td>
<td>Dinner break</td>
</tr>
<tr>
<td>19:15</td>
<td>HTTP for the Good and the Bad (Xavier Mertens)</td>
</tr>
<tr>
<td>20:15</td>
<td>Responsible disclosure (Cedric De Vroey)</td>
</tr>
<tr>
<td>21:00</td>
<td>Bug Bounty Hunter (intigriti.com)
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-6">
<h3>Workshop</h3>
<p>P.FORUM OF.2070</p>
<table class="table">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>19:00</td>
<td>IoT Hacking (Zahra Khani)</td>
</tr>
<!--<tr>
<td>19:00</td>
<td>Dinner break</td>
</tr>
<tr>
<td>20:00</td>
<td>Devops with Ansible (Quentin Dawans & Ludovic Gasc)</td>
</tr>-->
</tbody>
</table>
</div>
<div class="col-lg-4">
<h3>Workshop</h3>
<p>P.FORUM OF.2058</p>
<table class="table">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>19:15</td>
<td>Industrial Control System Hacking (Tijl Deneut & Hendrik Derre)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<button class="btn btn-primary" data-dismiss="modal" type="button">
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>