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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions frontend/src/app/assets/images/sponsors/Ktmone_Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 24 additions & 1 deletion frontend/src/app/components/Sponsors/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import PrixaLogo from "@/app/assets/images/sponsors/Prixa_White_Logo.png"
// import Luminr from "@/app/assets/images/sponsors/Luminr.svg";
import leapfrog from "@/app/assets/images/sponsors/leapfrog.svg";
import ultima from "@/app/assets/images/sponsors/ultima.svg";
import PeaksLogo from "@/app/assets/images/sponsors/8Peaks_BW_Logo.svg";
import PeaksLogo from "@/app/assets/images/sponsors/8peaks_white_Logo.png";
import SandukAILogo from "@/app/assets/images/sponsors/Sandukai_Logo.png";
// import VT from "@/app/assets/images/sponsors/VT.png";
// import SifalSchool from "@/app/assets/images/sponsors/SifalSchool.png";
// import codefornepal from "@/app/assets/images/sponsors/codeForNepal.png";
Expand Down Expand Up @@ -61,6 +62,7 @@ import SpeakUpNepalLogo from "@/app/assets/images/sponsors/SpeakUpNepal_Colored_
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";

const sponsors: SponsorType[] = [
// {
Expand Down Expand Up @@ -266,6 +268,27 @@ const sponsors: SponsorType[] = [
imageAlt: "KathmanduKoKathaLogo",
},

// {
// name: "KathmanduKoKatha",
// url: "https://www.instagram.com/kathmandu_ko_katha/",
// image: KathmanduKoKathaLogo,
// imageAlt: "KathmanduKoKathaLogo",
// },

{
name: "KTMONE",
url: "https://ktm.one/",
image: KTMONELOGO,
imageAlt: "KTMONELOGO",
},

{
name: "SandukAi",
url: "https://sanduk.ai/",
image: SandukAILogo,
imageAlt: "SandukAILogo",
},

],
},

Expand Down
Loading