From 0672acb7c791b62e4cce7e3f0154acc006a16927 Mon Sep 17 00:00:00 2001 From: yepMizu Date: Tue, 5 May 2026 21:46:28 +0545 Subject: [PATCH 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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}

- +