From a44b21fe69a3e0ac7633eab0b56182e874f598fd Mon Sep 17 00:00:00 2001 From: ConfusedKnight Date: Sat, 5 Jul 2025 22:29:09 +0545 Subject: [PATCH] update: updated logs and mentors --- .../assets/images/sponsors/MeroJobLogo.svg | 39 ++++ .../images/sponsors/PimbahalChipsLogo.svg | 169 ++++++++++++++++++ frontend/src/app/components/Mentors/data.ts | 16 +- frontend/src/app/components/Sponsors/data.ts | 21 +++ 4 files changed, 237 insertions(+), 8 deletions(-) create mode 100644 frontend/src/app/assets/images/sponsors/MeroJobLogo.svg create mode 100644 frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg diff --git a/frontend/src/app/assets/images/sponsors/MeroJobLogo.svg b/frontend/src/app/assets/images/sponsors/MeroJobLogo.svg new file mode 100644 index 0000000..203582d --- /dev/null +++ b/frontend/src/app/assets/images/sponsors/MeroJobLogo.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg b/frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg new file mode 100644 index 0000000..eb337ef --- /dev/null +++ b/frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts index b5dfd41..9183a9e 100644 --- a/frontend/src/app/components/Mentors/data.ts +++ b/frontend/src/app/components/Mentors/data.ts @@ -48,7 +48,7 @@ const Mentors_value: Mentors[] = [ }, { name: "Luja Chitrakar", - position: "Clock B Tech", + position: "Blockchain Developer", linkedin_url: "https://www.linkedin.com/in/luja-chitrakar/", image:"https://ghostuf.github.io/static_images/luja_chitrakar.jpeg" }, @@ -58,12 +58,12 @@ const Mentors_value: Mentors[] = [ linkedin_url: "https://www.linkedin.com/in/maladeep", image: "https://ghostuf.github.io/static_images/mala_deep_upadhyaya.jpg" }, - // { - // name: "Elisha Baniya", - // position: "QA - Maitri Services", - // linkedin_url: "https://www.linkedin.com/in/elishabaniya", - // image: "https://ghostuf.github.io/static_images/elisha_baniya.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: "Yashaswee Sakha", position: "UI/UX Engineer", @@ -114,4 +114,4 @@ const Mentors_value: Mentors[] = [ }, ] -export { Mentors_value } \ No newline at end of file +export { Mentors_value } diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 3f41c7e..a4720e5 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -7,6 +7,8 @@ import DevfolioLogo from "@/app/assets/images/sponsors/Devfolio_Logo-White.svg"; // import ETHIndiaLogo from "@/app/assets/images/sponsors/ethindia-light.svg"; // import PolygonLogo from "@/app/assets/images/sponsors/Polygon_Logo-White.svg"; import HamroCSITLogo from "@/app/assets/images/sponsors/hamro_csit_logo_black.png"; +import MeroJobLogo from "@/app/assets/images/sponsors/MeroJobLogo.svg"; +import PimbahalChipsLogo from "@/app/assets/images/sponsors/PimbahalChipsLogo.svg"; import HamroNotesLogo from "@/app/assets/images/sponsors/HamroNotesLogo.svg"; import MeroStyle from "@/app/assets/images/sponsors/MeroStyle.svg"; import GithubEducation from "@/app/assets/images/sponsors/GithubEducation.svg"; @@ -160,6 +162,19 @@ const sponsors: SponsorType[] = [ }, ], }, + + { + name: "Career Partner", + sponsors: [ + { + name: "Mero Job", + url: "https://merojob.com/", + image: MeroJobLogo, + imageAlt: "Mero Job Logo", + }, + ], + }, + { name: "Coffee Partner", sponsors: [ @@ -191,6 +206,12 @@ const sponsors: SponsorType[] = [ image: CitizensBank, imageAlt: "Citizens Bank Logo", }, + { + name: "Pimbahal Chips", + url: "https://www.instagram.com/pimbahalfreshchipscorner/?hl=en", + image: PimbahalChipsLogo, + imageAlt: "PimbahalChipsLogo", + }, ], },