chore: rename ferris wheel (#44213)

* chore: rename files

* chore: update codebase

* chore: proper title case
This commit is contained in:
Nicholas Carrigan (he/him)
2021-11-19 19:38:19 -08:00
committed by GitHub
parent 2ca67a6c23
commit 06651d7043
40 changed files with 24 additions and 24 deletions

View File

@ -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": [
"", "",
"" ""

View File

@ -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": [
"", "",
"" ""

View File

@ -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": {

View File

@ -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": [
"", "",

View File

@ -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": [
"", "",
"" ""

View File

@ -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": [
"", "",

View File

@ -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.

View File

@ -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.

View File

@ -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"
} }

View File

@ -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": "",
@ -127,4 +127,4 @@
"Step 29" "Step 29"
] ]
] ]
} }

View File

@ -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"
} }