21 lines
512 B
Typst
21 lines
512 B
Typst
// Imports
|
|
#import "@preview/brilliant-cv:4.0.1": cv-section, cv-skill, h-bar
|
|
|
|
|
|
#cv-section("Compétences")
|
|
|
|
#cv-skill(
|
|
type: [Langues],
|
|
info: [Français #h-bar() Anglais #h-bar() _Italien_#footnote([débutant et non-certifié])],
|
|
)
|
|
|
|
#cv-skill(
|
|
type: [Tech Stack],
|
|
info: [`pixi` #h-bar() `nix` #h-bar() `uv` #h-bar() PyTorch Lightning #h-bar() `jupyter` #h-bar() Linux],
|
|
)
|
|
|
|
#cv-skill(
|
|
type: [Centres d'intérêt],
|
|
info: [Histoire #h-bar() Pédagogie #h-bar() Réalisation et Édition Multimédia],
|
|
)
|