From 0672acb7c791b62e4cce7e3f0154acc006a16927 Mon Sep 17 00:00:00 2001 From: yepMizu Date: Tue, 5 May 2026 21:46:28 +0545 Subject: [PATCH 01/11] Change: Font size in mobile view in About The Event --- frontend/src/app/components/About/AboutCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/About/AboutCard.tsx b/frontend/src/app/components/About/AboutCard.tsx index e90e8c8..455f86b 100644 --- a/frontend/src/app/components/About/AboutCard.tsx +++ b/frontend/src/app/components/About/AboutCard.tsx @@ -128,14 +128,14 @@ export default function AboutCard({

{title}

{description}

From de0a0251b9106391a4b48ce9a758538a7a33e619 Mon Sep 17 00:00:00 2001 From: yepMizu Date: Sat, 23 May 2026 00:54:26 +0545 Subject: [PATCH 02/11] Name change of Aashotosh dai --- frontend/src/app/sections/LegacySection/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/sections/LegacySection/page.tsx b/frontend/src/app/sections/LegacySection/page.tsx index dee8792..c37cd8d 100644 --- a/frontend/src/app/sections/LegacySection/page.tsx +++ b/frontend/src/app/sections/LegacySection/page.tsx @@ -27,7 +27,7 @@ const LegacySection = () => { } - eventLead="Aasutosh Pudasaini" + eventLead="Aashutosh Pudasaini" eventColead="Sampanna Gautam" date="May 8, 9, 10: 2024" application={786} From 520127dc471596605147025ff570fc1f83d1cf6b Mon Sep 17 00:00:00 2001 From: yepMizu Date: Sat, 23 May 2026 09:02:11 +0545 Subject: [PATCH 03/11] Update 1 done --- frontend/src/app/components/Mentors/data.ts | 39 +++++++++++---------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts index e8809a8..9aa60c5 100644 --- a/frontend/src/app/components/Mentors/data.ts +++ b/frontend/src/app/components/Mentors/data.ts @@ -35,10 +35,10 @@ import Mentors from "@/app/types/mentors" const Mentors_value: Mentors[] = [ { - name: "Bishal Joshi", + name: "Shuvam Tiwari", position: "Software Engineer", linkedin_url: "https://www.linkedin.com/in/bishal-joshi-7a3711203", - image: "https://ghostuf.github.io/static_images/bishal_joshi.jpeg", + image: "https://enkoki.github.io/static_images/deerhack26/Shubham_Tiwari.jpg", }, { name: "Toshika Ojha", @@ -56,25 +56,25 @@ const Mentors_value: Mentors[] = [ name: "Mala Deep Upadhaya", position: "Data Consultant", linkedin_url: "https://www.linkedin.com/in/maladeep", - image: "https://ghostuf.github.io/static_images/mala_deep_upadhyaya.jpg" + image: "https://enkoki.github.io/static_images/deerhack26/Mala_Deep_Upadhaya.PNG" }, { - name: "Elisha Baniya", + name: "Aashutosh Poudel", position: "QA Engineer", linkedin_url: "https://www.linkedin.com/in/elishabaniya", - image: "https://ghostuf.github.io/static_images/elisha_baniya.png" + image: "https://enkoki.github.io/static_images/deerhack26/Aashutosh_Poudel.JPG" }, { - name: "Yashaswee Sakha", + name: "Rahul Raj Singh", position: "UI/UX Engineer", linkedin_url: "https://www.linkedin.com/in/yashaswee-sakha/", - image: "https://ghostuf.github.io/static_images/yashaswee_sakha.jpg" + image: "https://enkoki.github.io/static_images/deerhack26/Rahul_Raj_Shah.jpg" }, { name: "Mamata Maharjan", position: "Senior Software Engineer", linkedin_url: "https://www.linkedin.com/in/mamata-maharjan-b4197b178", - image: "https://ghostuf.github.io/static_images/mamata_maharjan.jpg" + image: "https://enkoki.github.io/static_images/deerhack26/Mamata_Maharjan.jpg" }, { name: "Sushan Shakya", @@ -92,26 +92,27 @@ const Mentors_value: Mentors[] = [ name: "Saru Manandhar", position: "Software Engineer", linkedin_url: "https://www.linkedin.com/in/saru-manandhar-71222614a", - image: "https://ghostuf.github.io/static_images/saru_manandhar.jpg" + image: "https://enkoki.github.io/static_images/deerhack26/Saru_Manandhar.jpg" + }, + { + name: "Labbi", + position: "Lead Engineer", + linkedin_url: "https://www.linkedin.com/in/avinash-mishra-np/", // No LinkedIn URL provided + image: "https://enkoki.github.io/static_images/deerhack26/Labbi.jpg" }, - // { - // name: "Labbi Karmacharya", - // position: "Data Scientist & Lecturer - Equitech Futures / Islington College", - // linkedin_url: "https://www.linkedin.com/in/labbi-karmacharya/", - // image: "https://ghostuf.github.io/static_images/labbi_karmacharya.png" - // }, { - name: "Rojan Upreti", + name: "Sarun Luitel", position: "Machine Learning Engineer", linkedin_url: "https://www.linkedin.com/in/rojanupreti/", // No LinkedIn URL provided - image: "https://ghostuf.github.io/static_images/rojan_upreti.jpg" + image: "https://enkoki.github.io/static_images/deerhack26/Sarun_Luitel.jpg" }, { - name: "Avinash Mishra", + name: "Minalma Basnet", position: "Lead Engineer", linkedin_url: "https://www.linkedin.com/in/avinash-mishra-np/", // No LinkedIn URL provided - image: "https://ghostuf.github.io/static_images/avinash_mishra.png" + image: "https://enkoki.github.io/static_images/deerhack26/Minamla_Basnet.jpeg" }, + ] export { Mentors_value } From 89092d3d42c9846707c6bf306abda038b7116338 Mon Sep 17 00:00:00 2001 From: yepMizu Date: Sat, 23 May 2026 09:07:20 +0545 Subject: [PATCH 04/11] Update 2 done --- frontend/src/app/components/Mentors/data.ts | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts index 9aa60c5..5939281 100644 --- a/frontend/src/app/components/Mentors/data.ts +++ b/frontend/src/app/components/Mentors/data.ts @@ -36,80 +36,80 @@ import Mentors from "@/app/types/mentors" const Mentors_value: Mentors[] = [ { name: "Shuvam Tiwari", - position: "Software Engineer", - linkedin_url: "https://www.linkedin.com/in/bishal-joshi-7a3711203", + position: "Senior Blockchain Engineer/Freelancer", + linkedin_url: "https://www.linkedin.com/in/shubhtiwari5/", image: "https://enkoki.github.io/static_images/deerhack26/Shubham_Tiwari.jpg", }, { name: "Toshika Ojha", - position: "Client Success Consultant", + position: "Client Success Consultant(Freelance) | Expert Consultant ", linkedin_url: "https://www.linkedin.com/in/toshikaojha/", image:"https://ghostuf.github.io/static_images/toshika_ojha.jpg" }, { name: "Luja Chitrakar", - position: "Blockchain Developer", - linkedin_url: "https://www.linkedin.com/in/luja-chitrakar/", + position: "Solana Developer", + linkedin_url: "https://www.linkedin.com/in/lujachitrakar/", image:"https://ghostuf.github.io/static_images/luja_chitrakar.jpeg" }, { name: "Mala Deep Upadhaya", - position: "Data Consultant", + position: "Data Consultant / Dataksha Analytics", linkedin_url: "https://www.linkedin.com/in/maladeep", image: "https://enkoki.github.io/static_images/deerhack26/Mala_Deep_Upadhaya.PNG" }, { name: "Aashutosh Poudel", - position: "QA Engineer", - linkedin_url: "https://www.linkedin.com/in/elishabaniya", + position: "Co-Founder of InfoShapers", + linkedin_url: "https://linkedin.com/in/aashutoshpoudel", image: "https://enkoki.github.io/static_images/deerhack26/Aashutosh_Poudel.JPG" }, { name: "Rahul Raj Singh", - position: "UI/UX Engineer", - linkedin_url: "https://www.linkedin.com/in/yashaswee-sakha/", + position: "Robotics Engineer", + linkedin_url: "https://www.linkedin.com/in/rahulrajshah", image: "https://enkoki.github.io/static_images/deerhack26/Rahul_Raj_Shah.jpg" }, { name: "Mamata Maharjan", - position: "Senior Software Engineer", + position: "Sr. Data Engineer", linkedin_url: "https://www.linkedin.com/in/mamata-maharjan-b4197b178", image: "https://enkoki.github.io/static_images/deerhack26/Mamata_Maharjan.jpg" }, { name: "Sushan Shakya", - position: "Data Engineer", + position: "Sr. Software Engineer", linkedin_url: "https://www.linkedin.com/in/er-sushan-shakya-88b78b17b/", image: "https://ghostuf.github.io/static_images/sushan_shakya.jpg" }, { name: "Prashant Malla", - position: "Embedded System Engineer", - linkedin_url: "https://www.linkedin.com/in/prashant-malla-139339b2", + position: "Sr. Embedded Software Engineer", + linkedin_url: "https://www.linkedin.com/in/prashant-malla-139339b2/", image: "https://ghostuf.github.io/static_images/prashant_malla.jpg" }, { name: "Saru Manandhar", position: "Software Engineer", - linkedin_url: "https://www.linkedin.com/in/saru-manandhar-71222614a", + linkedin_url: "https://www.linkedin.com/in/saru-manandhar-71222614a/", image: "https://enkoki.github.io/static_images/deerhack26/Saru_Manandhar.jpg" }, { - name: "Labbi", - position: "Lead Engineer", - linkedin_url: "https://www.linkedin.com/in/avinash-mishra-np/", // No LinkedIn URL provided + name: "Labbi Karmacharya", + position: "Data Research Fellow / Equitech Futures, Lecturer / Islington College", + linkedin_url: "https://www.linkedin.com/in/labbi-karmacharya/", image: "https://enkoki.github.io/static_images/deerhack26/Labbi.jpg" }, { name: "Sarun Luitel", - position: "Machine Learning Engineer", - linkedin_url: "https://www.linkedin.com/in/rojanupreti/", // No LinkedIn URL provided + position: "Owner at Dormo Solutions Pvt. Ltd.", + linkedin_url: "https://www.linkedin.com/in/sarunluitel/", image: "https://enkoki.github.io/static_images/deerhack26/Sarun_Luitel.jpg" }, { name: "Minalma Basnet", - position: "Lead Engineer", - linkedin_url: "https://www.linkedin.com/in/avinash-mishra-np/", // No LinkedIn URL provided + position: "Customer Success Manager", + linkedin_url: "https://www.linkedin.com/in/minalma-basnet/", image: "https://enkoki.github.io/static_images/deerhack26/Minamla_Basnet.jpeg" }, From 403c168fef84d2cf97e1bd38e6106c2d75fedd01 Mon Sep 17 00:00:00 2001 From: yepMizu Date: Sat, 23 May 2026 09:28:08 +0545 Subject: [PATCH 05/11] main page display --- frontend/src/app/(pages)/Mentors.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/(pages)/Mentors.tsx b/frontend/src/app/(pages)/Mentors.tsx index 1275d3a..4dca04e 100644 --- a/frontend/src/app/(pages)/Mentors.tsx +++ b/frontend/src/app/(pages)/Mentors.tsx @@ -6,7 +6,7 @@ import leaf_prizes_right from "@/app/assets/images/leaf_prizes_right.svg"; const Mentors = () => { return ( <> - {/* +
{
- */} + ); }; From 207a5c67aa01af9d6cb8e687c01f4a9137ff61d0 Mon Sep 17 00:00:00 2001 From: yepMizu Date: Sat, 23 May 2026 09:36:32 +0545 Subject: [PATCH 06/11] open in new tab --- frontend/src/app/components/core/UserCard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/core/UserCard.tsx b/frontend/src/app/components/core/UserCard.tsx index 50ef3ab..79993d1 100644 --- a/frontend/src/app/components/core/UserCard.tsx +++ b/frontend/src/app/components/core/UserCard.tsx @@ -34,7 +34,9 @@ const UserCard = ({ name, position, image, linkedin_url }: UserEntity) => {

{position}

- +
From 69b317cf698b59893fbc050a31fdd10f7c8cf979 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Sat, 23 May 2026 13:21:48 +0545 Subject: [PATCH 07/11] fix dates and mentor photos --- frontend/src/app/(pages)/Mentors.tsx | 2 +- frontend/src/app/components/Mentors/data.ts | 64 +++++++++++---------- 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/frontend/src/app/(pages)/Mentors.tsx b/frontend/src/app/(pages)/Mentors.tsx index 4dca04e..c159966 100644 --- a/frontend/src/app/(pages)/Mentors.tsx +++ b/frontend/src/app/(pages)/Mentors.tsx @@ -13,7 +13,7 @@ const Mentors = () => { className=" relative flex items-center flex-col my-20" >

- Mentors for DeerHack 2025 + Mentors for DeerHack 2026

Date: Sat, 23 May 2026 13:57:13 +0545 Subject: [PATCH 08/11] refactor: replace DarinCoffee SVG with DarinRedBull --- .../src/app/(pages)/AboutTheEventPage.tsx | 12 +- .../src/app/assets/icons/DarinRedBull.svg | 144 +++++ .../src/app/assets/icons/DarinRedBull.tsx | 507 ++++++++++++++++ .../app/assets/icons/DarinRedBullPhone.svg | 155 +++++ .../app/assets/icons/DarinRedBullPhone.tsx | 544 ++++++++++++++++++ 5 files changed, 1360 insertions(+), 2 deletions(-) create mode 100644 frontend/src/app/assets/icons/DarinRedBull.svg create mode 100644 frontend/src/app/assets/icons/DarinRedBull.tsx create mode 100644 frontend/src/app/assets/icons/DarinRedBullPhone.svg create mode 100644 frontend/src/app/assets/icons/DarinRedBullPhone.tsx diff --git a/frontend/src/app/(pages)/AboutTheEventPage.tsx b/frontend/src/app/(pages)/AboutTheEventPage.tsx index 316a061..d0e6ca6 100644 --- a/frontend/src/app/(pages)/AboutTheEventPage.tsx +++ b/frontend/src/app/(pages)/AboutTheEventPage.tsx @@ -5,6 +5,7 @@ import { cabinetExtraBold } from "@/fonts"; import Laptop from "@/app/assets/icons/Laptop"; import CoffeCup from "@/app/assets/icons/CoffeeCup"; import DarinCup from "@/app/assets/icons/DarinCup"; +import DarinRedBull from "../assets/icons/DarinRedBull"; import Guitar from "@/app/assets/icons/Guitar"; import gsap from "gsap"; @@ -12,6 +13,7 @@ import { ScrollTrigger } from "gsap/dist/ScrollTrigger"; import { useGSAP } from "@gsap/react"; import DarinCupPhone from "../assets/icons/DarinCupPhone"; import AboutVine from "../assets/icons/AboutVine"; +import DarinRedBullPhone from "../assets/icons/DarinRedBullPhone"; if (typeof window !== "undefined") { gsap.registerPlugin(ScrollTrigger); @@ -107,13 +109,19 @@ export default function Home() { /> {/* For Large Screens */} - */} + {/* For Phone Screens */} - + {/* */} +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/assets/icons/DarinRedBull.tsx b/frontend/src/app/assets/icons/DarinRedBull.tsx new file mode 100644 index 0000000..4dcef37 --- /dev/null +++ b/frontend/src/app/assets/icons/DarinRedBull.tsx @@ -0,0 +1,507 @@ +import { ReactElement } from "react"; + +export default function DarinRedBull({ + height = 34, + width = 34, + className = " ", +}: { + height?: number; + width?: number; + className?: string; +}): ReactElement { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} diff --git a/frontend/src/app/assets/icons/DarinRedBullPhone.svg b/frontend/src/app/assets/icons/DarinRedBullPhone.svg new file mode 100644 index 0000000..b9a72b4 --- /dev/null +++ b/frontend/src/app/assets/icons/DarinRedBullPhone.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/assets/icons/DarinRedBullPhone.tsx b/frontend/src/app/assets/icons/DarinRedBullPhone.tsx new file mode 100644 index 0000000..3fe7ef1 --- /dev/null +++ b/frontend/src/app/assets/icons/DarinRedBullPhone.tsx @@ -0,0 +1,544 @@ +import { ReactElement } from "react"; + +export default function DarinRedBullPhone({ + height = 325, + width = 126, + className = " ", +}: { + height?: number; + width?: number; + className?: string; +}): ReactElement { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} From 4c6b897b09968bf9d71c40e842cd8fdda8ddc58e Mon Sep 17 00:00:00 2001 From: Rijan Dahal <70582929+enkoki@users.noreply.github.com> Date: Sat, 23 May 2026 14:19:00 +0545 Subject: [PATCH 09/11] add(sponsors): add prabhu bank logo - Added a white background in sanduk.ai logo for better visibility --- frontend/src/app/assets/images/sponsors/PrabhuBank.svg | 10 ++++++++++ frontend/src/app/components/Sponsors/Sponsor.tsx | 6 ++++-- frontend/src/app/components/Sponsors/data.ts | 10 ++++++++++ frontend/src/app/sections/Sponsors/SponsorsSection.tsx | 1 + frontend/src/app/types/sponsors.ts | 1 + 5 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 frontend/src/app/assets/images/sponsors/PrabhuBank.svg diff --git a/frontend/src/app/assets/images/sponsors/PrabhuBank.svg b/frontend/src/app/assets/images/sponsors/PrabhuBank.svg new file mode 100644 index 0000000..26d5f60 --- /dev/null +++ b/frontend/src/app/assets/images/sponsors/PrabhuBank.svg @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/frontend/src/app/components/Sponsors/Sponsor.tsx b/frontend/src/app/components/Sponsors/Sponsor.tsx index 4428d7f..1788f7e 100644 --- a/frontend/src/app/components/Sponsors/Sponsor.tsx +++ b/frontend/src/app/components/Sponsors/Sponsor.tsx @@ -4,13 +4,15 @@ export default function Sponsor({ image, alt, url, + className = "", }: { image: StaticImageData; alt: string; url: string; + className: string; }) { return ( -
+
diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 67afaa3..22ab782 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -63,6 +63,7 @@ import SnowBerryLogo from "@/app/assets/images/sponsors/SnowBerry_Logo.png"; import ThirdFactorLogo from "@/app/assets/images/sponsors/TF Logo - White.png"; import EcoSathiLogo from "@/app/assets/images/sponsors/EcoSathi_Logo.svg"; import KTMONELOGO from "@/app/assets/images/sponsors/Ktmone_Logo.svg"; +import PRABHUBANKLOGO from "@/app/assets/images/sponsors/PrabhuBank.svg" const sponsors: SponsorType[] = [ // { @@ -260,6 +261,7 @@ const sponsors: SponsorType[] = [ url: "https://www.dailokrishi.com/", image: DailoKrishiLogo, imageAlt: "DailoKrishiLogo", + // className: "bg-white rounded-lg" }, { name: "KathmanduKoKatha", @@ -281,12 +283,20 @@ const sponsors: SponsorType[] = [ image: KTMONELOGO, imageAlt: "KTMONELOGO", }, + + { + name: "KTMONE", + url: "https://www.prabhubank.com", + image: PRABHUBANKLOGO, + imageAlt: "PRABHUBANKLOGO", + }, { name: "SandukAi", url: "https://sanduk.ai/", image: SandukAILogo, imageAlt: "SandukAILogo", + className: "bg-white rounded-lg" }, ], diff --git a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx index 1e4f945..007cf41 100644 --- a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx +++ b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx @@ -36,6 +36,7 @@ export default function SponsorsSection() { image={sponsor.image} alt={sponsor.imageAlt} url={sponsor.url} + className={sponsor.className ?? ""} />
))} diff --git a/frontend/src/app/types/sponsors.ts b/frontend/src/app/types/sponsors.ts index 38c85b4..1ec14e9 100644 --- a/frontend/src/app/types/sponsors.ts +++ b/frontend/src/app/types/sponsors.ts @@ -6,6 +6,7 @@ type Sponsor = { url: string; image: StaticImageData; imageAlt: string; + className?: string; }; export default Sponsor; From 111c31902e036506c60073c71839f6e6e558ec94 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Sat, 23 May 2026 14:38:50 +0545 Subject: [PATCH 10/11] Updated organizers section --- frontend/src/app/components/Mentors/data.ts | 2 +- .../src/app/components/Navbar/NavbarMob.tsx | 2 + .../src/app/components/Navbar/NavbarPC.tsx | 2 + .../app/{{organizers} => organizers}/page.tsx | 0 .../app/sections/Organizers/Organizers.tsx | 6 +- .../src/app/sections/Organizers/team_data.ts | 207 +++++------------- 6 files changed, 68 insertions(+), 151 deletions(-) rename frontend/src/app/{{organizers} => organizers}/page.tsx (100%) diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts index 150e455..2d069f1 100644 --- a/frontend/src/app/components/Mentors/data.ts +++ b/frontend/src/app/components/Mentors/data.ts @@ -108,7 +108,7 @@ const Mentors_value: Mentors[] = [ }, { name: "Sarun Luitel", - position: "Software Dev Dormo Solutions Pvt. Ltd.", + position: "Owner at Dormo Solutions Pvt. Ltd.", linkedin_url: "https://www.linkedin.com/in/sarunluitel/", image: "https://enkoki.github.io/static_images/deerhack26/Sarun_Luitel.jpg" }, diff --git a/frontend/src/app/components/Navbar/NavbarMob.tsx b/frontend/src/app/components/Navbar/NavbarMob.tsx index 3df6210..e4b3046 100644 --- a/frontend/src/app/components/Navbar/NavbarMob.tsx +++ b/frontend/src/app/components/Navbar/NavbarMob.tsx @@ -125,6 +125,8 @@ const Navbar = () => { icon={organizersIcon} />*/} + +

diff --git a/frontend/src/app/components/Navbar/NavbarPC.tsx b/frontend/src/app/components/Navbar/NavbarPC.tsx index bcb5659..508f6cd 100644 --- a/frontend/src/app/components/Navbar/NavbarPC.tsx +++ b/frontend/src/app/components/Navbar/NavbarPC.tsx @@ -63,6 +63,8 @@ const NavbarPC = () => { )} {/* Winners */} + Organizers + Legacy {/* */} diff --git a/frontend/src/app/{organizers}/page.tsx b/frontend/src/app/organizers/page.tsx similarity index 100% rename from frontend/src/app/{organizers}/page.tsx rename to frontend/src/app/organizers/page.tsx diff --git a/frontend/src/app/sections/Organizers/Organizers.tsx b/frontend/src/app/sections/Organizers/Organizers.tsx index 367034c..edb3c21 100644 --- a/frontend/src/app/sections/Organizers/Organizers.tsx +++ b/frontend/src/app/sections/Organizers/Organizers.tsx @@ -18,7 +18,7 @@ export default function Organizers() { {teams.map((team) => (

@@ -39,12 +39,12 @@ export default function Organizers() {

))} -
+ {/*

Volunteers

-
+
*/} ); } diff --git a/frontend/src/app/sections/Organizers/team_data.ts b/frontend/src/app/sections/Organizers/team_data.ts index 7020948..24a906f 100644 --- a/frontend/src/app/sections/Organizers/team_data.ts +++ b/frontend/src/app/sections/Organizers/team_data.ts @@ -9,223 +9,136 @@ const teamsData: Array = [ organizers: [ { id: 101, - name: "Dipan Silwal", - image: "https://ghostuf.github.io/static_images/oc/dipan_silwal.jpg", - linkedin_url: "https://www.linkedin.com/in/dipansilwal/", + name: "Drishya Karki", + image: "https://enkoki.github.io/static_images/deerhack26/leads/DrishyaKarki1.png", + linkedin_url: "https://www.linkedin.com/in/drishya-karki-542204370/", position: "Event Co-lead", }, { id: 102, - name: "Pragalva Sapkota", - image: "https://ghostuf.github.io/static_images/oc/pragalva_sapkota.jpg", - linkedin_url: "https://www.linkedin.com/in/pragalva-sapkota/", + name: "Shreyansh Pokharel", + image: "https://enkoki.github.io/static_images/deerhack26/leads/ShreyanshPokharel.jpg", + linkedin_url: "https://www.linkedin.com/in/shreyansh-pokharel-912201352/", position: "Event Co-lead", }, ], }, { id: 2, - name: "Technical Team", + name: "Technical Leads", organizers: [ - { + { id: 201, - name: "Srijan Dahal", - image: "https://ghostuf.github.io/static_images/oc/srijan_dahal.jpg", - linkedin_url: "https://www.linkedin.com/in/srijan-dahal-b532aa26b/", + name: "Ishan Vaidya", + image: "https://enkoki.github.io/static_images/deerhack26/leads/IshanVaidya.png", + linkedin_url: "https://www.linkedin.com/in/ishan-vaidya-26a5b4285/", position: "Technical Team", }, { id: 202, - name: "Suprit Phuyal", - image: "https://ghostuf.github.io/static_images/oc/suprit_phuyal.jpg", - linkedin_url: "https://www.linkedin.com/in/suprit-phuyal-225a7a2a7/", + name: "Aarush Dangol", + image: "https://enkoki.github.io/static_images/deerhack26/leads/AarushDangol.png", + linkedin_url: "https://www.linkedin.com/in/aarush-dangol-a5393836b/", position: "Technical Team", }, ], }, { id: 3, - name: "Design Team", + name: "Creative Leads", organizers: [ { id: 301, - name: "Parth Poudyal", - image: "https://ghostuf.github.io/static_images/oc/parth_poudyal.jpg", - linkedin_url: "https://www.linkedin.com/in/parth-poudyal-79a56b2b9/", + name: "Aryan Shahi", + image: "https://enkoki.github.io/static_images/deerhack26/leads/AryanShahi.png", + linkedin_url: "https://www.linkedin.com/in/aryan-shahi-257639373/", position: "Design Team", }, { id: 302, - name: "Paruhangma Limbu", - image: "https://ghostuf.github.io/static_images/oc/paruhangma_limbu.jpg", - linkedin_url: "https://www.linkedin.com/in/paruhangmalimbu", + name: "Hardik Shakya", + image: "https://enkoki.github.io/static_images/deerhack26/leads/HardikShakya.jpg", + linkedin_url: "https://www.linkedin.com/in/hardik-shakya-231139339/", position: "Design Team", }, - { - id: 303, - name: "Aashish Sapkota", - image: "https://ghostuf.github.io/static_images/oc/aashish_sapkota.png", - linkedin_url: "https://www.linkedin.com/in/aashish-sapkota-aa66a22a7/", - position: "Design Team", - - } ], }, { - id: 4, - name: "Judges and Mentor Coordinator", + id: 8, + name: "Documentation and Outreach Leads", organizers: [ { - id: 401, - name: "Yashaswi Shiwakoti", - image: "https://ghostuf.github.io/static_images/oc/yashaswi_shiwakoti.png", - linkedin_url: "https://www.linkedin.com/in/yashaswi-shiwakoti-09a6012a2/", - position: "Judges and Mentor Coordinator", + id: 801, + name: "Bibisha Adhikari", + image: "https://enkoki.github.io/static_images/deerhack26/leads/BibishaAdhikari.jpg", + linkedin_url: "https://www.linkedin.com/in/bibisha-adhikari-5a5a55310", + position: "Documentation", }, { - id: 402, - name: "Sakshi Sapkota", - image: "https://ghostuf.github.io/static_images/oc/sakshi_sapkota.PNG", - linkedin_url: "https://www.linkedin.com/in/sakshi-sapkota-316647328/", - position: "Judges and Mentor Coordinator", + id: 802, + name: "Fayal Subedi", + image: "https://enkoki.github.io/static_images/deerhack26/leads/FayalSubedi.jpeg", + linkedin_url: "https://www.linkedin.com/in/fayal-subedi-ba9a63340", + position: "Outreach Team", }, ], }, + { id: 5, - name: "PR and Social Media", + name: "PR and Social Media Leads", organizers: [ { id: 501, - name: "Ishan Shrestha", - image: "https://ghostuf.github.io/static_images/oc/ishan_shrestha.jpg", - linkedin_url: "https://www.linkedin.com/in/ishan-shrestha-5635b42b1/", + name: "Bhanu Prakash KC", + image: "https://enkoki.github.io/static_images/deerhack26/leads/BhanuKc.jpg", + linkedin_url: "https://np.linkedin.com/in/bhanu-prakash-kc", position: "PR and Social Media", }, { id: 502, - name: "Sukriti Pyakurel", - image: "https://ghostuf.github.io/static_images/oc/sukriti_pyakurel.jpg", - linkedin_url: "https://www.linkedin.com/in/sukriti-pyakurel-05b0132ba/", + name: "Sarwa Shrestha", + image: "https://enkoki.github.io/static_images/deerhack26/leads/SarwaShrestha.jpeg", + linkedin_url: "https://www.linkedin.com/in/sarwa-shrestha-1a14b332a/", position: "PR and Social Media", }, { id: 503, - name: "Kritishma Singh Maharjan", - image: "https://ghostuf.github.io/static_images/oc/kritishma_singh_maharjan.jpg", - linkedin_url: "https://www.linkedin.com/in/kritishma-singh-maharjan-b539482b9/", + name: "Mohak Giri", + image: "https://enkoki.github.io/static_images/deerhack26/leads/MohakGiri.png", + linkedin_url: + "https://www.linkedin.com/in/mohak-giri-0a3299375", position: "PR and Social Media", - } - ], - }, - { - id: 6, - name: "Logistics", - organizers: [ - { - id: 601, - name: "Prajwol Bohara", - image: "https://ghostuf.github.io/static_images/oc/prajwol_bohara.jpeg", - linkedin_url: "https://www.linkedin.com/in/prajwol-bohara-132aab2b1/", - position: "Logistics", - }, - { - id: 602, - name: "Rupesh Thapa", - image: "https://ghostuf.github.io/static_images/oc/rupesh_thapa.jpg", - linkedin_url: "", - position: "Logistics", - }, - { - id: 603, - name: "Shivank Poudel", - image: "https://ghostuf.github.io/static_images/oc/shivank_poudel.jpg", - linkedin_url: "https://www.linkedin.com/in/shivank-poudel-6a8677263/", - position: "Logistics", - }, - { - id: 604, - name: "Kaustuv Shrestha", - image: "https://ghostuf.github.io/static_images/oc/kaustuv_shrestha.jpeg", - linkedin_url: "https://www.linkedin.com/in/kaustuv-shrestha-42b3482a8", - position: "Logistics", }, ], }, { - id: 7, - name: "Documentation", + id: 4, + name: "Judges and Mentor Coordinator", organizers: [ { - id: 701, - name: "Anbit Bhattrai", - image: "https://ghostuf.github.io/static_images/oc/anbit_bhattrai.png", - linkedin_url: "https://www.linkedin.com/in/anbit-bhattarai-518377370/", - position: "Documentation", + id: 401, + name: "Aarashee Thapa", + image: "https://enkoki.github.io/static_images/deerhack26/leads/AarasheeThapa.jpg", + linkedin_url: "https://www.linkedin.com/in/aarashee-thapa-b3a7423b1", + position: "Judges and Mentor Coordinator", }, ], }, + { - id: 8, - name: "Outreach Team", + id: 6, + name: "Logistics Lead", organizers: [ { - id: 801, - name: "Pranil Parsai", - image: "https://ghostuf.github.io/static_images/oc/pranil_parsai.jpg", - linkedin_url: "www.linkedin.com/in/pranil-prasai-98b72a2b3", - position: "Outreach Team", - }, - { - id: 802, - name: "Abhinav Bista", - image: "https://ghostuf.github.io/static_images/oc/abhinav_bista.jpeg", - linkedin_url: "http://linkedin.com/in/abhinav-bista-21ba7b2a7", - position: "Outreach Team", - }, - { - id: 803, - name: "Arunesh Manandhar", - image: "https://ghostuf.github.io/static_images/oc/arunesh_manandhar.jpg", - linkedin_url: "https://www.linkedin.com/in/arunesh-manandhar-5bb207362/", - position: "Outreach Team", - }, - { - id: 804, - name: "Sampriya Bista", - image: "https://ghostuf.github.io/static_images/oc/sampriya_bista.png", - linkedin_url: "", - position: "Outreach Team", - }, - { - id: 805, - name: "Samyam Khadka", - image: "https://ghostuf.github.io/static_images/oc/samyam_khadka.png", - linkedin_url: "https://www.linkedin.com/in/samyam-khadka-0361b62a6/", - position: "Outreach Team", + id: 601, + name: "Shine Pathak", + image: "https://enkoki.github.io/static_images/deerhack26/leads/DrishyaKarki.jpeg", + linkedin_url: "https://www.linkedin.com/in/shine-pathak-8a011824b", + position: "Logistics", }, ], }, - { - 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 From 7612f138857374018e00caabb8b02108c9e109a2 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Sat, 23 May 2026 15:02:34 +0545 Subject: [PATCH 11/11] feat:Orgazanizers section updated with new leads --- .../app/sections/Organizers/Organizers.tsx | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/frontend/src/app/sections/Organizers/Organizers.tsx b/frontend/src/app/sections/Organizers/Organizers.tsx index edb3c21..58f2673 100644 --- a/frontend/src/app/sections/Organizers/Organizers.tsx +++ b/frontend/src/app/sections/Organizers/Organizers.tsx @@ -4,6 +4,7 @@ import teamsData from "./team_data"; // ⬅️ Now from static file import UserCard from "@/app/components/core/UserCard"; import { cabinetExtraBold } from "@/app/utils/fonts"; import VolunteerSection from "../Volunteers/VolunteerSection"; +import Footer from "@/app/components/Footer/Footer"; export default function Organizers() { const teams = teamsData; @@ -38,6 +39,80 @@ export default function Organizers() { ))} +
+ +
+ + + +
+ +

+ + The Team Behind It All + +

+ +

+ + + +

+ +
+ +
+ + + +
+ + + +
+ + Club Group Photo + +
+ +

+ + DWIT Software Club + +

+ +

+ + Together, we turn ideas into impactful experiences and build a + + stronger tech community through collaboration and creativity. + +

+ +
+ +
+ +
+ +
+
{/*

@@ -45,6 +120,8 @@ export default function Organizers() {

*/} +
+ ); }