feat(curriculum): RWD checkpoint certification (#62039)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Niraj Nandish
2025-10-08 23:54:21 +05:30
committed by GitHub
parent 4a1d743044
commit a9fab95361
15 changed files with 1319 additions and 2 deletions
+14
View File
@@ -33,6 +33,7 @@ const takeHomeBase = '/learn/coding-interview-prep/take-home-projects';
const foundationalCSharpBase =
'/learn/foundational-c-sharp-with-microsoft/foundational-c-sharp-with-microsoft-certification-exam';
const fullStackDeveloperBase = '/learn/full-stack-developer';
const respWebV9Base = '/learn/responsive-web-design-v9';
const jsV9Base = '/learn/javascript-v9';
const a2EnglishBase = '/learn/a2-english-for-developers';
const b1EnglishBase = '/learn/b1-english-for-developers';
@@ -814,6 +815,19 @@ const allStandardCerts = [
}
]
},
{
id: '68db314d3c11a8bff07c7535',
title: 'Responsive Web Design',
certSlug: Certification.RespWebDesignV9,
projects: [
{
id: '68db37350b398ecddd1f5dac',
title: 'Responsive Web Design Certification Exam',
link: `${respWebV9Base}/responsive-web-design-certification-exam/exam-responsive-web-design-certification`,
certSlug: Certification.RespWebDesignV9
}
]
},
{
id: '68c4069c1ef859270e17c495',
title: 'JavaScript',