Skip to content

Commit bd76798

Browse files
fix(curriculum): reorder intros for superblock responsive-web-design-v9 (freeCodeCamp#66295)
1 parent 7302c9b commit bd76798

1 file changed

Lines changed: 41 additions & 42 deletions

File tree

client/i18n/locales/english/intro.json

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5365,14 +5365,15 @@
53655365
],
53665366
"chapters": {
53675367
"html": "HTML",
5368-
"css": "CSS",
53695368
"computers": "Computers",
5369+
"css": "CSS",
53705370
"responsive-web-design-certification-exam": "Responsive Web Design Certification Exam"
53715371
},
53725372
"modules": {
53735373
"basic-html": "Basic HTML",
53745374
"semantic-html": "Semantic HTML",
53755375
"html-forms-and-tables": "Forms and Tables",
5376+
"lab-survey-form": "Build a Survey Form",
53765377
"html-and-accessibility": "Accessibility",
53775378
"review-html": "HTML Review",
53785379
"computer-basics": "Computer Basics",
@@ -5384,20 +5385,19 @@
53845385
"styling-forms": "Styling Forms",
53855386
"css-box-model": "The Box Model",
53865387
"css-flexbox": "Flexbox",
5388+
"lab-page-of-playing-cards": "Build a Page of Playing Cards",
53875389
"css-typography": "Typography",
53885390
"css-and-accessibility": "Accessibility",
5389-
"attribute-selectors": "Attribute Selectors",
53905391
"css-positioning": "Positioning",
5392+
"attribute-selectors": "Attribute Selectors",
5393+
"lab-book-inventory-app": "Build a Book Inventory App",
53915394
"responsive-design": "Responsive Design",
5395+
"lab-technical-documentation-page": "Build a Technical Documentation Page",
53925396
"css-variables": "Variables",
53935397
"css-grid": "Grid",
5398+
"lab-product-landing-page": "Build a Product Landing Page",
53945399
"css-animations": "Animations",
53955400
"review-css": "CSS Review",
5396-
"lab-survey-form": "Build a Survey Form",
5397-
"lab-page-of-playing-cards": "Build a Page of Playing Cards",
5398-
"lab-book-inventory-app": "Build a Book Inventory App",
5399-
"lab-technical-documentation-page": "Build a Technical Documentation Page",
5400-
"lab-product-landing-page": "Build a Product Landing Page",
54015401
"responsive-web-design-certification-exam": "Responsive Web Design Certification Exam"
54025402
},
54035403
"blocks": {
@@ -5623,13 +5623,6 @@
56235623
"You will practice working with labels, inputs, fieldsets, legends, textareas and buttons."
56245624
]
56255625
},
5626-
"lab-survey-form": {
5627-
"title": "Build a Survey Form",
5628-
"intro": [
5629-
"In this lab, you'll review HTML forms by creating a survey form.",
5630-
"You'll practice working with the <code>label</code> element, the different <code>input</code> elements, the <code>required</code> attribute, and more. "
5631-
]
5632-
},
56335626
"lecture-working-with-tables": {
56345627
"title": "Working with Tables",
56355628
"intro": [
@@ -5669,6 +5662,13 @@
56695662
"If you're getting ready for the exam, there are several quiz sets available for practice. After completing a quiz, you can revisit this page to access a new set of questions."
56705663
]
56715664
},
5665+
"lab-survey-form": {
5666+
"title": "Build a Survey Form",
5667+
"intro": [
5668+
"In this lab, you'll review HTML forms by creating a survey form.",
5669+
"You'll practice working with the <code>label</code> element, the different <code>input</code> elements, the <code>required</code> attribute, and more. "
5670+
]
5671+
},
56725672
"lecture-importance-of-accessibility-and-good-html-structure": {
56735673
"title": "Importance of Accessibility and Good HTML Structure",
56745674
"intro": [
@@ -5759,7 +5759,6 @@
57595759
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
57605760
]
57615761
},
5762-
"qpra": { "title": "30", "intro": [] },
57635762
"lecture-understanding-computer-internet-and-tooling-basics": {
57645763
"title": "Understanding Computer, Internet, and Tooling Basics",
57655764
"intro": [
@@ -6094,13 +6093,6 @@
60946093
"You'll practice aligning elements using flexbox properties like <code>flex</code>, <code>flex-grow</code>, <code>order</code>, and more."
60956094
]
60966095
},
6097-
"lab-page-of-playing-cards": {
6098-
"title": "Build a Page of Playing Cards",
6099-
"intro": [
6100-
"In this lab, you'll use flexbox to create a webpage of playing cards.",
6101-
"You'll practice aligning elements using flexbox properties like <code>flex-direction</code>, <code>justify-content</code>, <code>align-self</code>, and more."
6102-
]
6103-
},
61046096
"review-css-flexbox": {
61056097
"title": "CSS Flexbox Review",
61066098
"intro": [
@@ -6112,6 +6104,13 @@
61126104
"title": "CSS Flexbox Quiz",
61136105
"intro": ["Test what you've learned on CSS flexbox with this quiz."]
61146106
},
6107+
"lab-page-of-playing-cards": {
6108+
"title": "Build a Page of Playing Cards",
6109+
"intro": [
6110+
"In this lab, you'll use flexbox to create a webpage of playing cards.",
6111+
"You'll practice aligning elements using flexbox properties like <code>flex-direction</code>, <code>justify-content</code>, <code>align-self</code>, and more."
6112+
]
6113+
},
61156114
"lecture-working-with-css-fonts": {
61166115
"title": "Working with CSS Fonts",
61176116
"intro": [
@@ -6218,13 +6217,6 @@
62186217
"In this workshop, you'll build a balance sheet using pseudo selectors. You'll learn how to change the style of an element when you hover over it with your mouse, and trigger other events on your webpage."
62196218
]
62206219
},
6221-
"lab-book-inventory-app": {
6222-
"title": "Build a Book Inventory App",
6223-
"intro": [
6224-
"In this lab, you'll create a book inventory app.",
6225-
"You'll practice CSS attribute selectors like <code>[attribute]</code>, <code>[attribute=value]</code>, <code>[attribute~=value]</code>, and more."
6226-
]
6227-
},
62286220
"review-css-attribute-selectors": {
62296221
"title": "CSS Attribute Selectors Review",
62306222
"intro": [
@@ -6238,6 +6230,13 @@
62386230
"Test your knowledge of CSS attribute selectors with this quiz."
62396231
]
62406232
},
6233+
"lab-book-inventory-app": {
6234+
"title": "Build a Book Inventory App",
6235+
"intro": [
6236+
"In this lab, you'll create a book inventory app.",
6237+
"You'll practice CSS attribute selectors like <code>[attribute]</code>, <code>[attribute=value]</code>, <code>[attribute~=value]</code>, and more."
6238+
]
6239+
},
62416240
"lecture-best-practices-for-responsive-web-design": {
62426241
"title": "Best Practices for Responsive Web Design",
62436242
"intro": [
@@ -6251,13 +6250,6 @@
62516250
"In this workshop, you'll use CSS and responsive design to code a piano. You'll also practice media queries and pseudo selectors."
62526251
]
62536252
},
6254-
"lab-technical-documentation-page": {
6255-
"title": "Build a Technical Documentation Page",
6256-
"intro": [
6257-
"In this lab, you'll build a technical documentation page to serve as instruction or reference for a topic.",
6258-
"You'll also practice media queries to create a responsive design."
6259-
]
6260-
},
62616253
"review-responsive-web-design": {
62626254
"title": "Responsive Web Design Review",
62636255
"intro": [
@@ -6271,6 +6263,13 @@
62716263
"Test what you've learned about making your webpages responsive with this quiz."
62726264
]
62736265
},
6266+
"lab-technical-documentation-page": {
6267+
"title": "Build a Technical Documentation Page",
6268+
"intro": [
6269+
"In this lab, you'll build a technical documentation page to serve as instruction or reference for a topic.",
6270+
"You'll also practice media queries to create a responsive design."
6271+
]
6272+
},
62746273
"lecture-working-with-css-variables": {
62756274
"title": "Working with CSS Variables",
62766275
"intro": [
@@ -6327,12 +6326,6 @@
63276326
"In this lecture, you'll learn how to debug CSS using your browser's developer tools and CSS validators."
63286327
]
63296328
},
6330-
"lab-product-landing-page": {
6331-
"title": "Build a Product Landing Page",
6332-
"intro": [
6333-
"In this project, you'll build a product landing page to market a product of your choice."
6334-
]
6335-
},
63366329
"review-css-grid": {
63376330
"title": "CSS Grid Review",
63386331
"intro": [
@@ -6344,6 +6337,12 @@
63446337
"title": "CSS Grid Quiz",
63456338
"intro": ["Test your knowledge of CSS Grid with this quiz."]
63466339
},
6340+
"lab-product-landing-page": {
6341+
"title": "Build a Product Landing Page",
6342+
"intro": [
6343+
"In this project, you'll build a product landing page to market a product of your choice."
6344+
]
6345+
},
63476346
"lecture-animations-and-accessibility": {
63486347
"title": "Animations and Accessibility",
63496348
"intro": [

0 commit comments

Comments
 (0)