diff --git a/src/custom-comands.js b/src/custom-comands.js index 3e14d23..d4e4762 100644 --- a/src/custom-comands.js +++ b/src/custom-comands.js @@ -53,7 +53,7 @@ export function setDarkMode(value) { export function getCV() { const a = document.createElement("a"); a.href = "resources/CV - Greg Lebreton.pdf"; - a.setAttribute("download", "CV - Greg Lebreton.pdf"); + a.setAttribute("download", "Grégory-Lebreton- CV.pdf"); a.click(); } diff --git a/static/Grégory-Lebreton- CV.pdf b/static/Grégory-Lebreton- CV.pdf new file mode 100644 index 0000000..0c99516 Binary files /dev/null and b/static/Grégory-Lebreton- CV.pdf differ diff --git a/static/cv-goes-here b/static/cv-goes-here deleted file mode 100644 index 0519ecb..0000000 --- a/static/cv-goes-here +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file