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,22 @@
// Import
#import "@preview/brilliant-cv:2.0.3": cvSection, cvSkill, hBar
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#cvSection("技能与兴趣")
#cvSkill(
type: [语言],
info: [英语 #hBar() 法语 #hBar() 中文],
)
#cvSkill(
type: [技术栈],
info: [Tableau #hBar() Python (Pandas/Numpy) #hBar() PostgreSQL],
)
#cvSkill(
type: [个人兴趣],
info: [游泳 #hBar() 烹饪 #hBar() 阅读],
)