feat(curriculum): Add A2 Spanish Outline (#60303)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Nielda Karla
2025-05-15 16:47:26 -03:00
committed by GitHub
parent 186ccf2602
commit e149f7514f
24 changed files with 261 additions and 11 deletions
+15
View File
@@ -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;