-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·732 lines (726 loc) · 36.2 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
<!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">
<title>HackBordeaux : Home</title>
<link rel="icon" href="assets/images/favicon.ico?v=2" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link id="switcher" href="assets/css/theme-color/bridge-theme.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="mu-hero" class="">
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">HackBordeaux 2020</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="#mu-hero">Home</a></li>
<li><a href="#mu-about">About Us</a></li>
<li><a href="#mu-schedule">Schedule</a></li>
<li><a href="#mu-speakers">Challenges</a></li>
<li><a href="#mu-sponsors">Sponsors</a></li>
<li><a href="#mu-faq">FAQ</a></li>
<li><a href="#mu-venue">Venue</a></li>
</ul>
</div>
</div>
</nav>
<div class="mu-hero-overlay">
<div class="container">
<div class="mu-hero-area">
<div class="mu-hero-featured-area">
<div class="mu-logo-area">
<a class="" href="#"><img src="assets/images/hackbdx.svg" alt="HackBordeaux Logo" style="max-width: 225px; max-height: 225px;"></a>
</div>
<div class="mu-hero-featured-content">
<h1>HACKBORDEAUX 2020</h1>
<p class="mu-event-date-line">March, 2020. Bordeaux, France</p>
<p><a href="#" class="mu-apply-btn"><span>Coming soon</span></a></p>
<div class="mu-event-counter-area">
<div id="mu-event-counter">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<main>
<section id="mu-about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-about-area">
<div class="mu-title-area" style="margin-bottom:5%">
<h2 class="mu-title">About The Hackathon</h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="mu-about-left">
<img class="" src="assets/images/about.png" alt="Men Speaker">
</div>
</div>
<div class="col-md-4">
<p>HackBordeaux is a student run hackathon in collaboration with sponsoring companies & startups,
co-organized
by <a href="http://meritis.fr/"><img class="in-text" src="assets/images/meritis.png"
style="transform: scale(0.7);" alt="Meritis"></a> in 2020, held at Bordeaux-INP in Bordeaux,
France on the 21-22th March, 2020
</p>
<p>So come join up to 200 passionate like-minded people on this adventure! Let’s build amazing things,
learn
even more and share awesome experiences from around Europe!
</p>
</div>
<div class="col-md-4">
<div class="mu-about-right">
<img class="" src="assets/images/bg2.jpg" alt="Hackathon Image">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="mu-video">
<div class="mu-video-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-video-area">
<h2>Discover...</h2>
<a class="mu-video-play-btn" href="#"><i class="fa fa-play" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="mu-video-content">
<div class="mu-video-iframe-area">
<a class="mu-video-close-btn" href="#"><i class="fa fa-times" aria-hidden="true"></i></a>
<iframe width="854" height="480" src="https://www.youtube.com/embed/Oh0kF4eV3n8"
allowfullscreen></iframe>
</div>
</div>
</section>
<section id="mu-schedule">
<div class="container">
<div class="row">
<div class="colo-md-12">
<div class="mu-schedule-area">
<div class="mu-title-area">
<h2 class="mu-title">Schedule for 2019</h2>
<h3>Just to give you an idea</h3>
</div>
<div class="mu-schedule-content-area">
<!-- Nav tabs -->
<ul class="nav nav-tabs mu-schedule-menu" role="tablist">
<li role="presentation" class="active"><a href="#first-day" aria-controls="first-day" role="tab"
data-toggle="tab">Day
1 ~ 23 March</a>
</li>
<li role="presentation"><a href="#second-day" aria-controls="second-day" role="tab"
data-toggle="tab">Day 2 ~
24 March</a>
</li>
<li role="presentation"><a href="#workshops-h" aria-controls="workshops-h" role="tab"
data-toggle="tab">Workshops
~ Amphitheatre H</a>
</li>
<li role="presentation"><a href="#workshops-g" aria-controls="workshops-g" role="tab"
data-toggle="tab">Workshops
~ Amphitheatre G</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content mu-schedule-content" style="text-align: center">
<div role="tabpanel" class="tab-pane fade mu-event-timeline in active" id="first-day">
<ul>
<li>
<div class="mu-single-event">
<p class="mu-event-time">9.00 AM</p>
<h3>Registering, welcoming area, chilling, breakfast !</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">10.45 AM</p>
<h3>Opening ceremony, pairing up session</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">12.30 PM</p>
<h3 style="color: #56d2d6;">Hacking starts!</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">01.00 PM</p>
<h3>Lunch</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">02.00 - 02.30 PM</p>
<h3>Wine tasting</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">03.00 - 06.00 PM</p>
<h3>Workshops</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">06.00 PM - 12.00 AM</p>
<h3>Random activities</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">07.00 PM</p>
<h3>Dinner</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">12.00 AM</p>
<h3 style="color: #56d2d6;">Midnight pizzas!</h3>
</div>
</li>
</ul>
</div>
<div role="tabpanel" class="tab-pane fade mu-event-timeline" id="second-day">
<ul>
<li>
<div class="mu-single-event">
<p class="mu-event-time">09.00 AM</p>
<h3>Breakfast</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">12.30 PM</p>
<h3 style="color: #56d2d6;">Hacking ends and lunch</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">01.30 - 4.30 PM</p>
<h3>Project pitchs</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">04.45 PM</p>
<h3>Annoucung winners and rewarding</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">05.45 PM</p>
<h3>End of Hackbordeaux 2019</h3>
</div>
</li>
</ul>
</div>
<div role="tabpanel" class="tab-pane fade mu-event-timeline" id="workshops-h">
<p>No planning yet !</p>
</div>
<div role="tabpanel" class="tab-pane fade mu-event-timeline" id="workshops-g">
<p>No planning yet !</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Schedule -->
<!-- Start Speakers -->
<section id="mu-speakers">
<div class="mu-speakers-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-speakers-area">
<div class="mu-title-area">
<h2 class="mu-title" style="color: white">The Challenges</h2>
<p>Challenges will be announced by our sponsors during the opening ceremony!</p>
</div>
<!-- Start Speakers Content -->
<div class="mu-speakers-content">
<div class="mu-speakers-slider">
<!-- Start single speaker -->
<div class="mu-single-speakers">
<img src="assets/images/meritis.png" alt="challenge" style="max-width: 150px; max-height: 90px;" class="center-block">
<div class="mu-single-speakers-info">
<h3>Challenge #1</h3>
<p> Children, beginners, grand-parents... How to become the best developer on Earth ?</p>
<ul class="mu-single-speakers-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers text-center">
<img src="assets/images/capgemini.svg" alt="challenge" style="max-width: 150px; max-height: 90px;" class="center-block">
<div class="mu-single-speakers-info">
<h3>Challenge #2</h3>
<p>How technology can answer healthcare main challenges.</p>
<ul class="mu-single-speakers-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<img src="assets/images/ekino.png" alt="challenge" style="max-width: 150px; max-height: 90px;" class="center-block">
<div class="mu-single-speakers-info">
<h3>Challenge #3</h3>
<p>Try Not To Die !</p>
<ul class="mu-single-speakers-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<img src="assets/images/eirlab.png" alt="challenge" style="max-width: 150px; max-height: 90px;" class="center-block">
<div class="mu-single-speakers-info">
<h3>Challenge #4</h3>
<p>The pillbox of the future !</p>
<ul class="mu-single-speakers-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<!-- <div class="mu-single-speakers">
<img src="assets/images/speaker-4.jpg" alt="challenge" style="max-width: 150px; max-height: 90px;" class="center-block">
<div class="mu-single-speakers-info">
<h3>Challenge #5</h3>
<p>Become one of our sponsors and present a challenge to our hackers!</p>
<ul class="mu-single-speakers-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div> -->
<!-- End single speaker -->
</div>
</div>
<!-- End Speakers Content -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Speakers -->
<!-- Start Sponsors -->
<section id="mu-sponsors">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-sponsors-area">
<div class="mu-title-area">
<h2 class="mu-title">Our Sponsors</h2>
<p>Wanna be part of our awesome sponsors for the 2020 edition ? Please contact us at <a
href="mailto:sponsor@hackbordeaux.com">sponsor@hackbordeaux.com</a></p>
</div>
<!-- Start spnonsors brand logo -->
<div class="mu-sponsors-content">
<div class="mu-title-area">
<h3 class="mu-title">
Our Sponsors for the 2019 edition</h3>
</div>
<!-- start plat sponsors -->
<div class="mu-sponsors-title">
<h4 class="plat">Platinium</h4>
<p><em>Co-organizer of HackBordeaux 2020! Member of the final jury</em></p>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="mu-sponsors-single">
<a href="http://meritis.fr/"><img src="assets/images/meritis.png"
style="transform: scale(0.5, 0.5)" alt="Meritis"></a>
</div>
</div>
</div>
<!-- end plat sponsors -->
<!-- start gold sponsors -->
<div class="mu-sponsors-title">
<h4 class="gold">Gold</h4>
<p><em>Present a challenge about your API and choose the winners!</em></p>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-4 col-xs-12">
<div class="mu-sponsors-single">
<a href="https://www.ekino.com/"><img src="assets/images/ekino_white.png"
style="width: 300px; transform:scale(0.8, 0.7);" alt="Ekino"></a>
</div>
</div>
<div class="col-md-4 col-md-offset-4 col-sm-4 col-xs-12">
<div class="mu-sponsors-single">
<a href="https://www.capgemini.com/gb-en/"><img src="assets/images/capgemini.svg" alt="CapGemini"
style="width: 400px; margin-top: 12px; transform: scale(0.9, 0.9)"></a>
</div>
</div>
</div>
<!-- end plat sponsors -->
<!-- start pizza sponsors -->
<div class="mu-sponsors-title">
<h4 class="pizzas">Midnight Pizzas</h4>
<p><em>Offer us the traditional midnight pizzas!</em></p>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-offset-4 col-sm-4 col-xs-12">
<div class="mu-sponsors-single">
<a href="https://www.algolia.com"><img src="assets/images/algolia.png"
style="transform: scale(0.7, 0.7);" alt="Algolia"></a>
</div>
</div>
</div>
<!-- end silver sponsors -->
<!-- start silver sponsors -->
<div class="mu-sponsors-title">
<h4 class="silver">Silver</h4>
<p><em>Be present during the event and hold a workshop !</em></p>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-4 col-xs-12">
<div class="mu-sponsors-single">
<a href="https://www.soprasteria.com/fr"><img src="assets/images/sopra_steria.svg"
style="transform: scale(0.9, 0.9);" alt="Sopra Steria"></a>
</div>
</div>
<div class="col-md-4 col-md-offset-4 col-sm-offset-4 col-sm-4 col-xs-12">
<div class="mu-sponsors-single">
<a href="https://www.voxeet.com/"><img src="assets/images/voxeet.png"
style="transform: scale(0.7, 0.7)" alt="Voxeet"></a>
</div>
</div>
</div>
<!-- end silver sponsors -->
<!-- start bronze sponsors -->
<!-- <div class="mu-sponsors-title">
<h4 class="bronze">Bronze</h4>
<p><em>Send us goodies or anything else so that we can give them during the event!</em></p>
</div>
<div class="row">
</div> -->
<!-- end bronze sponsors -->
</div>
<!-- End spnonsors brand logo -->
</div>
</div>
</div>
</div>
</section>
<!-- End Sponsors -->
<section id="mu-partners">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-partners-area">
<div class="mu-title-area">
<h2 class="mu-title">Our Partners</h2>
</div>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="mu-sponsors-single">
<a href="http://www.hemera.camp/fr/"><img src="assets/images/hemera.svg"
style="transform: scale(0.7, 0.7)" alt="Hemera"></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="mu-sponsors-single">
<a href="https://enseirb-matmeca.bordeaux-inp.fr/fr"><img src="assets/images/logo-em.png"
style="transform: scale(0.6, 0.6); transform-origin: top;" alt="ENSEIRB-MATMECA"></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="mu-sponsors-single">
<a href="http://hackp.ac/mlh-stickermule-hackathons"><img src="assets/images/sticker-mule.png"
style="transform: scale(0.7, 0.7); transform-origin: top;" alt="Sticker Mule"></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="mu-sponsors-single">
<a href="https://mlh.io/"><img src="assets/images/mlh-logo-white.svg"
style="transform: scale(0.7, 0.7)" alt="MLH"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<a href="https://www.energydrinknuitblanche.fr/"><img src="assets/images/nuit-blanche.png"
style="transform: scale(0.6, 0.6)" alt="Nuit Blanche"></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<a href="https://www.laboiteapizza.com/"><img src="assets/images/pizza.png"
style="transform: scale(0.7, 0.7); transform-origin: top;" alt="la boite a pizza"></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<a href="http://www.cue-aquitaine.fr/"><img src="assets/images/comue.png"
style="transform: scale(0.7, 0.7); transform-origin: top;" alt="ComUE"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Start FAQ -->
<section id="mu-faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-faq-area">
<div class="mu-title-area">
<h2 class="mu-title">FAQ</h2>
<p>If you don't find an answer to your question, don't hesitate to contact us!</p>
</div>
<div class="mu-faq-content">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true">
<span class="fa fa-angle-down"></span> What is a hackathon?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
A <a href="https://mlh.io/">MLH</a> hackathon is a creative and social event where students come
together,
share ideas and build cool software & hardware hacks during 24 hours.
You learn immensely, interact with startups & companies and get to meet like-minded people from
around the
world. Don’t worry <a
href="https://medium.com/@tfogo/hackathons-are-for-beginners-77a9c9c0e000#.cj21niskl">it’s
very beginner friendly!</a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<span class="fa fa-angle-up"></span> How much does it cost?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
Nothing. Attending a MLH hackathon is free, and we’d like to thank our awesome sponsors who made
it
possible!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
<span class="fa fa-angle-up"></span> Do I need to be a student to attend?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
Yes. Only students who are currently enrolled at a college/university or have graduated within
the past 12
months are eligible to attend.
However, are you interested in this event or totally excited about it? You can also be a <a
href="https://mlh.io/mentors">mentor</a>
helping students during their hacks! <a href="info@hackbordeaux.com">Contact us</a>!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
<span class="fa fa-angle-up"></span> Where is the event?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
The event is being hosted at <a href="#mu-venue">Bordeaux-INP, ENSEIRB-MATMECA</a>.
</div>
</div>
</div>
<!-- <div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
<span class="fa fa-angle-up"></span> Do you provide travel reimbursement?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
Yes, thanks to our sponsors we are able to provide up to 20euros ! More info soon.
</div>
</div>
</div> -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
<span class="fa fa-angle-up"></span> What is the maximum size of a team ?
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
You can be 4-5 hackers in each team!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
<span class="fa fa-angle-up"></span> What is Major League Hacking?
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
Major League Hacking is <a href="https://mlh.io/">the official student hackathon league</a> in
North
America & Europe. We work with over 200 Member Events and empower over 70,000 students every
year.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEight">
<span class="fa fa-angle-up"></span> Is there a code of conduct?
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
Yes there is. We enforce it very strongly. You can <a
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">find
it here</a>.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End FAQ -->
<!-- Start Venue -->
<section id="mu-venue">
<div class="mu-venue-area">
<div class="row">
<div class="col-md-6" style="height: 400px;">
<div class="mu-venue-map" style="height: inherit">
<iframe
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyAIwRS8T5Omj1eeH59DswETcyBuo5rbOf4&q=ENSEIRB+MATMECA,Talence+France"
style="height: inherit; width: inherit" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<div class="mu-venue-address">
<h2>Venue <i class="fa fa-chevron-right" aria-hidden="true"></i></h2>
<h3>ENSEIRB-MATMECA</h3>
<h4>1 Avenue du Dr Albert Schweitzer, 33400 Talence</h4>
<p>A mini-map will be available so that you can find us easily !</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Venue -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<div class="mu-social-media">
<a href="https://www.facebook.com/hackbordeaux"><i class="fa fa-facebook"></i></a>
<a href="http://twitter.com/hackbordeaux"><i class="fa fa-twitter"></i></a>
<a href="https://www.snapchat.com/add/hackbx"><i class="fa fa-snapchat"></i></a>
<a href="https://www.instagram.com/hackbordeaux/"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div class="mu-footer-bottom">
<p><a href="mailto:info@hackbordeaux.com">info@hackbordeaux.com</a> <i class="fa fa-star"></i> <a
href="mailto:sponsor@hackbordeaux.com">sponsor@hackbordeaux.com</a></p>
<p class="mu-copy-right">
HackBordeaux 2020 <i class="fa fa-diamond" aria-hidden="true"></i>
<!--© Copyright <a rel="nofollow" href="http://markups.io">markups.io</a>. All right reserved.-->
</p>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>