chore: rename photo gallery (#44204)
* 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:
committed by
GitHub
parent
ff0fc1bdbf
commit
a73cffdc63
@ -120,8 +120,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "CSS Photo Gallery",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -120,8 +120,8 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "CSS Photo Gallery",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": { "title": "Learn Responsive Web Design by Building a Piano", "intro": ["", ""] },
|
"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-flexbox-by-building-a-photo-gallery": { "title": "Learn CSS Flexbox by Building a Photo Gallery", "intro": ["", ""] },
|
||||||
"learn-css-grid-by-building-a-magazine": { "title": "Learn CSS Grid by Building a Magazine", "intro": ["", ""] },
|
"learn-css-grid-by-building-a-magazine": { "title": "Learn CSS Grid by Building a Magazine", "intro": ["", ""] },
|
||||||
"learn-typography-by-building-a-nutrition-label": {
|
"learn-typography-by-building-a-nutrition-label": {
|
||||||
"title": "Learn Typography by Building a Nutrition Label",
|
"title": "Learn Typography by Building a Nutrition Label",
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Galería de fotos CSS",
|
"title": "Galería de fotos CSS",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Galleria Fotografica con CSS",
|
"title": "Galleria Fotografica con CSS",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"css-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Galeria de fotos em CSS",
|
"title": "Galeria de fotos em CSS",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Introduction to the CSS Photo Gallery
|
|
||||||
block: css-photo-gallery
|
|
||||||
superBlock: Responsive Web Design
|
|
||||||
isBeta: true
|
|
||||||
---
|
|
||||||
|
|
||||||
## Introduction to the CSS Photo Gallery
|
|
||||||
|
|
||||||
This is a test for the new project-based curriculum.
|
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Introduction to the Learn CSS Flexbox by Building a Photo Gallery
|
||||||
|
block: learn-css-flexbox-by-building-a-photo-gallery
|
||||||
|
superBlock: Responsive Web Design
|
||||||
|
isBeta: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Introduction to the Learn CSS Flexbox by Building a Photo Gallery
|
||||||
|
|
||||||
|
This is a test for the new project-based curriculum.
|
@ -80,7 +80,7 @@
|
|||||||
"number-guessing-game": "Relational Databases",
|
"number-guessing-game": "Relational Databases",
|
||||||
"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",
|
"learn-css-flexbox-by-building-a-photo-gallery": "HTML-CSS",
|
||||||
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
|
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
|
||||||
"learn-typography-by-building-a-nutrition-label": "HTML-CSS",
|
"learn-typography-by-building-a-nutrition-label": "HTML-CSS",
|
||||||
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS"
|
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CSS Photo Gallery",
|
"name": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"isUpcomingChange": true,
|
"isUpcomingChange": true,
|
||||||
"dashedName": "css-photo-gallery",
|
"dashedName": "learn-css-flexbox-by-building-a-photo-gallery",
|
||||||
"order": 20,
|
"order": 20,
|
||||||
"time": "5 hours",
|
"time": "5 hours",
|
||||||
"template": "",
|
"template": "",
|
@ -28,7 +28,7 @@
|
|||||||
"intermediate-javascript-calorie-counter": "Intermediate JavaScript Calorie Counter",
|
"intermediate-javascript-calorie-counter": "Intermediate JavaScript Calorie Counter",
|
||||||
"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",
|
"learn-css-flexbox-by-building-a-photo-gallery": "Learn CSS Flexbox by Building a 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",
|
||||||
"learn-typography-by-building-a-nutrition-label": "Learn Typography by Building a 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"
|
"learn-css-animation-by-building-a-ferris-wheel": "Learn CSS Animation by Building a Ferris Wheel"
|
||||||
|
Reference in New Issue
Block a user