chore: rename magazine (#44212)
* chore: rename files * chore: update codebase * chore: proper title case
This commit is contained in:
committed by
GitHub
parent
1958eb2acd
commit
2ca67a6c23
@ -127,8 +127,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-grid-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "CSS Grid Magazine",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -127,8 +127,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-grid-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "CSS Grid Magazine",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
},
|
},
|
||||||
"css-piano": { "title": "CSS Piano", "intro": ["", ""] },
|
"css-piano": { "title": "CSS Piano", "intro": ["", ""] },
|
||||||
"css-photo-gallery": { "title": "CSS Photo Gallery", "intro": ["", ""] },
|
"css-photo-gallery": { "title": "CSS Photo Gallery", "intro": ["", ""] },
|
||||||
"css-grid-magazine": { "title": "CSS Grid Magazine", "intro": ["", ""] },
|
"learn-css-grid-by-building-a-magazine": { "title": "Learn CSS Grid by Building a Magazine", "intro": ["", ""] },
|
||||||
"css-nutrition-label": {
|
"css-nutrition-label": {
|
||||||
"title": "CSS Nutrition Label",
|
"title": "CSS Nutrition Label",
|
||||||
"intro": ["", ""]
|
"intro": ["", ""]
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-grid-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Revista CSS Grid",
|
"title": "Revista CSS Grid",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-grid-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Rivista con CSS Grid",
|
"title": "Rivista con CSS Grid",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-grid-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Revista em CSS Grid",
|
"title": "Revista em CSS Grid",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Introduction to the CSS Grid Magazine
|
|
||||||
block: css-grid-magazine
|
|
||||||
superBlock: Responsive Web Design
|
|
||||||
isBeta: true
|
|
||||||
---
|
|
||||||
|
|
||||||
## Introduction to the CSS Grid Magazine
|
|
||||||
|
|
||||||
This is a test for the new project-based curriculum.
|
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Introduction to the Learn CSS Grid by Building a Magazine
|
||||||
|
block: learn-css-grid-by-building-a-magazine
|
||||||
|
superBlock: Responsive Web Design
|
||||||
|
isBeta: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Introduction to the Learn CSS Grid by Building a Magazine
|
||||||
|
|
||||||
|
This is a test for the new project-based curriculum.
|
@ -81,7 +81,7 @@
|
|||||||
"accessibility-quiz": "HTML-CSS",
|
"accessibility-quiz": "HTML-CSS",
|
||||||
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
|
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
|
||||||
"css-photo-gallery": "HTML-CSS",
|
"css-photo-gallery": "HTML-CSS",
|
||||||
"css-grid-magazine": "HTML-CSS",
|
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
|
||||||
"css-nutrition-label": "HTML-CSS",
|
"css-nutrition-label": "HTML-CSS",
|
||||||
"css-ferris-wheel": "HTML-CSS"
|
"css-ferris-wheel": "HTML-CSS"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CSS Grid Magazine",
|
"name": "Learn CSS Grid by Building a Magazine",
|
||||||
"isUpcomingChange": true,
|
"isUpcomingChange": true,
|
||||||
"dashedName": "css-grid-magazine",
|
"dashedName": "learn-css-grid-by-building-a-magazine",
|
||||||
"order": 16,
|
"order": 16,
|
||||||
"time": "5 hours",
|
"time": "5 hours",
|
||||||
"template": "",
|
"template": "",
|
@ -29,7 +29,7 @@
|
|||||||
"d3-dashboard": "D3 Dashboard",
|
"d3-dashboard": "D3 Dashboard",
|
||||||
"learn-html-forms-by-building-a-registration-form": "Learn HTML Forms by Building a Registration Form",
|
"learn-html-forms-by-building-a-registration-form": "Learn HTML Forms by Building a Registration Form",
|
||||||
"css-photo-gallery": "CSS Photo Gallery",
|
"css-photo-gallery": "CSS Photo Gallery",
|
||||||
"css-grid-magazine": "CSS Grid Magazine",
|
"learn-css-grid-by-building-a-magazine": "Learn CSS Grid by Building a Magazine",
|
||||||
"css-nutrition-label": "CSS Nutrition Label",
|
"css-nutrition-label": "CSS Nutrition Label",
|
||||||
"css-ferris-wheel": "CSS Ferris Wheel"
|
"css-ferris-wheel": "CSS Ferris Wheel"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user