// 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], // )