From b25b3fe5d8427113d6e4b8ec1c8ec3f7d59f4dfe Mon Sep 17 00:00:00 2001 From: Supritphuyal Date: Fri, 4 Jul 2025 16:22:01 +0545 Subject: [PATCH 1/2] Fixed: Date in judges page --- frontend/src/app/(pages)/Judges.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/(pages)/Judges.tsx b/frontend/src/app/(pages)/Judges.tsx index 1dff598..e97c773 100644 --- a/frontend/src/app/(pages)/Judges.tsx +++ b/frontend/src/app/(pages)/Judges.tsx @@ -18,7 +18,7 @@ const Judges = () => { />

- Judges for DeerHack 2024 + Judges for DeerHack 2025

From 2ce21f103b6e0db5ec5bc8bdeba2030e695362c3 Mon Sep 17 00:00:00 2001 From: Srijan Dahal Date: Fri, 11 Jul 2025 11:14:17 +0545 Subject: [PATCH 2/2] ADD: IT Team Images --- .../src/app/sections/Organizers/team_data.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/frontend/src/app/sections/Organizers/team_data.ts b/frontend/src/app/sections/Organizers/team_data.ts index 2515ff6..8f88fb2 100644 --- a/frontend/src/app/sections/Organizers/team_data.ts +++ b/frontend/src/app/sections/Organizers/team_data.ts @@ -199,6 +199,26 @@ const teamsData: Array = [ }, ], }, + { + id: 9, + name: "IT Team", + organizers: [ + { + id: 901, + name: "Sunav Sharma", + image: "https://ghostuf.github.io/static_images/oc/sunav_sharma.jpg", + linkedin_url: "https://www.linkedin.com/in/sunav-sharma-382436254/", + position: "IT Team", + }, + { + id: 902, + name: "Sneha Shrestha", + image: "https://ghostuf.github.io/static_images/oc/sneha_shrestha.jpg", + linkedin_url: "https://www.linkedin.com/in/sneha-shrestha-6aa095264/", + position: "IT Team", + }, + ], + } ]; export default teamsData; \ No newline at end of file