From 727852d7c825f48c324cc1ca454a979f3bd953cb Mon Sep 17 00:00:00 2001 From: Carlos Campoy <36555654+lospoy@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:15:57 -0400 Subject: [PATCH] July 24 links update Swapped slack for discord, added July 4th Partiful link, updated copy --- src/pages/links.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/links.astro b/src/pages/links.astro index 7bc97e4..7c5d88f 100644 --- a/src/pages/links.astro +++ b/src/pages/links.astro @@ -7,12 +7,12 @@ const darkmodeLogo = getLink('/design/symbol-white-astoria-tech-mark.png') const lightmodeLogo = getLink('/design/symbol-black-astoria-tech-mark.png') const data = [ - {name: 'Meetup page', href: 'https://www.meetup.com/astoria-tech-meetup/'}, - {name: 'Instagram page', href: 'https://www.instagram.com/astoria.tech/'}, - {name: 'GitHub repo', href: 'https://github.com/astoria-tech'}, - {name: 'Slack Channel', href: 'https://astoriatech.slack.com/'}, + {name: 'Discord', href: 'https://discord.gg/fSjneA8qwh'}, + {name: 'Instagram', href: 'https://www.instagram.com/astoria.tech/'}, + {name: 'Meetup', href: 'https://www.meetup.com/astoria-tech-meetup/'}, + {name: 'GitHub', href: 'https://github.com/astoria-tech'}, {name: "I'd like to present", href: 'https://astoria.app/intake'}, - {name: 'RSVP next event', href: 'https://partiful.com/e/M6dvVrW5HuqMl4bfEaIi'}, + {name: 'RSVP next event', href: 'https://partiful.com/e/4FBw0f18kN01ZI8Y8UuB'}, ] ---