feat(CV): Add digital work section

This commit is contained in:
Marty Oehme 2025-05-21 16:27:17 +02:00
parent 1e6c9059e8
commit 82965954bb
3 changed files with 39 additions and 1 deletions

View file

@ -36,6 +36,10 @@
let title = (en: "Volunteer Work", de: "Ehrenamt").at(lang)
section(title: title, entries: contents.volunteering)[]
}
if item == "digital" and "digital" in contents {
let title = (en: "Digital Organization", de: "Digitales Schaffen").at(lang)
section(title: title, entries: contents.digital)[]
}
if item == "skills" and "skills" in contents {
let title = (en: "Qualifications", de: "Qualifikationen").at(lang)