chore: rename ferris wheel (#44213)
* chore: rename files * chore: update codebase * chore: proper title case
This commit is contained in:
committed by
GitHub
parent
2ca67a6c23
commit
06651d7043
@ -141,8 +141,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "CSS Ferris Wheel",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -141,8 +141,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "CSS Ferris Wheel",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"title": "CSS Nutrition Label",
|
"title": "CSS Nutrition Label",
|
||||||
"intro": ["", ""]
|
"intro": ["", ""]
|
||||||
},
|
},
|
||||||
"css-ferris-wheel": { "title": "CSS Ferris Wheel", "intro": ["", ""] }
|
"learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": ["", ""] }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"javascript-algorithms-and-data-structures": {
|
"javascript-algorithms-and-data-structures": {
|
||||||
|
@ -141,7 +141,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "Rueda de la fortuna CSS",
|
"title": "Rueda de la fortuna CSS",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -141,8 +141,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "CSS Ferris Wheel",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -141,7 +141,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "Roda gigante em CSS",
|
"title": "Roda gigante em CSS",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Introduction to the CSS Ferris Wheel
|
|
||||||
block: css-ferris-wheel
|
|
||||||
superBlock: Responsive Web Design
|
|
||||||
isBeta: true
|
|
||||||
---
|
|
||||||
|
|
||||||
## Introduction to the CSS Ferris Wheel
|
|
||||||
|
|
||||||
This is a test for the new project-based curriculum.
|
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Introduction to the Learn CSS Animation by Building a Ferris Wheel
|
||||||
|
block: learn-css-animation-by-building-a-ferris-wheel
|
||||||
|
superBlock: Responsive Web Design
|
||||||
|
isBeta: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Introduction to the Learn CSS Animation by Building a Ferris Wheel
|
||||||
|
|
||||||
|
This is a test for the new project-based curriculum.
|
@ -83,5 +83,5 @@
|
|||||||
"css-photo-gallery": "HTML-CSS",
|
"css-photo-gallery": "HTML-CSS",
|
||||||
"learn-css-grid-by-building-a-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"
|
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CSS Ferris Wheel",
|
"name": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"isUpcomingChange": true,
|
"isUpcomingChange": true,
|
||||||
"dashedName": "css-ferris-wheel",
|
"dashedName": "learn-css-animation-by-building-a-ferris-wheel",
|
||||||
"order": 15,
|
"order": 15,
|
||||||
"time": "5 hours",
|
"time": "5 hours",
|
||||||
"template": "",
|
"template": "",
|
@ -31,5 +31,5 @@
|
|||||||
"css-photo-gallery": "CSS Photo Gallery",
|
"css-photo-gallery": "CSS Photo Gallery",
|
||||||
"learn-css-grid-by-building-a-magazine": "Learn CSS Grid by Building a 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"
|
"learn-css-animation-by-building-a-ferris-wheel": "Learn CSS Animation by Building a Ferris Wheel"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user