From 65293f0716d7ca0c6e1d4060749736f53962ce90 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Tue, 21 Dec 2021 20:29:31 -0800 Subject: [PATCH] feat: add intro text (#44547) Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> --- client/i18n/locales/english/intro.json | 52 +++++++++++++++++--------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index fb1cb69f02..7820da656f 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -77,28 +77,34 @@ "blocks": { "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": { "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": { "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": { "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": { "title": "Build a Technical Documentation Page Project", - "intro": ["placeholder", "holder of place"] - }, - "learn-css-colors-by-building-a-set-of-colored-markers": { - "title": "Learn CSS Colors by Building a Set of Colored Markers", - "intro": ["placeholder", "holder of place"] - }, + "intro": [ + "This is one of the required projects to earn your certification.", + "For this project, you will build a technical documentation page to serve as instruction or reference for a topic." + ] }, "learn-html-by-building-a-cat-photo-app": { "title": "Learn HTML by Building a Cat Photo App", "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." ] }, - "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": [ "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." ] }, - "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": { @@ -656,4 +674,4 @@ "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." } -} \ No newline at end of file +}