diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c0e95a1..5e576ba 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1217,7 +1217,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1582,7 +1581,6 @@ "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001580", "electron-to-chromium": "^1.4.648", @@ -1679,7 +1677,6 @@ "version": "4.5.1", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz", "integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==", - "peer": true, "dependencies": { "@kurkle/color": "^0.3.0" }, @@ -2100,7 +2097,6 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", "dev": true, - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -2253,7 +2249,6 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dev": true, - "peer": true, "dependencies": { "array-includes": "^3.1.7", "array.prototype.findlastindex": "^1.2.3", @@ -2893,8 +2888,7 @@ "node_modules/gsap": { "version": "3.14.2", "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.14.2.tgz", - "integrity": "sha512-P8/mMxVLU7o4+55+1TCnQrPmgjPKnwkzkXOK1asnR9Jg2lna4tEY5qBJjMmAaOBDDZWtlRjBXjLa0w53G/uBLA==", - "peer": true + "integrity": "sha512-P8/mMxVLU7o4+55+1TCnQrPmgjPKnwkzkXOK1asnR9Jg2lna4tEY5qBJjMmAaOBDDZWtlRjBXjLa0w53G/uBLA==" }, "node_modules/has-bigints": { "version": "1.0.2", @@ -3707,7 +3701,6 @@ "resolved": "https://registry.npmjs.org/next/-/next-14.2.35.tgz", "integrity": "sha512-KhYd2Hjt/O1/1aZVX3dCwGXM1QmOV4eNM2UTacK5gipDdPN/oHHK/4oVGy7X8GMfPMsUTUEmGlsy0EY1YGAkig==", "license": "MIT", - "peer": true, "dependencies": { "@next/env": "14.2.35", "@swc/helpers": "0.5.5", @@ -4111,7 +4104,6 @@ "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", @@ -4292,7 +4284,6 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -4313,7 +4304,6 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.0" @@ -5174,7 +5164,6 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true, - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/frontend/src/app/assets/images/sponsors/BigBytes.png b/frontend/src/app/assets/images/sponsors/BigBytes.png new file mode 100644 index 0000000..bf40236 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/BigBytes.png differ diff --git a/frontend/src/app/assets/images/sponsors/NECBlack.png b/frontend/src/app/assets/images/sponsors/NECBlack.png new file mode 100644 index 0000000..4fab69d Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/NECBlack.png differ diff --git a/frontend/src/app/assets/images/sponsors/NECLogo.svg b/frontend/src/app/assets/images/sponsors/NECLogo.svg new file mode 100644 index 0000000..427016b --- /dev/null +++ b/frontend/src/app/assets/images/sponsors/NECLogo.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/src/app/assets/images/sponsors/NECWhite.png b/frontend/src/app/assets/images/sponsors/NECWhite.png new file mode 100644 index 0000000..7febc23 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/NECWhite.png differ diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index a6a9076..fc06a31 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -65,7 +65,9 @@ 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" +import PRABHUBANKLOGO from "@/app/assets/images/sponsors/PrabhuBank.svg"; +import NECLogo from "@/app/assets/images/sponsors/NECBlack.png"; +import BigBytesLogo from "@/app/assets/images/sponsors/BigBytes.png"; const sponsors: SponsorType[] = [ // { @@ -324,6 +326,13 @@ const sponsors: SponsorType[] = [ image: EcoSathiLogo, imageAlt: "EcoSathiLogo", }, + + { + name: "BigBytes", + url: "https://bigbyte.com.np/", + image: BigBytesLogo, + imageAlt: "BigBytesLogo", + }, ] }, { @@ -615,7 +624,22 @@ const sponsors: SponsorType[] = [ // // }, // // ] // // }, - { + + + { + name: "Education Partner", + sponsors: [ + { + name: "NECLogo", + url: "https://www.nepalec.edu.np", + image: NECLogo, + imageAlt: "NECLogo", + }, + ], + }, + + + { name: "Platform Sponsor", sponsors: [ // {