|
| 1 | +export const superBlockList = [ |
| 2 | + { |
| 3 | + name: 'Legacy Responsive Web Design', |
| 4 | + path: 'responsive-web-design' |
| 5 | + }, |
| 6 | + { |
| 7 | + name: 'Legacy JavaScript Algorithms and Data Structures', |
| 8 | + path: 'javascript-algorithms-and-data-structures' |
| 9 | + }, |
| 10 | + { |
| 11 | + name: 'Front End Development Libraries', |
| 12 | + path: 'front-end-development-libraries' |
| 13 | + }, |
| 14 | + { |
| 15 | + name: 'Data Visualization', |
| 16 | + path: 'data-visualization' |
| 17 | + }, |
| 18 | + { |
| 19 | + name: 'Back End Development and APIs', |
| 20 | + path: 'back-end-development-and-apis' |
| 21 | + }, |
| 22 | + { |
| 23 | + name: 'Quality Assurance', |
| 24 | + path: 'quality-assurance' |
| 25 | + }, |
| 26 | + { |
| 27 | + name: 'Scientific Computing with Python', |
| 28 | + path: 'scientific-computing-with-python' |
| 29 | + }, |
| 30 | + { |
| 31 | + name: 'Data Analysis with Python', |
| 32 | + path: 'data-analysis-with-python' |
| 33 | + }, |
| 34 | + { |
| 35 | + name: 'Information Security', |
| 36 | + path: 'information-security' |
| 37 | + }, |
| 38 | + { |
| 39 | + name: 'Coding Interview Prep', |
| 40 | + path: 'coding-interview-prep' |
| 41 | + }, |
| 42 | + { |
| 43 | + name: 'Machine Learning with Python', |
| 44 | + path: 'machine-learning-with-python' |
| 45 | + }, |
| 46 | + { |
| 47 | + name: 'Relational Databases', |
| 48 | + path: 'relational-databases' |
| 49 | + }, |
| 50 | + { |
| 51 | + name: 'Responsive Web Design', |
| 52 | + path: 'responsive-web-design-22' |
| 53 | + }, |
| 54 | + { |
| 55 | + name: 'JavaScript Algorithms and Data Structures', |
| 56 | + path: 'javascript-algorithms-and-data-structures-22' |
| 57 | + }, |
| 58 | + { |
| 59 | + name: 'The Odin Project', |
| 60 | + path: 'the-odin-project' |
| 61 | + }, |
| 62 | + { |
| 63 | + name: 'College Algebra with Python', |
| 64 | + path: 'college-algebra-with-python' |
| 65 | + }, |
| 66 | + { |
| 67 | + name: 'Project Euler', |
| 68 | + path: 'project-euler' |
| 69 | + }, |
| 70 | + { |
| 71 | + name: '(New) Foundational C# with Microsoft', |
| 72 | + path: 'foundational-c-sharp-with-microsoft' |
| 73 | + }, |
| 74 | + { |
| 75 | + name: 'A2 English for Developers', |
| 76 | + path: 'a2-english-for-developers' |
| 77 | + }, |
| 78 | + { |
| 79 | + name: 'Rosetta Code', |
| 80 | + path: 'rosetta-code' |
| 81 | + }, |
| 82 | + { |
| 83 | + name: 'Python For Everybody', |
| 84 | + path: 'python-for-everybody' |
| 85 | + }, |
| 86 | + { |
| 87 | + name: 'B1 English for Developers (Beta)', |
| 88 | + path: 'b1-english-for-developers' |
| 89 | + }, |
| 90 | + { |
| 91 | + name: 'Certified Full Stack Developer', |
| 92 | + path: 'full-stack-developer' |
| 93 | + }, |
| 94 | + { |
| 95 | + name: 'A1 Professional Spanish (Beta)', |
| 96 | + path: 'a1-professional-spanish' |
| 97 | + }, |
| 98 | + { |
| 99 | + name: 'A2 Professional Spanish (Beta)', |
| 100 | + path: 'a2-professional-spanish' |
| 101 | + }, |
| 102 | + { |
| 103 | + name: 'A2 Professional Chinese (Beta)', |
| 104 | + path: 'a2-professional-chinese' |
| 105 | + }, |
| 106 | + { |
| 107 | + name: 'Basic HTML', |
| 108 | + path: 'basic-html' |
| 109 | + }, |
| 110 | + { |
| 111 | + name: 'Semantic HTML', |
| 112 | + path: 'semantic-html' |
| 113 | + }, |
| 114 | + { |
| 115 | + name: 'A1 Professional Chinese (Beta)', |
| 116 | + path: 'a1-professional-chinese' |
| 117 | + } |
| 118 | +]; |
0 commit comments