|
|
@ -53,7 +53,7 @@ export function setDarkMode(value) { |
|
|
|
export function getCV() { |
|
|
|
export function getCV() { |
|
|
|
const a = document.createElement("a"); |
|
|
|
const a = document.createElement("a"); |
|
|
|
a.href = "resources/CV - Greg Lebreton.pdf"; |
|
|
|
a.href = "resources/CV - Greg Lebreton.pdf"; |
|
|
|
a.setAttribute("download", "CV - Greg Lebreton.pdf.pdf"); |
|
|
|
a.setAttribute("download", "CV - Greg Lebreton.pdf"); |
|
|
|
a.click(); |
|
|
|
a.click(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|