mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 23:02:05 -04:00
* feat: release RWD from beta * feat: replace beta banner with legacy banner * feat: update project links * fix: cypress tests * fix: map selector * chore: legacy verbiage * chore: remove isBeta flag * fix: go back url verbiage * feat: separate order for i18n * fix: curriculum utils test * fix: cypress * tests: use data-cy for robustness Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
55 lines
1.2 KiB
TypeScript
55 lines
1.2 KiB
TypeScript
export const superBlockList = [
|
|
{
|
|
name: 'Legacy Responsive Web Design',
|
|
path: '01-responsive-web-design'
|
|
},
|
|
{
|
|
name: 'JavaScript Algorithms and Data Structures',
|
|
path: '02-javascript-algorithms-and-data-structures'
|
|
},
|
|
{
|
|
name: 'Front End Development Libraries',
|
|
path: '03-front-end-development-libraries'
|
|
},
|
|
{
|
|
name: 'Data Visualization',
|
|
path: '04-data-visualization'
|
|
},
|
|
{
|
|
name: 'Back End Development and APIs',
|
|
path: '05-back-end-development-and-apis'
|
|
},
|
|
{
|
|
name: 'Quality Assurance',
|
|
path: '06-quality-assurance'
|
|
},
|
|
{
|
|
name: 'Scientific Computing with Python',
|
|
path: '07-scientific-computing-with-python'
|
|
},
|
|
{
|
|
name: 'Data Analysis with Python',
|
|
path: '08-data-analysis-with-python'
|
|
},
|
|
{
|
|
name: 'Information Security',
|
|
path: '09-information-security'
|
|
},
|
|
{
|
|
name: 'Coding Interview Prep',
|
|
path: '10-coding-interview-prep'
|
|
},
|
|
{
|
|
name: 'Machine Learning with Python',
|
|
path: '11-machine-learning-with-python'
|
|
},
|
|
{
|
|
name: 'Relational Databases',
|
|
path: '13-relational-databases'
|
|
},
|
|
{
|
|
name: 'Responsive Web Design',
|
|
path: '14-responsive-web-design-22'
|
|
}
|
|
];
|