cv2/modules_en/skills.typ
2025-09-29 21:56:09 +02:00

22 lines
533 B
Text

// Imports
#import "@preview/brilliant-cv:2.0.5": cvSection, cvSkill, hBar
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#cvSection("Other", letters: 0)
#cvSkill(
type: [Languages],
info: [French - native #hBar() English - bilingual #hBar() German - B2],
)
// #cvSkill(
// type: [Tech Stack],
// info: [Tableau #hBar() Python (Pandas/Numpy) #hBar() PostgreSQL],
// )
// #cvSkill(
// type: [Personal Interests],
// info: [Swimming #hBar() Cooking #hBar() Reading],
// )