From 27ded210a98dfc0a4e5b02480488f362dca7d47a Mon Sep 17 00:00:00 2001 From: Kabir Gupta <113275795+kabirsinghgupta@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:53:48 -0400 Subject: [PATCH 1/2] Updating date and other outdated text items --- src/components/FAQ.astro | 14 +++++++------- src/components/Hero.astro | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/FAQ.astro b/src/components/FAQ.astro index 0c0e531..93cd065 100644 --- a/src/components/FAQ.astro +++ b/src/components/FAQ.astro @@ -33,8 +33,8 @@ const questions: Array<{ "Absolutely nothing! All you need is a personal computer to bring along with you to the event!", }, { - question: "Will DeltaHacks 10 be in person or virtual?", - answer: "DeltaHacks 10 will be taking place fully in person this year.", + question: "Will DeltaHacks 11 be in person or virtual?", + answer: "DeltaHacks 11s will be taking place fully in person this year.", }, { question: "Will attendees still get awesome swag?", @@ -49,17 +49,17 @@ const questions: Array<{ { question: "What do I need to participate?", answer: - "DeltaHacks 10 will be in person. Bring in your laptop, reusable water bottle, and prepare to build some amazing projects!", + "DeltaHacks 11 will be in person. Bring in your laptop, reusable water bottle, and prepare to build some amazing projects!", }, { question: "Will hardware be provided?", answer: - "Yes we will have hardware available provided by MLH! Feel free to bring your own hardware if you have the material to include into your hack. ", + "Yes, we will have hardware available provided by MLH! Feel free to bring your own hardware if you have the material to include into your hack. ", }, { question: "When will hacker applications be released?", answer: - "Hacker applications will be released in the First week of November. Follow us on socials to stay up to date and find out as soon as applications open.", + "Hacker applications will be released around McMaster's Reading Week (). Follow us on socials and join our newsletter to stay up to date and find out as soon as applications open.", }, { question: "How big can a team be?", @@ -82,9 +82,9 @@ const questions: Array<{ "Projects are judged by event sponsors and experts from the tech sector. Projects are presented to judges at the exposition and evaluated on multiple factors such as presentation, creativity, practical application, and originality.", }, { - question: "What's happening January 12th?", + question: "What's happening January 10th?", answer: - "Our IN PERSON Hackathon event days are January 13th-14th. Friday the 12th will consist of VIRTUAL Pre Hackathon Events to get you prepped and excited for the main hackathon!! Join us for our Meme Contest & Online Team Match Making, Beginners Guide to Hackathon, A Leetcode Workshop, and end the Night playing games with McMaster Extra Life!", + "Our IN PERSON Hackathon event days are January 11th-12th. Friday the 10th will consist of VIRTUAL Pre Hackathon Events to get you prepped and excited for the main hackathon!!!", }, ]; --- diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 8b94604..a7037dd 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -41,7 +41,7 @@ const { id } = Astro.props; class="tagline text-xl font-semibold leading-6 tracking-tight text-cyan-900 sm:w-4/5" > The annual hackathon for change, taking place at McMaster University - from January 13 to 14, 2024. + from January 11 to 12, 2024.
From cd6ad6ed5872098d6ddf5aabe379bc6eaab959b8 Mon Sep 17 00:00:00 2001 From: Kabir Gupta <113275795+kabirsinghgupta@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:16:04 -0400 Subject: [PATCH 2/2] Updating website title --- src/components/CarouselWrapper.astro | 2 +- src/layouts/main.astro | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/CarouselWrapper.astro b/src/components/CarouselWrapper.astro index 5954882..1c9981c 100644 --- a/src/components/CarouselWrapper.astro +++ b/src/components/CarouselWrapper.astro @@ -21,7 +21,7 @@ const images: ReactImageGalleryItem[] = await Promise.all( originalAlt: "A wide-angle view of a packed lecture hall with rows of students seated at desks, some with raised hands, engaging with a presenter speaking at the front.", description: - "With over 500 attendees last year, DeltaHacks 10 is shaping up to be the biggest one yet!", + "With over 500 attendees last year, DeltaHacks 11 is shaping up to be the biggest one yet!", }, { image: DSC01770, diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 4e0d8e8..9c29006 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -23,13 +23,13 @@ import "@fontsource/poppins/700.css"; } -