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("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],
)