feat: initial typst template for resume
This commit is contained in:
20
resume/profile_fr/skills.typ
Normal file
20
resume/profile_fr/skills.typ
Normal file
@ -0,0 +1,20 @@
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:4.0.1": cv-section, cv-skill, h-bar
|
||||
|
||||
|
||||
#cv-section("Compétences")
|
||||
|
||||
#cv-skill(
|
||||
type: [Langues],
|
||||
info: [Anglais #h-bar() Français #h-bar() Chinois],
|
||||
)
|
||||
|
||||
#cv-skill(
|
||||
type: [Tech Stack],
|
||||
info: [Tableau #h-bar() Python (Pandas/Numpy) #h-bar() PostgreSQL],
|
||||
)
|
||||
|
||||
#cv-skill(
|
||||
type: [Centres d'intérêt],
|
||||
info: [Natation #h-bar() Cuisine #h-bar() Lecture],
|
||||
)
|
||||
Reference in New Issue
Block a user