Set up CV page

This commit is contained in:
Paul Nicoué 2025-05-30 17:15:12 +02:00
parent 18c60b22cd
commit 098b8b8e0d
14 changed files with 117 additions and 31 deletions

10
assets/css/pages/_cv.scss Normal file
View file

@ -0,0 +1,10 @@
@use "../abstracts" as *;
// --------------------------------------------------
// CV STYLE
// --------------------------------------------------
.cv {
.cv__content {}
}