feat: add resume.pdf button
All checks were successful
Deploy to SFTP Server / build (push) Successful in 41m27s

This commit is contained in:
2024-04-08 14:22:36 +02:00
parent e41ef2fceb
commit d1d6867130
12 changed files with 107 additions and 40 deletions

View File

@ -23,6 +23,7 @@ export const ui = {
'nav.videos': 'Videos',
'nav.photos': 'Photos',
'toc.title': 'Table of Contents',
"resume": "Resume",
},
de: {
"en": "English",
@ -39,6 +40,7 @@ export const ui = {
'nav.projects': 'Projekte',
'nav.videos': 'Videos',
'nav.photos': 'Fotos',
"resume": "Lebenslauf",
'toc.title': 'Inhaltsverzeichnis',
},
} as const;