diff --git a/public/CV Félix MARQUET ENGLISH.pdf b/public/CV Félix MARQUET ENGLISH.pdf new file mode 100644 index 0000000..e2fe529 Binary files /dev/null and b/public/CV Félix MARQUET ENGLISH.pdf differ diff --git a/src/components/CV.tsx b/src/components/CV.tsx index a1500ab..05f25d0 100644 --- a/src/components/CV.tsx +++ b/src/components/CV.tsx @@ -4,10 +4,11 @@ import { useTranslation } from 'react-i18next'; function CV(){ const { t } = useTranslation(); + const cvPath = t('cv.path'); return (

{t('cv.title')}

- +
); } diff --git a/src/i18n.js b/src/i18n.js index 5388e8c..9bf365d 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -18,6 +18,7 @@ i18n "projects.MercuryCloud.description": "Projet d'herbergeur de serveur de jeu et VPS. Poste de support technique, administrateur des service VPS, Game et web.", "projects.Projet C++ - ISEN CIR 2.description": "Projet de fin de 4e semestre à l'ISEN Nantes. Création d'un jeu de type Tower Defense en C++ avec la librairie QT6.", "cv.title": "Mon CV", + "cv.path": "/CV%20Félix%20MARQUET.pdf", "nav.about": "A propos de moi", "nav.projects": "Mes projets", "nav.cv": "Mon CV", @@ -39,6 +40,7 @@ i18n "nav.about": "About me", "nav.projects": "My projects", "nav.cv": "My CV", + "cv.path": "/CV%20Félix%20MARQUET%20ENGLISH.pdf" }, }, },