feat: initial typst template for resume
This commit is contained in:
20
resume/profile_it/skills.typ
Normal file
20
resume/profile_it/skills.typ
Normal 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],
|
||||
)
|
||||
Reference in New Issue
Block a user