Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/app/assets/images/sponsors/suiro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/app/assets/images/sponsors/yolo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 45 additions & 9 deletions frontend/src/app/components/Sponsors/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ import ultima from "@/app/assets/images/sponsors/ultima.svg";
// import adex from "@/app/assets/images/sponsors/adex.png";
// import livebakery from "@/app/assets/images/sponsors/livebakery.png";
// import metlife from "@/app/assets/images/sponsors/metlife.png";
import suiro from "@/app/assets/images/sponsors/suiro.png";
import YOLO from "@/app/assets/images/sponsors/yolo.png";
import HotelAssociation from "@/app/assets/images/sponsors/hotelassociation.png";


const sponsors: SponsorType[] = [
Expand Down Expand Up @@ -98,6 +101,13 @@ const sponsors: SponsorType[] = [
image: DevfolioLogo,
imageAlt: "DEVFOLIO LOGO",
},
{
name: "YOLO Shoes",
url: "https://www.instagram.com/yolobrand_/?hl=en",
image: YOLO,
imageAlt: "YOLO LOGO",
},



],
Expand Down Expand Up @@ -158,17 +168,28 @@ const sponsors: SponsorType[] = [
image: GithubEducation,
imageAlt: "GithubEucation logo",
},
{
name: "Suito Teas",
url: "https://suiroteas.com/",
image: suiro,
imageAlt: "Suiro Teas Logo",
},
],
},
{
name: "Track Sponsor",
name: "ED Tech Partner",
sponsors: [
{
name: "HamroNotes",
url: "https://hamrocsit.com",
image: HamroNotesLogo,
imageAlt: "HamroNotesogo",
},
],
},
{
name: "Data Science And Machine Learning Partner",
sponsors: [
{
name: "TingTing",
url: "https://www.tingting.io/",
Expand All @@ -177,16 +198,15 @@ const sponsors: SponsorType[] = [
},
],
},

{
name: "Career Partner",
name: "Hospitality Partner",
sponsors: [
{
name: "Mero Job",
url: "https://merojob.com/",
image: MeroJobLogo,
imageAlt: "Mero Job Logo",
},
{
name: "Hotel Association of Bhaktapur",
url: "https://www.facebook.com/hotelsbkt/",
image: HotelAssociation,
imageAlt: "HotelAssociationLogo",
},
],
},

Expand All @@ -201,6 +221,7 @@ const sponsors: SponsorType[] = [
},
],
},

{
name: "Confectionary Partner",
sponsors: [
Expand All @@ -212,6 +233,21 @@ const sponsors: SponsorType[] = [
},
],
},

{
name: "Career Partner",
sponsors: [
{
name: "Mero Job",
url: "https://merojob.com/",
image: MeroJobLogo,
imageAlt: "Mero Job Logo",
},
],
},



{
name: "Supported By",
sponsors: [
Expand Down
Loading