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