Skip to content

Commit de483e7

Browse files
committed
adds pdfs
Signed-off-by: Frédéric Noppe <frederic.noppe@l3montree.com>
1 parent 292b7f3 commit de483e7

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

1.35 MB
Binary file not shown.

public/pdfs/CIR.pdf

2.23 MB
Binary file not shown.
270 KB
Binary file not shown.

public/pdfs/NixOS-Introduction.pdf

2.58 MB
Binary file not shown.

src/components/Speakers.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,29 @@ const people = [
77
imageUrl: '/profilbild-peter-leffler.png',
88
topic:
99
'Die (neue) Teilstreitkraft Cyber- und Informationsraum der Bundeswehr und deren Zusammenarbeit mit Partnern aus Wissenschaft & Forschung, Wirtschaft & Industrie sowie mit Vertretern anderer Behörden.',
10-
pdfFile: '',
10+
pdfFile: '/pdfs/CIR.pdf',
1111
},
1212
{
1313
name: 'Matthias Wyss',
1414
role: 'Leitung Cyber Defense Center',
1515
imageUrl: '/MW.png',
1616
topic:
1717
'Cyber Threat Management: Es ist nicht genug zu WISSEN, man muss es auch ANWENDEN',
18-
pdfFile: '',
18+
pdfFile: '/pdfs/BWI-Cyber-Threat-Management.pdf',
1919
},
2020
{
2121
name: 'Sebastian Kokott',
2222
role: 'Senior IT & Security Consultant @ CONET',
2323
imageUrl: '/profilbild_sebastian_kokott.png',
2424
topic: 'Cybersicherheit im Feld',
25-
pdfFile: '',
25+
pdfFile: '/pdfs/IT-Security_Feld_Lagebild.pdf',
2626
},
2727
{
2828
name: 'Jacek Galowicz',
29-
role: 'CEO @ Applicative Systems GmbH',
29+
role: 'CEO @ Applicative Systems GmbH & NixCademy',
3030
imageUrl: '/profilbild_jacek_galowicz.png',
31-
topic:
32-
'Software Supply Chain Security: Lückenlose Nachvollziehbarkeit für Mission-Critical Systems',
33-
pdfFile: '',
31+
topic: 'Software Supply Chain Security: Lückenlose Nachvollziehbarkeit für Mission-Critical Systems',
32+
pdfFile: '/pdfs/NixOS-Introduction.pdf',
3433
},
3534
]
3635

0 commit comments

Comments
 (0)