chore: rename nutrition label (#44205)

* chore: rename files

* chore: update codebase

* chore: proper title case

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-11-19 21:10:09 -08:00
committed by GitHub
parent 59c24bd4be
commit 57d303826c
77 changed files with 23 additions and 23 deletions

View File

@ -134,8 +134,8 @@
""
]
},
"css-nutrition-label": {
"title": "CSS Nutrition Label",
"learn-typography-by-building-a-nutrition-label": {
"title": "Learn Typography by Building a Nutrition Label",
"intro": [
"",
""

View File

@ -134,8 +134,8 @@
""
]
},
"css-nutrition-label": {
"title": "CSS Nutrition Label",
"learn-typography-by-building-a-nutrition-label": {
"title": "Learn Typography by Building a Nutrition Label",
"intro": [
"",
""

View File

@ -98,8 +98,8 @@
"learn-responsive-web-design-by-building-a-piano": { "title": "Learn Responsive Web Design by Building a Piano", "intro": ["", ""] },
"css-photo-gallery": { "title": "CSS Photo Gallery", "intro": ["", ""] },
"learn-css-grid-by-building-a-magazine": { "title": "Learn CSS Grid by Building a Magazine", "intro": ["", ""] },
"css-nutrition-label": {
"title": "CSS Nutrition Label",
"learn-typography-by-building-a-nutrition-label": {
"title": "Learn Typography by Building a Nutrition Label",
"intro": ["", ""]
},
"learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": ["", ""] }

View File

@ -134,7 +134,7 @@
""
]
},
"css-nutrition-label": {
"learn-typography-by-building-a-nutrition-label": {
"title": "Etiqueta de nutrición CSS",
"intro": [
"",

View File

@ -134,7 +134,7 @@
""
]
},
"css-nutrition-label": {
"learn-typography-by-building-a-nutrition-label": {
"title": "Etichetta nutrizionale CSS",
"intro": [
"",

View File

@ -134,7 +134,7 @@
""
]
},
"css-nutrition-label": {
"learn-typography-by-building-a-nutrition-label": {
"title": "Rótulo nutricional em CSS",
"intro": [
"",

View File

@ -1,10 +0,0 @@
---
title: Introduction to the CSS Nutrition Label
block: css-nutrition-label
superBlock: Responsive Web Design
isBeta: true
---
## Introduction to the CSS Nutrition Label
This is a test for the new project-based curriculum.

View File

@ -0,0 +1,10 @@
---
title: Introduction to the Learn Typography by Building a Nutrition Label
block: learn-typography-by-building-a-nutrition-label
superBlock: Responsive Web Design
isBeta: true
---
## Introduction to the Learn Typography by Building a Nutrition Label
This is a test for the new project-based curriculum.

View File

@ -82,6 +82,6 @@
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
"css-photo-gallery": "HTML-CSS",
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
"css-nutrition-label": "HTML-CSS",
"learn-typography-by-building-a-nutrition-label": "HTML-CSS",
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS"
}

View File

@ -1,7 +1,7 @@
{
"name": "CSS Nutrition Label",
"name": "Learn Typography by Building a Nutrition Label",
"isUpcomingChange": true,
"dashedName": "css-nutrition-label",
"dashedName": "learn-typography-by-building-a-nutrition-label",
"order": 25,
"time": "5 hours",
"template": "",

View File

@ -30,6 +30,6 @@
"learn-html-forms-by-building-a-registration-form": "Learn HTML Forms by Building a Registration Form",
"css-photo-gallery": "CSS Photo Gallery",
"learn-css-grid-by-building-a-magazine": "Learn CSS Grid by Building a Magazine",
"css-nutrition-label": "CSS Nutrition Label",
"learn-typography-by-building-a-nutrition-label": "Learn Typography by Building a Nutrition Label",
"learn-css-animation-by-building-a-ferris-wheel": "Learn CSS Animation by Building a Ferris Wheel"
}