mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user