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 */} - + {/* */} +

{ return ( <> - {/* +

- Mentors for DeerHack 2025 + Mentors for DeerHack 2026

{
- */} + ); }; diff --git a/frontend/src/app/assets/icons/DarinRedBull.svg b/frontend/src/app/assets/icons/DarinRedBull.svg new file mode 100644 index 0000000..3423a1d --- /dev/null +++ b/frontend/src/app/assets/icons/DarinRedBull.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} 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/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}

diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts index e8809a8..2d069f1 100644 --- a/frontend/src/app/components/Mentors/data.ts +++ b/frontend/src/app/components/Mentors/data.ts @@ -34,84 +34,91 @@ import Mentors from "@/app/types/mentors" const Mentors_value: Mentors[] = [ - { - name: "Bishal Joshi", - position: "Software Engineer", - linkedin_url: "https://www.linkedin.com/in/bishal-joshi-7a3711203", - image: "https://ghostuf.github.io/static_images/bishal_joshi.jpeg", - }, - { - name: "Toshika Ojha", - position: "Client Success Consultant", - linkedin_url: "https://www.linkedin.com/in/toshikaojha/", - image:"https://ghostuf.github.io/static_images/toshika_ojha.jpg" + + { + name: "Mamata Maharjan", + 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: "Luja Chitrakar", - position: "Blockchain Developer", - linkedin_url: "https://www.linkedin.com/in/luja-chitrakar/", - image:"https://ghostuf.github.io/static_images/luja_chitrakar.jpeg" + { + name: "Rahul Raj Singh", + position: "Robotics Engineer", + linkedin_url: "https://www.linkedin.com/in/rahulrajshah", + image: "https://enkoki.github.io/static_images/deerhack26/Rahul_Raj_Shah.jpg" }, - { + + { name: "Mala Deep Upadhaya", - position: "Data Consultant", + position: "Data Consultant / Dataksha Analytics", linkedin_url: "https://www.linkedin.com/in/maladeep", image: "https://ghostuf.github.io/static_images/mala_deep_upadhyaya.jpg" + }, + { + name: "Aashutosh Poudel", + position: "Co-Founder of InfoShapers", + linkedin_url: "https://linkedin.com/in/aashutoshpoudel", + image: "https://enkoki.github.io/static_images/deerhack26/Aashutosh_Poudel.JPG" }, { - name: "Elisha Baniya", - position: "QA Engineer", - linkedin_url: "https://www.linkedin.com/in/elishabaniya", - image: "https://ghostuf.github.io/static_images/elisha_baniya.png" + name: "Shuvam Tiwari", + position: "Sr. Blockchain Engineer", + linkedin_url: "https://www.linkedin.com/in/shubhtiwari5/", + image: "https://enkoki.github.io/static_images/deerhack26/Shubham_Tiwari.jpg", }, { - name: "Yashaswee Sakha", - position: "UI/UX Engineer", - linkedin_url: "https://www.linkedin.com/in/yashaswee-sakha/", - image: "https://ghostuf.github.io/static_images/yashaswee_sakha.jpg" + name: "Toshika Ojha", + position: "Client Success Consultant ", + linkedin_url: "https://www.linkedin.com/in/toshikaojha/", + image:"https://ghostuf.github.io/static_images/toshika_ojha.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" + name: "Luja Chitrakar", + position: "Solana Developer", + linkedin_url: "https://www.linkedin.com/in/lujachitrakar/", + image:"https://ghostuf.github.io/static_images/luja_chitrakar.jpeg" }, + + + + { 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://ghostuf.github.io/static_images/saru_manandhar.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: "Labbi Karmacharya", + position: "Data Research Fellow / Equitech Futures, Lecturer ", + linkedin_url: "https://www.linkedin.com/in/labbi-karmacharya/", + image: "https://enkoki.github.io/static_images/deerhack26/Labbi.jpg" + }, { - name: "Rojan Upreti", - 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" + name: "Sarun Luitel", + 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: "Avinash Mishra", - 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" + name: "Minalma Basnet", + position: "Customer Success Manager", + linkedin_url: "https://www.linkedin.com/in/minalma-basnet/", + image: "https://enkoki.github.io/static_images/deerhack26/Minamla_Basnet.jpeg" }, + ] export { Mentors_value } 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/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/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}

- +
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/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} diff --git a/frontend/src/app/sections/Organizers/Organizers.tsx b/frontend/src/app/sections/Organizers/Organizers.tsx index 367034c..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; @@ -18,7 +19,7 @@ export default function Organizers() { {teams.map((team) => (

@@ -38,13 +39,89 @@ 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. + +

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

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 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;