anfang von lebenslauf und motivationsschreiben

This commit is contained in:
Erik Grobecker 2025-01-10 14:34:42 +01:00
parent 390f83f76f
commit 1b86fe8138
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
33 changed files with 743 additions and 0 deletions

View file

@ -0,0 +1,25 @@
// Imports
#import "@preview/brilliant-cv:2.0.3": cv
#let metadata = toml("./metadata.toml")
#let importModules(modules, lang: metadata.language) = {
for module in modules {
include {
"modules_" + lang + "/" + module + ".typ"
}
}
}
#show: cv.with(
metadata,
profilePhoto: image("./src/avatar.png"),
)
#importModules((
"education",
// "professional",
// "professional",
// "projects",
// "certificates",
// "publications",
"skills",
))