anfang von lebenslauf und motivationsschreiben
This commit is contained in:
parent
390f83f76f
commit
1b86fe8138
33 changed files with 743 additions and 0 deletions
25
others/brilliant-cv/cv.typ
Normal file
25
others/brilliant-cv/cv.typ
Normal 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",
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue