From 598581ad732f5f7debf00b395cf815ce8d4999c4 Mon Sep 17 00:00:00 2001 From: ConfusedKnight Date: Mon, 8 Jun 2026 16:51:33 +0545 Subject: [PATCH 1/2] update: fixed inconsistant font --- .../src/app/(pages)/DeerhackExperiencePage.tsx | 4 ++-- frontend/src/app/components/Sponsors/data.ts | 15 ++++++++------- .../app/sections/Experience/ExperienceCard.tsx | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/src/app/(pages)/DeerhackExperiencePage.tsx b/frontend/src/app/(pages)/DeerhackExperiencePage.tsx index 93959dc..3acb0d2 100644 --- a/frontend/src/app/(pages)/DeerhackExperiencePage.tsx +++ b/frontend/src/app/(pages)/DeerhackExperiencePage.tsx @@ -181,7 +181,7 @@ export default function ExperiencePage() {

Participant

-

+

“DeerHack was my third national hackathon and by far the best organized and managed one I've attended, making it a truly memorable experience that set a new standard for future events.”

@@ -309,4 +309,4 @@ export default function ExperiencePage() { ) } -*/ \ No newline at end of file +*/ diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 05621a4..60cfa42 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -239,15 +239,9 @@ const sponsors: SponsorType[] = [ image: ultima, imageAlt: "ultima", }, - { - name: "Github Education", - url: "https://github.com/education", - image: GithubEducation, - imageAlt: "GithubEucation logo", - }, { name: "Suito Teas", - url: "https://suiroteas.com/", + url: "", image: suiro, imageAlt: "Suiro Teas Logo", }, @@ -336,6 +330,13 @@ const sponsors: SponsorType[] = [ image: FifthAvenueLogo, imageAlt: "FifthAvenueLogoAlt", }, + + { + name: "Github Education", + url: "https://github.com/education", + image: GithubEducation, + imageAlt: "GithubEucation logo", + }, ] }, { diff --git a/frontend/src/app/sections/Experience/ExperienceCard.tsx b/frontend/src/app/sections/Experience/ExperienceCard.tsx index 418d3e2..8f0ca15 100644 --- a/frontend/src/app/sections/Experience/ExperienceCard.tsx +++ b/frontend/src/app/sections/Experience/ExperienceCard.tsx @@ -54,4 +54,4 @@ export default function ExperienceCard({ activeIndex = 0 }) { ))} ) -} \ No newline at end of file +} From a9de52e6b023975997d08b376487478c51440409 Mon Sep 17 00:00:00 2001 From: ConfusedKnight Date: Mon, 8 Jun 2026 16:53:17 +0545 Subject: [PATCH 2/2] remove: removed ultima and suiro logos --- frontend/src/app/components/Sponsors/data.ts | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 60cfa42..462540a 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -233,18 +233,18 @@ const sponsors: SponsorType[] = [ imageAlt: "DeerHold Logo", }, - { - name: "Ultima Lifestyle", - url: "https://ultima.com.np/", - image: ultima, - imageAlt: "ultima", - }, - { - name: "Suito Teas", - url: "", - image: suiro, - imageAlt: "Suiro Teas Logo", - }, + // { + // name: "Ultima Lifestyle", + // url: "https://ultima.com.np/", + // image: ultima, + // imageAlt: "ultima", + // }, + // { + // name: "Suito Teas", + // url: "", + // image: suiro, + // imageAlt: "Suiro Teas Logo", + // }, ], }, {