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_en/skills.typ
Normal file
22
others/brilliant-cv/modules_en/skills.typ
Normal file
|
@ -0,0 +1,22 @@
|
|||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.3": cvSection, cvSkill, hBar
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
|
||||
|
||||
#cvSection("Skills")
|
||||
|
||||
#cvSkill(
|
||||
type: [Sprachen],
|
||||
info: [Deutsch #hBar() Englisch],
|
||||
)
|
||||
|
||||
#cvSkill(
|
||||
type: [Tech Stack],
|
||||
info: [Tableau #hBar() Python (Pandas/Numpy) #hBar() PostgreSQL],
|
||||
)
|
||||
|
||||
#cvSkill(
|
||||
type: [Personal Interests],
|
||||
info: [Swimming #hBar() Cooking #hBar() Reading],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue