diff --git "a/app/components/espa\303\261ol/aboutme.jsx" "b/app/components/espa\303\261ol/aboutme.jsx" index c2e612c..17d2308 100644 --- "a/app/components/espa\303\261ol/aboutme.jsx" +++ "b/app/components/espa\303\261ol/aboutme.jsx" @@ -2,14 +2,14 @@ import Image from 'next/image'; import miImagen from '../../images/1mb.jpeg'; const Aboutme = () => { - const downloadCV = "./CV.pdf"; - return ( + const downloadCV = "./CVES.pdf"; + return (
- +
diff --git "a/app/components/espa\303\261ol/tecnologies.jsx" "b/app/components/espa\303\261ol/tecnologies.jsx" index 7be72cf..c0e635e 100644 --- "a/app/components/espa\303\261ol/tecnologies.jsx" +++ "b/app/components/espa\303\261ol/tecnologies.jsx" @@ -92,4 +92,4 @@ const Tecnologias = () => { ) } -export default Tecnologias; +export default Tecnologias; \ No newline at end of file diff --git a/app/components/ingles/aboutmeen.jsx b/app/components/ingles/aboutmeen.jsx index b3c8a59..683d2ba 100644 --- a/app/components/ingles/aboutmeen.jsx +++ b/app/components/ingles/aboutmeen.jsx @@ -3,13 +3,13 @@ import miImagen from '../../images/1mb.jpeg'; const AboutmeEN = () => { - const downloadCV = "./CV.pdf"; + const downloadCVEN = "./CVEN.pdf"; return (
- +
diff --git a/app/page.jsx b/app/page.jsx index cf119a3..d39984f 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -50,7 +50,8 @@ export default function Portafolio() { } } - const downloadCV = "./CV.pdf"; + const downloadCV = "./CVES.pdf"; + const downloadCVEN = "./CVEN.pdf"; return (
@@ -70,10 +71,15 @@ export default function Portafolio() { +
{english ? ( diff --git a/public/CVEN.pdf b/public/CVEN.pdf new file mode 100644 index 0000000..e04268f Binary files /dev/null and b/public/CVEN.pdf differ diff --git a/public/CV.pdf b/public/CVES.pdf similarity index 100% rename from public/CV.pdf rename to public/CVES.pdf