feat: launch odin project (#52627)

Co-authored-by: mot01 <tmondloch01@gmail.com>
pull/52631/head
Naomi Carrigan 2023-12-19 19:02:46 -08:00 committed by GitHub
parent 57dca1e495
commit eadc44acda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -1030,7 +1030,7 @@
}
},
"the-odin-project": {
"title": "The Odin Project",
"title": "The Odin Project (Beta)",
"intro": [
"The Odin Project is one of those \"What I wish I had when I was learning\" resources. ",
"Not everyone has access to a computer science education or the funds to attend an intensive coding school and neither of those is right for everyone anyway.",

View File

@ -1,6 +1,6 @@
{
"name": "TOP build a recipe project",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-build-a-recipe-project",
"helpCategory": "Odin",
"order": 3,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Introudction to Flexbox",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-introduction-to-flexbox",
"helpCategory": "Odin",
"order": 9,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Learn Block and Inline",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-learn-block-and-inline",
"helpCategory": "Odin",
"order": 8,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Learn CSS Foundations Projects",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-learn-css-foundations-projects",
"helpCategory": "Odin",
"order": 5,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Learn CSS Foundations",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-learn-css-foundations",
"helpCategory": "Odin",
"order": 4,

View File

@ -1,7 +1,7 @@
{
"name": "TOP Learn CSS Specificity",
"dashedName": "top-learn-css-specificity",
"isUpcomingChange": true,
"isUpcomingChange": false,
"helpCategory": "Odin",
"order": 6,
"time": "",

View File

@ -1,6 +1,6 @@
{
"name": "TOP Learn HTML Foundations",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-learn-html-foundations",
"helpCategory": "Odin",
"order": 0,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Links and Images",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-links-and-images",
"helpCategory": "Odin",
"order": 2,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Learn Box Model",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-the-box-model",
"helpCategory": "Odin",
"order": 7,

View File

@ -1,6 +1,6 @@
{
"name": "TOP Working with Text",
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "top-working-with-text",
"helpCategory": "Odin",
"order": 1,

View File

@ -73,6 +73,7 @@ export const superBlockOrder: SuperBlockOrder = {
[SuperBlockStages.English]: [SuperBlocks.A2English],
[SuperBlockStages.Professional]: [SuperBlocks.FoundationalCSharp],
[SuperBlockStages.Extra]: [
SuperBlocks.TheOdinProject,
SuperBlocks.CodingInterviewPrep,
SuperBlocks.ProjectEuler,
SuperBlocks.RosettaCode
@ -81,7 +82,6 @@ export const superBlockOrder: SuperBlockOrder = {
[SuperBlockStages.New]: [],
[SuperBlockStages.Upcoming]: [
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.TheOdinProject,
SuperBlocks.ExampleCertification,
SuperBlocks.UpcomingPython
]