diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 73d28302bc..25dd2789d5 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -120,8 +120,8 @@ "" ] }, - "css-photo-gallery": { - "title": "CSS Photo Gallery", + "learn-css-flexbox-by-building-a-photo-gallery": { + "title": "Learn CSS Flexbox by Building a Photo Gallery", "intro": [ "", "" diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index f4fa47084d..272f015d2b 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -120,8 +120,8 @@ "" ] }, - "css-photo-gallery": { - "title": "CSS Photo Gallery", + "learn-css-flexbox-by-building-a-photo-gallery": { + "title": "Learn CSS Flexbox by Building a Photo Gallery", "intro": [ "", "" diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index d9aaef0a7c..6b94b57231 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -96,7 +96,7 @@ ] }, "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-typography-by-building-a-nutrition-label": { "title": "Learn Typography by Building a Nutrition Label", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 1d80d545e0..66636bf8a7 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -120,7 +120,7 @@ "" ] }, - "css-photo-gallery": { + "learn-css-flexbox-by-building-a-photo-gallery": { "title": "GalerĂ­a de fotos CSS", "intro": [ "", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 065af7c45b..b40c5d5b4b 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -120,7 +120,7 @@ "" ] }, - "css-photo-gallery": { + "learn-css-flexbox-by-building-a-photo-gallery": { "title": "Galleria Fotografica con CSS", "intro": [ "", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 82a0eb0558..c29e2b498e 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -120,7 +120,7 @@ "" ] }, - "css-photo-gallery": { + "learn-css-flexbox-by-building-a-photo-gallery": { "title": "Galeria de fotos em CSS", "intro": [ "", diff --git a/client/src/pages/learn/responsive-web-design/css-photo-gallery/index.md b/client/src/pages/learn/responsive-web-design/css-photo-gallery/index.md deleted file mode 100644 index 30dba3fac2..0000000000 --- a/client/src/pages/learn/responsive-web-design/css-photo-gallery/index.md +++ /dev/null @@ -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. diff --git a/client/src/pages/learn/responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/index.md b/client/src/pages/learn/responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/index.md new file mode 100644 index 0000000000..023e437284 --- /dev/null +++ b/client/src/pages/learn/responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/index.md @@ -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. diff --git a/client/utils/help-category-map.json b/client/utils/help-category-map.json index 757d34b187..fcea859b01 100644 --- a/client/utils/help-category-map.json +++ b/client/utils/help-category-map.json @@ -80,7 +80,7 @@ "number-guessing-game": "Relational Databases", "accessibility-quiz": "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-typography-by-building-a-nutrition-label": "HTML-CSS", "learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS" diff --git a/curriculum/challenges/_meta/css-photo-gallery/meta.json b/curriculum/challenges/_meta/learn-css-flexbox-by-building-a-photo-gallery/meta.json similarity index 92% rename from curriculum/challenges/_meta/css-photo-gallery/meta.json rename to curriculum/challenges/_meta/learn-css-flexbox-by-building-a-photo-gallery/meta.json index 3448ad5cf0..85c04aed17 100644 --- a/curriculum/challenges/_meta/css-photo-gallery/meta.json +++ b/curriculum/challenges/_meta/learn-css-flexbox-by-building-a-photo-gallery/meta.json @@ -1,7 +1,7 @@ { - "name": "CSS Photo Gallery", + "name": "Learn CSS Flexbox by Building a Photo Gallery", "isUpcomingChange": true, - "dashedName": "css-photo-gallery", + "dashedName": "learn-css-flexbox-by-building-a-photo-gallery", "order": 20, "time": "5 hours", "template": "", diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-001.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-001.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-001.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-001.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-002.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-002.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-002.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-002.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-003.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-003.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-003.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-003.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-004.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-004.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-004.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-004.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-005.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-005.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-005.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-005.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-006.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-006.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-006.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-006.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-007.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-007.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-007.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-007.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-008.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-008.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-008.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-008.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-009.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-009.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-009.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-009.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-010.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-010.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-010.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-010.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-011.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-011.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-011.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-011.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-012.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-012.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-012.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-012.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-013.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-013.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-013.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-013.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-014.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-014.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-014.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-014.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-015.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-015.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-015.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-015.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-016.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-016.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-016.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-016.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-017.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-017.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-017.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-017.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-018.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-018.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-018.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-018.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-019.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-019.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-019.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-019.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-020.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-020.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-020.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-020.md diff --git a/curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-021.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-021.md similarity index 100% rename from curriculum/challenges/english/01-responsive-web-design/css-photo-gallery/step-021.md rename to curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-021.md diff --git a/utils/preformatted-block-names.json b/utils/preformatted-block-names.json index cd8919e688..781940de95 100644 --- a/utils/preformatted-block-names.json +++ b/utils/preformatted-block-names.json @@ -28,7 +28,7 @@ "intermediate-javascript-calorie-counter": "Intermediate JavaScript Calorie Counter", "d3-dashboard": "D3 Dashboard", "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-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"