From d4e4d04dc46655a97c545a247aa38035c5e41c44 Mon Sep 17 00:00:00 2001 From: EGAMAGZ <46827955+EGAMAGZ@users.noreply.github.com> Date: Sat, 29 Mar 2025 21:47:35 -0600 Subject: [PATCH 1/2] refactor: Added Discord invitation and removed X icon that will no longer be used --- src/components/Footer.astro | 8 +++++++- src/components/icons/IconDiscordBrand.astro | 22 +++++++++++++++++++++ src/components/icons/IconXBrand.astro | 21 -------------------- 3 files changed, 29 insertions(+), 22 deletions(-) create mode 100644 src/components/icons/IconDiscordBrand.astro delete mode 100644 src/components/icons/IconXBrand.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6c4d3be..a8c48b4 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,8 +2,8 @@ import IconFacebookBrand from "./icons/IconFacebookBrand.astro"; import IconInstagramBrand from "./icons/IconInstagramBrand.astro"; import IconGithubBrand from "./icons/IconGithubBrand.astro"; -import IconXBrand from "./icons/IconXBrand.astro"; import IconLinkedInBrand from "./icons/IconLinkedInBrand.astro"; +import IconDiscordBrand from "./icons/IconDiscordBrand.astro"; --- diff --git a/src/components/icons/IconDiscordBrand.astro b/src/components/icons/IconDiscordBrand.astro new file mode 100644 index 0000000..69816b5 --- /dev/null +++ b/src/components/icons/IconDiscordBrand.astro @@ -0,0 +1,22 @@ +--- +interface Props { + class?: string; +} + +const { class: className } = Astro.props; +--- + diff --git a/src/components/icons/IconXBrand.astro b/src/components/icons/IconXBrand.astro deleted file mode 100644 index 350eced..0000000 --- a/src/components/icons/IconXBrand.astro +++ /dev/null @@ -1,21 +0,0 @@ ---- - -interface Props { - class?: string; -} - -const { class: className } = Astro.props; ---- - From ec336c481f6bb9e7f722d31fafa7f6fcb536ab88 Mon Sep 17 00:00:00 2001 From: EGAMAGZ <46827955+EGAMAGZ@users.noreply.github.com> Date: Sat, 29 Mar 2025 21:54:12 -0600 Subject: [PATCH 2/2] refactor: Returned sparkling button with the discord invitation --- src/pages/index.astro | 9 +++ src/styles/global.css | 145 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 151 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b2293bc..c5a8f60 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -40,6 +40,15 @@ const events = (await getCollection("events")) Club de Desarrollo de Software en UPIICSA: Aprendiendo y creciendo juntos en tecnologĂa.
+