From 936a6e774537aba407c02523b1aaab0ddc9b3afb Mon Sep 17 00:00:00 2001 From: MrPotatoXx Date: Tue, 28 May 2024 22:50:31 -0400 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20boton=20descargar=20para=20CV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/indexsections/Hero.astro | 14 ++++++++++++++ src/icons/Download.astro | 15 +++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/icons/Download.astro diff --git a/src/components/indexsections/Hero.astro b/src/components/indexsections/Hero.astro index b647f17..120a0e0 100644 --- a/src/components/indexsections/Hero.astro +++ b/src/components/indexsections/Hero.astro @@ -6,6 +6,7 @@ import Phone from "@/icons/Phone.astro"; import LinkedIn from "@/icons/LinkedIn.astro"; import GitHub from "@/icons/GitHub.astro"; import WorldMap from "@/icons/WorldMap.astro"; +import Download from "@/icons/Download.astro"; // Asegúrate de tener un ícono de descarga import type { SocialIcon } from "@/types"; const { name, label, image, location, profiles, phone, email } = basics; @@ -80,7 +81,20 @@ const SOCIAL_ICONS: SocialIcon = { ); }) } + + +
+ + + Descargar CV + +
diff --git a/src/icons/Download.astro b/src/icons/Download.astro new file mode 100644 index 0000000..dbc09c0 --- /dev/null +++ b/src/icons/Download.astro @@ -0,0 +1,15 @@ + + +