feat: add intro text (#44547)

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-12-21 20:29:31 -08:00
committed by GitHub
parent be36e1e7d0
commit 65293f0716

View File

@ -77,28 +77,34 @@
"blocks": { "blocks": {
"build-a-tribute-page-project": { "build-a-tribute-page-project": {
"title": "Build a Tribute Page Project", "title": "Build a Tribute Page Project",
"intro": ["placeholder", "holder of place"] "intro": [
}, "This is one of the required projects to earn your certification.",
"For this project, you will build a tribute page for a subject of your choosing, fictional or real."
] },
"build-a-personal-portfolio-webpage-project": { "build-a-personal-portfolio-webpage-project": {
"title": "Build a Personal Portfolio Webpage Project", "title": "Build a Personal Portfolio Webpage Project",
"intro": ["placeholder", "holder of place"] "intro": [
}, "This is one of the required projects to earn your certification.",
"For this project, you will build your own personal portfolio page."
] },
"build-a-product-landing-page-project": { "build-a-product-landing-page-project": {
"title": "Build a Product Landing Page Project", "title": "Build a Product Landing Page Project",
"intro": ["placeholder", "holder of place"] "intro": [
}, "This is one of the required projects to earn your certification.",
"For this project, you will build a product landing page to market a product of your choice."
] },
"build-a-survey-form-project": { "build-a-survey-form-project": {
"title": "Build a Survey Form Project", "title": "Build a Survey Form Project",
"intro": ["placeholder", "holder of place"] "intro": [
}, "This is one of the required projects to earn your certification.",
"For this project, you will build a survey form to collect data from your users."
] },
"build-a-technical-documentation-page-project": { "build-a-technical-documentation-page-project": {
"title": "Build a Technical Documentation Page Project", "title": "Build a Technical Documentation Page Project",
"intro": ["placeholder", "holder of place"] "intro": [
}, "This is one of the required projects to earn your certification.",
"learn-css-colors-by-building-a-set-of-colored-markers": { "For this project, you will build a technical documentation page to serve as instruction or reference for a topic."
"title": "Learn CSS Colors by Building a Set of Colored Markers", ] },
"intro": ["placeholder", "holder of place"]
},
"learn-html-by-building-a-cat-photo-app": { "learn-html-by-building-a-cat-photo-app": {
"title": "Learn HTML by Building a Cat Photo App", "title": "Learn HTML by Building a Cat Photo App",
"intro": [ "intro": [
@ -175,12 +181,24 @@
"In this course, you'll use typography to build a nutrition label webpage. You'll learn how to style text, adjust line height, and position your text using CSS." "In this course, you'll use typography to build a nutrition label webpage. You'll learn how to style text, adjust line height, and position your text using CSS."
] ]
}, },
"learn-css-transforms-by-building-a-penguin": { "title": "Learn CSS Transforms by Building a Penguin", "intro": ["", ""] }, "learn-css-transforms-by-building-a-penguin": { "title": "Learn CSS Transforms by Building a Penguin", "intro": [
"You can transform HTML elements to create appealing designs that draw your reader's eye. You can use transforms to rotate elements, scale them, and more.",
"In this course, you'll build a penguin. You'll use CSS transforms to position and resize the parts of your penguin, create a background, and animate your work."
] },
"learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": [ "learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": [
"You can use CSS animation to draw attention to specific sections of your webpage and make it more engaging.", "You can use CSS animation to draw attention to specific sections of your webpage and make it more engaging.",
"In this course, you'll build a Ferris wheel. You'll learn how to use CSS to animate elements, transform them, and adjust their speed." "In this course, you'll build a Ferris wheel. You'll learn how to use CSS to animate elements, transform them, and adjust their speed."
] }, ] },
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", "intro": ["", ""] } "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", "intro": [
"You can use CSS pseudo selectors to change specific HTML elements.",
"In this course, 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."
] },
"learn-css-colors-by-building-a-set-of-colored-markers": {
"title": "Learn CSS Colors by Building a Set of Colored Markers",
"intro": [
"Selecting the correct colors for your webpage can greatly improve the aesthetic appeal to your readers.",
"In this course, you'll build a set of colored markers. You'll learn different ways to set color values and how to pair colors with each other."
] }
} }
}, },
"javascript-algorithms-and-data-structures": { "javascript-algorithms-and-data-structures": {
@ -656,4 +674,4 @@
"legacy-header": "Legacy Courses", "legacy-header": "Legacy Courses",
"legacy-desc": "These courses are no longer part of the certification path, but are still available for you to further your learning." "legacy-desc": "These courses are no longer part of the certification path, but are still available for you to further your learning."
} }
} }