feat: initial typst template for resume

This commit is contained in:
2026-05-24 21:46:44 +02:00
parent 32d6ff6ba3
commit 02d99a15a0
46 changed files with 11612 additions and 2 deletions

View File

@ -0,0 +1,38 @@
// Imports
#import "@preview/brilliant-cv:4.0.1": (
cv-section, cv-skill, cv-skill-tag, cv-skill-with-level, h-bar,
)
#cv-section("Fähigkeiten")
#cv-skill-with-level(
type: [Sprachen],
level: 4,
info: [Deutsch (Muttersprache) #h-bar() Englisch (Fließend) #h-bar() Französisch (Konversation)],
)
#cv-skill-with-level(
type: [Programmierung],
level: 5,
info: [Python #h-bar() SQL #h-bar() R],
)
#cv-skill(
type: [Technologie Stack],
info: [Tableau #h-bar() Snowflake #h-bar() AWS #h-bar() Docker #h-bar() Git],
)
#cv-skill(
type: [Zertifizierungen],
info: [
#cv-skill-tag([AWS Zertifiziert])
#cv-skill-tag([Google Analytics])
#cv-skill-tag([Tableau Desktop])
],
)
#cv-skill(
type: [Persönliche Interessen],
info: [Schwimmen #h-bar() Kochen #h-bar() Lesen #h-bar() Fotografie],
)