-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
680 lines (662 loc) · 32.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BEST Inside View</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/kalam" rel="stylesheet">
<link rel="stylesheet" href="./static/style.css">
<link rel="stylesheet" href="./static/carousel.css">
<link rel="stylesheet" href="./static/custom_buttons.css">
<link href="./images/biv.png" rel="icon">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body class="bg-light">
<nav class="navbar sticky-top semi-transparent navbar-expand-lg shadow-lg">
<div class="container-lg">
<a class="navbar-brand" href="https://best.tecnico.ulisboa.pt/">
<img src="./images/bestlisbon.png" width="100" height="58" alt="BEST Lisbon Logo" class="img-fluid">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav d-flex ms-auto mb-2 mb-lg-0">
<li class="nav-item px-2 my-2 my-lg-0">
<button type="button" class="my-btn my-btn-yellow px-3 w-100">
<a class="nav-link active text-white wider-letter-spacing" href="#">Home</a>
</button>
</li>
<li class="nav-item px-2 my-2 my-lg-0">
<button type="button" class="my-btn my-btn-orange px-3 w-100">
<a class="nav-link active text-white wider-letter-spacing" href="#intro">Introduction</a>
</button>
</li>
<li class="nav-item px-2 my-2 my-lg-0">
<button type="button" class="my-btn my-btn-pink px-3 w-100">
<a class="nav-link active text-white wider-letter-spacing" href="#partners">Partners</a>
</button>
</li>
<li class="nav-item px-2 my-2 my-lg-0">
<button type="button" class="my-btn my-btn-blue px-3 w-100">
<a class="nav-link active text-white wider-letter-spacing" href="#faqs">FAQs</a>
</button>
</li>
<li class="nav-item px-2 my-2 my-lg-0">
<button type="button" class="my-btn my-btn-orange px-3 w-100">
<a class="nav-link active text-white wider-letter-spacing" href="#team">Team</a>
</button>
</li>
<li class="nav-item px-2 my-2 my-lg-0">
<a href="./pt-pt.html">
<img class="rounded rounded-3" src="./images/pt.svg" alt="Portuguese" width="auto" height="42">
</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container-fluid elipses pb-5">
<div class="container col-xxl-8 px-4 py-5">
<div class="row d-flex flex-lg-row align-items-center justify-content-between g-5 pt-5">
<div class="col-12 col-sm-10 col-lg-6">
<img src="./images/BIV_newlogo_blue.png" class="d-block mx-auto img-fluid" alt="BIV Logo" loading="lazy">
</div>
<div class="col-lg-6">
<div class="row">
<div class="container mx-md-4 my-4 text-center">
<div id="open-cerimony-card" class="py-4 px-2 rounded-4 shadow text-light">
<h1 class="display-6 fw-semibold">Opening Cerimony</h1>
<h1 class="mt-4 fw-light fs-3">February 22nd</h1>
</div>
</div>
</div>
<div class="row">
<div class="container mx-md-4 my-4 text-center">
<div id="inside-days-card" class="py-4 px-2 rounded-4 shadow text-light">
<h1 class="display-6 fw-semibold">Inside Days</h1>
<h1 class="mt-4 fw-light fs-3">April and May</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="intro" class="px-4 py-5 mt-3 text-center">
<h1 class="display-4 fw-bold mt-md-5 mb-5 biv-color-text wider-letter-spacing">What is BIV?</h1>
<div id="what-is-biv-box" class="col-lg-6 col-xxl-4 mx-auto p-5 rounded-4">
<p class="lead biv-color-text">
BEST Inside View (BIV) is a job shadowing event brought to you by BEST Lisbon.
This event is divided into an opening cerimony which will take place on
february 22nd and the Inside Days in April and May.
On the Inside Days you will have the opportunity to get to know the world of work better, following a
professional in your area of interest during a typical working day.
</p>
</div>
</div>
<div class="text-center py-5">
<div id="click-here" class="d-inline-block">
<p class="d-inline-block my-0 mr-1 mx-md-4 fs-5 align-middle">If you want to participate: </p>
<button type="button" class="d-inline-block my-btn rounded-5 my-btn-orange px-4 mt-2 mt-md-0 py-2 py-md-3">
<a class="text-decoration-none text-white fw-bold" href="https://docs.google.com/forms/d/1P1rKgaF-wU9Q7YJbDoPwkT1VuI8C_h4h76rhRTKE2cQ/viewform?edit_requested=true">Click Here</a>
</button>
</div>
</div>
</main>
<div id="why-participate" class="container-fluid py-5">
<div class="container-lg" style="background-color: rgb(67, 83, 163); padding: 1rem;">
<div class="row text-center my-3 my-md-5">
<div class="col text-end">
<h1 class="display-4 fw-bold text-light">Why should you participate?</h1>
</div>
</div>
<div class="row">
<div class="col-md my-3 my-md-5 mx-md-4">
<div class="card h-100 border-white border-2 rounded rounded-4 text-white bg-transparent">
<div class="card-body p-4 text-center">
<p class="fs-5">Learn more about what your favorite company actually does.</p>
</div>
</div>
</div>
<div class="col-md my-3 my-md-5 mx-md-4">
<div class="card h-100 border-white border-2 rounded rounded-4 text-white bg-transparent">
<div class="card-body p-4 text-center">
<p class="fs-5">Get an insight into the working life and culture of companies.</p>
</div>
</div>
</div>
<div class="col-md my-3 my-md-5 mx-md-4">
<div class="card h-100 border-white border-2 rounded rounded-4 text-white bg-transparent">
<div class="card-body p-4 text-center">
<p class="fs-5">Obtain a different perspective on your future work from others.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md my-3 my-md-5 mx-md-4">
<div class="card h-100 border-white border-2 rounded rounded-4 text-white bg-transparent">
<div class="card-body p-4 text-center">
<p class="fs-5">Expands your network and helps you make professional contacts.</p>
</div>
</div>
</div>
<div class="col-md my-3 my-md-5 mx-md-4">
<div class="card h-100 border-white border-2 rounded rounded-4 text-white bg-transparent">
<div class="card-body p-4 text-center">
<p class="fs-5">Practice your interpersonal skills in a professional setting.</p>
</div>
</div>
</div>
<div class="col-md my-3 my-md-5 mx-md-4">
<div class="card h-100 border-white border-2 rounded rounded-4 text-white bg-transparent">
<div class="card-body p-4 text-center">
<p class="fs-5">Discover your potential and the challenges you'll face everyday.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="past-editions" class="text-center elipses py-5" style="overflow-x: hidden;">
<h1 class="display-1 fw-semibold biv-color-text wide-letter-spacing mt-md-5 mb-5">Past Editions</h1>
<div class="container-lg py-md-5">
<section id="slider">
<input type="radio" name="slider" id="s1" class="past-editions-s" checked>
<input type="radio" name="slider" id="s2" class="past-editions-s">
<input type="radio" name="slider" id="s3" class="past-editions-s">
<input type="radio" name="slider" id="s4" class="past-editions-s">
<input type="radio" name="slider" id="s5" class="past-editions-s">
<label for="s1" id="slide1">
<img class="slider-image" src="images/carousel/bive2019.png" alt="Slide 1">
</label>
<label for="s2" id="slide2">
<img class="slider-image" src="images/carousel/biv2019(1).png" alt="Slide 2">
</label>
<label for="s3" id="slide3">
<img class="slider-image" src="images/carousel/BIV2020.png" alt="Slide 3">
</label>
<label for="s4" id="slide4">
<img class="slider-image" src="images/carousel/biv2021(1).png" alt="Slide 4">
</label>
<label for="s5" id="slide5">
<img class="slider-image" src="images/carousel/biv2021.png" alt="Slide 5">
</label>
</section>
<div class="d-flex align-items-center justify-content-center">
<i id="past-editions-prev" class="bi bi-arrow-left-circle fs-4 text-dark px-2"></i>
<div class="text-dark px-2 fs-6 past-editions-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-dark px-2 fs-6 past-editions-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-dark px-2 fs-6 past-editions-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-dark px-2 fs-6 past-editions-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-dark px-2 fs-6 past-editions-indicator">
<i class="bi bi-circle"></i>
</div>
<i id="past-editions-next" class="bi bi-arrow-right-circle fs-4 text-dark px-2"></i>
</div>
</div>
</section>
<div id="partners" class="elipses-noblue py-5 container-fluid">
<div class="container-lg my-5">
<div class="text-center">
<h1 class="display-1 fw-semibold wider-letter-spacing text-light my-5">2023 Partners</h1>
</div>
<div class="row align-items-center">
<div class="col-md my-5">
<img src="./images/partners/ADP fertilizantes.png" class="d-block mx-auto img-fluid" alt="Past Editions IMG"
loading="lazy">
</div>
<div class="col-md my-5">
<img src="./images/partners/CelFocus.png" class="d-block mx-auto img-fluid" alt="Past Editions IMG"
loading="lazy">
</div>
</div>
<div class="row align-items-center">
<div class="col-md my-5">
<img src="./images/partners/Consulgal.png" class="d-block mx-auto img-fluid" alt="Past Editions IMG"
loading="lazy">
</div>
<div class="col-md my-5">
<img src="./images/partners/Konceptness_2-removebg-preview.png" class="d-block mx-auto img-fluid"
alt="Past Editions IMG" loading="lazy">
</div>
</div>
<div class="row align-items-center">
<div class="col-md my-5">
<img src="./images/partners/Eugster Frismag (1).png" class="d-block mx-auto img-fluid" alt="Past Editions IMG"
loading="lazy">
</div>
<div class="col-md my-5">
<img src="./images/partners/JETsj (1).png" class="d-block mx-auto img-fluid" alt="Past Editions IMG"
loading="lazy">
</div>
</div>
</div>
</div>
<section id="testimonials" class="text-center py-5 container-fluid" style="overflow-x: hidden;">
<div class="container-lg text-center py-5">
<h1 class="display-3 fw-semibold text-light wide-letter-spacing mb-5">Testimonials</h1>
<div class="container-lg my-5">
<section id="slider2">
<input type="radio" name="slider2" id="s12" class="testimonials-s" checked>
<input type="radio" name="slider2" id="s22" class="testimonials-s">
<input type="radio" name="slider2" id="s32" class="testimonials-s">
<input type="radio" name="slider2" id="s42" class="testimonials-s">
<input type="radio" name="slider2" id="s52" class="testimonials-s">
<label for="s12" id="slide12">
<div class="small-colored-box small-colored-box-yellow">
<p class="pt-2 fs-4">Participant from 10th edition</p>
</div>
<div class="bottom-box bottom-box-yellow">
<p class="text-justify fs-6">"I've always been very interested in the field of engineering, so I've always been
curious
to
understand what an engineer's day in the job market would truly be like. Although I had already had
several types of contacts and feedback on different experiences from friends and acquaintances, it was
fantastic to have the opportunity to draw my own conclusions through BEST Inside View.”</p>
</div>
</label>
<label for="s22" id="slide22">
<div class="small-colored-box small-colored-box-pink">
<p class="pt-2 fs-4">Participant from 11th edition</p>
</div>
<div class="bottom-box bottom-box-pink">
<p class="text-justify fs-6">"Being part of BIV was mind-blowing! As a student eager to dive into the
engineering world, this
experience was a game-changer. It was like peeking behind the scenes of what I've been learning in class
and seeing how it all fits in real workplaces. Theories turned into real-life strategies right before my
eyes. BIV allowed me to assess if the engineering path I'm pursuing really aligns with my passions and
interests, and made me more excited and confident about my future career."</p>
</div>
</label>
<label for="s32" id="slide32">
<div class="small-colored-box small-colored-box-blue">
<p class="pt-2 fs-4 text-light">Participant from 11th edition</p>
</div>
<div class="bottom-box bottom-box-blue">
<p class="text-justify fs-6">"In BIV, I had the privilege of attending an insightful event at Celfocus, and I
am compelled to share
my experience with great enthusiasm.
The day proved to be exceptionally rewarding, providing a unique blend of knowledge enrichment and
valuable insights that have significantly impacted my perspective on various aspects of my professional
journey."</p>
</div>
</label>
<label for="s42" id="slide42">
<div class="small-colored-box small-colored-box-yellow">
<p class="pt-2 fs-4">MO from 10th edition</p>
</div>
<div class="bottom-box bottom-box-yellow">
<p class="text-justify fs-6">"Being the MO was a challenge, as there is a great sense of responsibility because
we want the
experience of all parties involved to be the best possible. Each decision is made thinking of the
students and companies to allow a greater proximity between these and, consequently, greater ease for
students to enter the job market, while we show interesting companies that operate in different areas."
</p>
</div>
</label>
<label for="s52" id="slide52">
<div class="small-colored-box small-colored-box-orange">
<p class="pt-2 fs-4">MO from 11th edition</p>
</div>
<div class="bottom-box bottom-box-orange">
<p class="text-justify fs-6">"Being in the position of Main Organizer was different than I imagined because
those months preparing
the event were a challenge, and in the course of time each decision got bigger outcomes and the
responsibility increased. This event is all about connecting students to companies, ensuring the best
for both parties,
giving students an easier way to the job market and showing them interesting companies. The end result
is always fulfilling, allowing companies and students to have a bigger proximity."
</p>
</div>
</label>
</section>
<div class="d-flex align-items-center justify-content-center">
<i id="testimonials-prev" class="bi bi-arrow-left-circle fs-4 text-light px-2"></i>
<div class="text-light px-2 fs-6 testimonials-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-light px-2 fs-6 testimonials-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-light px-2 fs-6 testimonials-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-light px-2 fs-6 testimonials-indicator">
<i class="bi bi-circle"></i>
</div>
<div class="text-light px-2 fs-6 testimonials-indicator">
<i class="bi bi-circle"></i>
</div>
<i id="testimonials-next" class="bi bi-arrow-right-circle fs-4 text-light px-2"></i>
</div>
</div>
</div>
</section>
<div id="faqs" class="container-fluid py-5 elipses-blend">
<div class="container-lg mb-md-5">
<h1 class="mt-5 mb-0 display-1 fw-semibold text-light wider-letter-spacing">FAQS</h1>
</div>
<div class="container lg py-5">
<div class="row">
<div class="col-md my-4 mx-md-2">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse3"
role="button" aria-expanded="false" aria-controls="collapse3">
<i class="bi bi-plus fw-semibold text-light"></i>
Who can apply?
</a>
<div class="collapse" id="collapse3">
<div class="card-body text-light">
<p class="fs-5">
BIV is open to all students enrolled at Instituto Superior Técnico.</p>
</div>
</div>
</div>
<div class="col-md my-4 mx-md-2 text-md-end">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse4"
role="button" aria-expanded="false" aria-controls="collapse4">
<i class="bi bi-plus fw-semibold text-light "></i>
How do I apply for the Inside Days?
</a>
<div class="collapse" id="collapse4">
<div class=" card-body text-light">
<p class="fs-5">
In order to sign up for Inside Days, just fill in the forms with the information that will be used in
your matching process.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md my-4 mx-md-2">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse5"
role="button" aria-expanded="false" aria-controls="collapse5">
<i class="bi bi-plus fw-semibold text-light "></i>
Is it mandatory to participate in the Open Cerimony to participate in the Inside Days?
</a>
<div class="collapse" id="collapse5">
<div class=" card-body text-light">
<p class="fs-5">
The organization suggests participating in both parts of BEST Inside View.
By participating in the Opening Cerimony you will have the opportunity to hear pitches
from the companies and get to ask them all the questions you want so you can choose
wisely where you want to spend your Inside Day. However, it is not mandatory for the participants
to attend.</p>
</div>
</div>
</div>
<div class="col-md my-4 mx-md-2 text-md-end">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse6"
role="button" aria-expanded="false" aria-controls="collapse6">
<i class="bi bi-plus fw-semibold text-light "></i>
How is the matching done?
</a>
<div class="collapse" id="collapse6">
<div class=" card-body text-light">
<p class="fs-5">
The matching is always done respecting the preferences of students and companies in accordance with
criteria defined by the organization that is present in the event regulation.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md my-4 mx-md-2">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse7"
role="button" aria-expanded="false" aria-controls="collapse7">
<i class="bi bi-plus fw-semibold text-light "></i>
When will I know the matching results?
</a>
<div class="collapse" id="collapse7">
<div class=" card-body text-light">
<p class="fs-5">
You will receive an email from BEST Lisbon one week after de end of the Inside Days application period.
</p>
</div>
</div>
</div>
<div class="col-md my-4 mx-md-2 text-md-end">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse8"
role="button" aria-expanded="false" aria-controls="collapse8">
<i class="bi bi-plus fw-semibold text-light "></i>
What happens after I'm allocated to a company?
</a>
<div class="collapse" id="collapse8">
<div class=" card-body text-light">
<p class="fs-5">
We will exchange contacts between you and the company's responsible in order to arrange everything for
your Inside Day. The communication will be mediated by us, specially our communications responsible.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md my-4 mx-md-2">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse9"
role="button" aria-expanded="false" aria-controls="collapse9">
<i class="bi bi-plus fw-semibold text-light "></i>
Do I need to submit my CV? Should CV's be in Portuguese or in English?
</a>
<div class="collapse" id="collapse9">
<div class=" card-body text-light">
<p class="fs-5">
It is mandatory to submit your CV to participate in BEST Inside View. The CV can be in Portuguese or
English.
</p>
</div>
</div>
</div>
<div class="col-md my-4 mx-md-2 text-md-end">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse10"
role="button" aria-expanded="false" aria-controls="collapse10">
<i class="bi bi-plus fw-semibold text-light "></i>
Do I need to pay to participate in the Opening Cerimony?
</a>
<div class="collapse" id="collapse10">
<div class=" card-body text-light">
<p class="fs-5">
The Opening Cerimony for BIV is a free event for every student interested in attending.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md my-4 mx-md-2">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse11"
role="button" aria-expanded="false" aria-controls="collapse11">
<i class="bi bi-plus fw-semibold text-light"></i>
Do I need to pay to participate in the Inside Days?
</a>
<div class="collapse" id="collapse11">
<div class=" card-body text-light">
<p class="fs-5">The Inside Days for BIV is a free event but you'll have to make a 5,00€ deposit in order
to guarantee your
participation. The deposit will be returned at the end of the event according to the regulation.
</p>
</div>
</div>
</div>
<div class="col-md my-4 mx-md-2 text-md-end">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse12"
role="button" aria-expanded="false" aria-controls="collapse12">
<i class="bi bi-plus fw-semibold text-light "></i>
To whom should I send the deposit?
</a>
<div class="collapse" id="collapse12">
<div class=" card-body text-light">
<p class="fs-5">
The payment of the deposit must be sent to the "Local BEST Group Lisbon" account. Details needed to
process the payment will be available on the application forms .
</p>
</div>
</div>
</div>
</div>
<div class="row">
<a class="fs-2 link-light link-underline-opacity-0 fw-semibold" data-bs-toggle="collapse" href="#collapse13"
role="button" aria-expanded="false" aria-controls="collapse13">
<i class="bi bi-plus fw-semibold text-light"></i>
Who should I contact if I have any questions?
</a>
<div class="collapse" id="collapse13">
<div class=" card-body text-light">
<p class="fs-5">If you have any doubts or problems you can reach out to us by
sending an email to lisbon@best-eu.org
</p>
</div>
</div>
</div>
</div>
</div>
<div id="team" class="py-5 container-fluid elipses-team">
<div class="container-lg text-end my-md-5">
<h1 class="display-1 fw-semibold biv-color-text">Meet the Team</h1>
</div>
<div class="container-lg">
<div class="row py-5">
<div class="col-md text-center mx-md-4 my-2 my-md-0 orange-highlight">
<img src="./images/team/JorgeFernandes.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Jorge Fernandes</h5>
<p class="lead">Main Organizer</p>
</div>
</div>
<div class="col-md text-center mx-md-4 my-2 my-md-0 blue-highlight">
<img src="./images/team/RitaGraca.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Rita Graça</h5>
<p class="lead">Vice President for External Services</p>
</div>
</div>
<div class="col-md text-center mx-md-4 my-2 my-md-0 yellow-highlight">
<img src="./images/team/BrunoMassano.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Bruno Massano</h5>
<p class="lead">Inside Days Responsible</p>
</div>
</div>
</div>
<div class="row py-5">
<div class="col-md text-center mx-md-4 my-2 my-md-0 orange-highlight">
<img src="./images/team/CatarinaOliveira.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Catarina Oliveira</h5>
<p class="lead">Public Relations Responsible</p>
</div>
</div>
<div class="col-md text-center mx-md-4 my-2 my-md-0 pink-highlight">
<img src="./images/team/SofiaCosta.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Sofia Costa</h5>
<p class="lead">Design Responsible</p>
</div>
</div>
<div class="col-md text-center mx-md-4 my-2 my-md-0 blue-highlight">
<img src="./images/team/AndreSilva.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">André Silva</h5>
<p class="lead">IT Responsible</p>
</div>
</div>
</div>
<div class="row py-5">
<div class="col-md text-center mx-md-4 my-2 my-md-0 yellow-highlight">
<img src="./images/team/PedroJesus_CR.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Pedro Jesus</h5>
<p class="lead">Corporate Relations Team</p>
</div>
</div>
<div class="col-md text-center mx-md-4 my-2 my-md-0 blue-highlight">
<img src="./images/team/MartimBlattman.png" alt="Jorge Fernandes" width="300" height="300"
class="object-fit-cover">
<div class="py-3">
<h5 class="display-6">Martim Blattman</h5>
<p class="lead">Corporate Relations Team</p>
</div>
</div>
</div>
</div>
<div class="text-center py-5">
<div id="read-regulations" class="d-inline-block mt-md-5">
<p class="d-inline-block my-0 mr-2 mx-md-4 fs-5 align-middle">If you want to read the regulations: </p>
<button type="button" class="d-inline-block my-btn rounded-5 my-btn-yellow px-4 mt-2 mt-md-0 py-2 py-md-3">
<a class="text-decoration-none text-white fw-bold" href="https://drive.google.com/file/d/1zOE23GC6GKnaUoXnw751i1BBPNhzl7oM/view?usp=sharing">Click Here</a>
</button>
</div>
</div>
</div>
<footer class="container-fluid pt-5" id="footer">
<div class="container">
<footer class="py-3 py-4">
<div class="row justify-content-between border-bottom border-2 pb-3 mb-3">
<div class="col-md my-3 my-md-0">
<div class="text-center">
<a href="#" class="fs-4 nav-link px-2 text-light wide-letter-spacing">Contacts</a>
<p class="text-light fs-6 mt-2">lisbon@best-eu.org</p>
</div>
</div>
<div class="col-md my-3 my-md-0">
<div class="text-center">
<a href="#" class="fs-4 nav-link px-2 text-light wide-letter-spacing">Address</a>
<p class="text-light fs-6 mt-2">Av. Rovisco Pais, 1</p>
</div>
</div>
<div class="col-md my-3 my-md-0">
<div class="text-center">
<a href="#" class="fs-4 nav-link px-2 text-light wide-letter-spacing">Follow us</a>
<div class="d-flex justify-content-center mt-2">
<a href="https://www.facebook.com/bestlisboa">
<i class="bi bi-facebook text-light fs-5 px-2"></i>
</a>
<a href="https://www.instagram.com/best.lisbon/">
<i class="bi bi-instagram text-light fs-5 px-2"></i>
</a>
<a href="https://www.linkedin.com/company/best-lisboa/mycompany/">
<i class="bi bi-linkedin text-light fs-5 px-2"></i>
</a>
<a href="https://www.youtube.com/user/BESTLisboa">
<i class="bi bi-youtube text-light fs-5 px-2"></i>
</a>
</div>
</div>
</div>
</div>
<div class="py-2">
<p class="fs-4 text-center text-light wider-letter-spacing">All rights reserved</p>
<p class="fs-4 text-center text-light wider-letter-spacing">BEST Lisbon</p>
</div>
</footer>
</div>
</footer>
<script src="./scripts/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>