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,20 @@
// Imports
#import "@preview/brilliant-cv:4.0.1": cv-section, cv-skill, h-bar
#cv-section("Competenze")
#cv-skill(
type: [Lingue],
info: [Inglese #h-bar() Francese #h-bar() Cinese],
)
#cv-skill(
type: [Tecnologie],
info: [Tableau #h-bar() Python (Pandas/Numpy) #h-bar() PostgreSQL],
)
#cv-skill(
type: [Interessi personali],
info: [Nuoto #h-bar() Cucina #h-bar() Lettura],
)