Skip to content

Commit c90c060

Browse files
authored
Add NVIDIA DLI voucher program + pnpm/dep updates (#2012)
1 parent fc53976 commit c90c060

5 files changed

Lines changed: 19 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,5 @@
128128
"vitest": "^4.1.5",
129129
"webpack": "^5.106.2"
130130
},
131-
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
132-
"pnpm": {
133-
"overrides": {
134-
"vite": "^8.0.0"
135-
}
136-
}
131+
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f"
137132
}

pnpm-lock.yaml

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ allowBuilds:
3131
core-js: false
3232
core-js-pure: false
3333
msw: false
34+
35+
overrides:
36+
vite: '^8.0.0'
13 KB
Loading

src/app/scholarship/layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ const airtableScholarshipApplicationLink =
1717
'https://airtable.com/appeXPiUS5GQwC7Vi/shr5CuF4IJGks7Wfp';
1818

1919
const scholarshipOptions: ScholarshipOption[] = [
20+
{
21+
title: 'NVIDIA Deep Learning Institute',
22+
logoSrc: '/static/images/nvidia_dli_logo.png',
23+
body: 'Apply for a voucher to access NVIDIA DLI self-paced courses covering deep learning, accelerated computing, and data science.',
24+
link: 'https://airtable.com/appeXPiUS5GQwC7Vi/shrHcYPAlWzgFmq8Q',
25+
},
2026
{
2127
title: 'Code Platoon X Operation Code',
2228
logoSrc: `${s3}partnerLogos/code_platoon.png`,

0 commit comments

Comments
 (0)