mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): Add A2 Spanish Outline (#60303)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -35,6 +35,7 @@ const foundationalCSharpBase =
|
||||
const fullStackDeveloperBase = '/learn/full-stack-developer';
|
||||
const a2EnglishBase = '/learn/a2-english-for-developers';
|
||||
const b1EnglishBase = '/learn/b1-english-for-developers';
|
||||
const a2SpanishBase = '/learn/a2-professional-spanish';
|
||||
const legacyFrontEndBase = feLibsBase;
|
||||
const legacyFrontEndResponsiveBase = responsiveWebBase;
|
||||
const legacyFrontEndTakeHomeBase = takeHomeBase;
|
||||
@@ -835,6 +836,20 @@ const allStandardCerts = [
|
||||
certSlug: Certification.B1English
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '681a6b22e5a782fe3459984a',
|
||||
title: 'A2 Professional Spanish',
|
||||
certSlug: Certification.A2Spanish,
|
||||
projects: [
|
||||
{
|
||||
id: '681a8796e5a782fe3459984b',
|
||||
title: 'Dialogue 1: PLACEHOLDER',
|
||||
link: `${a2SpanishBase}/talk-about-who-you-are-by-using-key-verbs
|
||||
/text-1`,
|
||||
certSlug: Certification.A2Spanish
|
||||
}
|
||||
]
|
||||
}
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user