21 lines
392 B
Typst
21 lines
392 B
Typst
// 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],
|
|
)
|