chore(i18n,client): processed translations (#44538)
This commit is contained in:
@ -63,82 +63,127 @@
|
|||||||
"是時候使用你新學到的技能了。通過構建這些項目,你將有機會應用之前學到的所有技巧、原則和概念:HTML、CSS、視覺設計、無障礙等等。",
|
"是時候使用你新學到的技能了。通過構建這些項目,你將有機會應用之前學到的所有技巧、原則和概念:HTML、CSS、視覺設計、無障礙等等。",
|
||||||
"完成下面的五個網頁編程項目,獲得響應式網頁設計認證。"
|
"完成下面的五個網頁編程項目,獲得響應式網頁設計認證。"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"responsive-web-design-22": {
|
||||||
|
"title": "Responsive Web Design",
|
||||||
|
"intro": [
|
||||||
|
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
|
||||||
|
"First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.",
|
||||||
|
"Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid."
|
||||||
|
],
|
||||||
|
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
|
||||||
|
"blocks": {
|
||||||
|
"build-a-tribute-page-project": {
|
||||||
|
"title": "Build a Tribute Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-personal-portfolio-webpage-project": {
|
||||||
|
"title": "Build a Personal Portfolio Webpage Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-product-landing-page-project": {
|
||||||
|
"title": "Build a Product Landing Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-survey-form-project": {
|
||||||
|
"title": "Build a Survey Form Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-technical-documentation-page-project": {
|
||||||
|
"title": "Build a Technical Documentation Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"learn-html-by-building-a-cat-photo-app": {
|
"learn-html-by-building-a-cat-photo-app": {
|
||||||
"title": "通過創建一個展示貓咪圖片的應用學習 HTML",
|
"title": "Learn HTML by Building a Cat Photo App",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.",
|
||||||
""
|
"In this course, you'll learn the most common HTML tags by building your own cat photo app."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-basic-css-by-building-a-cafe-menu": {
|
"learn-basic-css-by-building-a-cafe-menu": {
|
||||||
"title": "通過創建一個咖啡菜單學習基礎 CSS",
|
"title": "Learn Basic CSS by Building a Cafe Menu",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.",
|
||||||
""
|
"In this course, you'll learn CSS by designing a menu page for a cafe webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
||||||
"title": "通過構建羅斯科繪畫學習 CSS 盒模型",
|
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"馬克·羅斯科以他的抽象的繪畫風格著稱。他的繪畫通常描繪不同尺寸的長方形區域顏色。",
|
"Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.",
|
||||||
"在這個課程中,你將使用 CSS 以羅斯科的風格創作自己的畫。你將使用你已經實踐過的許多技能,以及新的 CSS 工具,如模糊和變換。"
|
"In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-variables-by-building-a-city-skyline": {
|
"learn-css-variables-by-building-a-city-skyline": {
|
||||||
"title": "通過構建城市天際線來學習 CSS 變量",
|
"title": "Learn CSS Variables by Building a City Skyline",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS variables help you organize your styles and reuse them.",
|
||||||
""
|
"In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": {
|
"learn-html-forms-by-building-a-registration-form": {
|
||||||
"title": "通過創建註冊表單來學習 HTML 表單",
|
"title": "Learn HTML Forms by Building a Registration Form",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"You can use HTML forms to collect information from people who visit your webpage.",
|
||||||
""
|
"In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-accessibility-by-building-a-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "通過構建測驗來學習無障礙",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||||
""
|
"In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
"title": "通過構建畢加索繪畫來學習中級 CSS",
|
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"巴勃羅·畢加索以立體主義繪畫著稱。這種風格從多視角分解並重新組裝以呈現物體。畢加索的繪畫往往非常抽象,發人深思。",
|
"In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned."
|
||||||
"在這個課程中,你將使用 CSS 來創建你自己的畢加索風格的畫。你將學習 FontAwesome SVG 圖標、CSS 定位,並增強你已經學習過的技能。"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": {
|
"learn-responsive-web-design-by-building-a-piano": {
|
||||||
"title": "通過構建鋼琴來學習響應式網頁設計",
|
"title": "Learn Responsive Web Design by Building a Piano",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Responsive Design tells your webpage how it should look on different-sized screens.",
|
||||||
""
|
"In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "通過構建照片集來學習 CSS 彈性盒子",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Flexbox helps you design your webpage so that it looks good on any screen size.",
|
||||||
""
|
"In this course, you'll use Flexbox to build a responsive photo gallery webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-grid-by-building-a-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "通過創建雜誌學習 CSS 網格",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||||
""
|
"In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-typography-by-building-a-nutrition-label": {
|
"learn-typography-by-building-a-nutrition-label": {
|
||||||
"title": "通過構建營養標籤學習排版",
|
"title": "Learn Typography by Building a Nutrition Label",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Typography is the art of styling your text to be easily readable and suit its purpose.",
|
||||||
""
|
"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": {
|
"learn-css-transforms-by-building-a-penguin": {
|
||||||
@ -149,10 +194,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-animation-by-building-a-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "通過構建摩天輪來學習 CSS 動畫",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"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": {
|
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
|
||||||
@ -632,7 +677,9 @@
|
|||||||
"browse-other": "瀏覽我們的其他免費認證\n(我們建議你按順序學習)",
|
"browse-other": "瀏覽我們的其他免費認證\n(我們建議你按順序學習)",
|
||||||
"courses": "課程",
|
"courses": "課程",
|
||||||
"steps": "步驟",
|
"steps": "步驟",
|
||||||
"expand": "展開",
|
"expand": "Expand courses",
|
||||||
"collapse": "摺疊"
|
"collapse": "Collapse 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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,82 +63,127 @@
|
|||||||
"是时候使用你新学到的技能了。通过构建这些项目,你将有机会应用之前学到的所有技巧、原则和概念:HTML、CSS、视觉设计、无障碍等等。",
|
"是时候使用你新学到的技能了。通过构建这些项目,你将有机会应用之前学到的所有技巧、原则和概念:HTML、CSS、视觉设计、无障碍等等。",
|
||||||
"完成下面的五个网页编程项目,获得响应式网页设计认证。"
|
"完成下面的五个网页编程项目,获得响应式网页设计认证。"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"responsive-web-design-22": {
|
||||||
|
"title": "Responsive Web Design",
|
||||||
|
"intro": [
|
||||||
|
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
|
||||||
|
"First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.",
|
||||||
|
"Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid."
|
||||||
|
],
|
||||||
|
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
|
||||||
|
"blocks": {
|
||||||
|
"build-a-tribute-page-project": {
|
||||||
|
"title": "Build a Tribute Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-personal-portfolio-webpage-project": {
|
||||||
|
"title": "Build a Personal Portfolio Webpage Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-product-landing-page-project": {
|
||||||
|
"title": "Build a Product Landing Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-survey-form-project": {
|
||||||
|
"title": "Build a Survey Form Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-technical-documentation-page-project": {
|
||||||
|
"title": "Build a Technical Documentation Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"learn-html-by-building-a-cat-photo-app": {
|
"learn-html-by-building-a-cat-photo-app": {
|
||||||
"title": "通过创建一个展示猫咪图片的应用学习 HTML",
|
"title": "Learn HTML by Building a Cat Photo App",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.",
|
||||||
""
|
"In this course, you'll learn the most common HTML tags by building your own cat photo app."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-basic-css-by-building-a-cafe-menu": {
|
"learn-basic-css-by-building-a-cafe-menu": {
|
||||||
"title": "通过创建一个咖啡菜单学习基础 CSS",
|
"title": "Learn Basic CSS by Building a Cafe Menu",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.",
|
||||||
""
|
"In this course, you'll learn CSS by designing a menu page for a cafe webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
||||||
"title": "通过构建罗斯科绘画学习 CSS 盒模型",
|
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"马克·罗斯科以他的抽象的绘画风格著称。他的绘画通常描绘不同尺寸的长方形区域颜色。",
|
"Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.",
|
||||||
"在这个课程中,你将使用 CSS 以罗斯科的风格创作自己的画。你将使用你已经实践过的许多技能,以及新的 CSS 工具,如模糊和变换。"
|
"In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-variables-by-building-a-city-skyline": {
|
"learn-css-variables-by-building-a-city-skyline": {
|
||||||
"title": "通过构建城市天际线来学习 CSS 变量",
|
"title": "Learn CSS Variables by Building a City Skyline",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS variables help you organize your styles and reuse them.",
|
||||||
""
|
"In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": {
|
"learn-html-forms-by-building-a-registration-form": {
|
||||||
"title": "通过创建注册表单来学习 HTML 表单",
|
"title": "Learn HTML Forms by Building a Registration Form",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"You can use HTML forms to collect information from people who visit your webpage.",
|
||||||
""
|
"In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-accessibility-by-building-a-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "通过构建测验来学习无障碍",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||||
""
|
"In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
"title": "通过构建毕加索绘画来学习中级 CSS",
|
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"巴勃罗·毕加索以立体主义绘画著称。这种风格从多视角分解并重新组装以呈现物体。毕加索的绘画往往非常抽象,发人深思。",
|
"In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned."
|
||||||
"在这个课程中,你将使用 CSS 来创建你自己的毕加索风格的画。你将学习 FontAwesome SVG 图标、CSS 定位,并增强你已经学习过的技能。"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": {
|
"learn-responsive-web-design-by-building-a-piano": {
|
||||||
"title": "通过构建钢琴来学习响应式网页设计",
|
"title": "Learn Responsive Web Design by Building a Piano",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Responsive Design tells your webpage how it should look on different-sized screens.",
|
||||||
""
|
"In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "通过构建照片集来学习 CSS 弹性盒子",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Flexbox helps you design your webpage so that it looks good on any screen size.",
|
||||||
""
|
"In this course, you'll use Flexbox to build a responsive photo gallery webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-grid-by-building-a-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "通过创建杂志学习 CSS 网格",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||||
""
|
"In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-typography-by-building-a-nutrition-label": {
|
"learn-typography-by-building-a-nutrition-label": {
|
||||||
"title": "通过构建营养标签学习排版",
|
"title": "Learn Typography by Building a Nutrition Label",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Typography is the art of styling your text to be easily readable and suit its purpose.",
|
||||||
""
|
"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": {
|
"learn-css-transforms-by-building-a-penguin": {
|
||||||
@ -149,10 +194,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-animation-by-building-a-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "通过构建摩天轮来学习 CSS 动画",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"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": {
|
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
|
||||||
@ -632,7 +677,9 @@
|
|||||||
"browse-other": "浏览我们的其他免费认证\n(我们建议你按顺序学习)",
|
"browse-other": "浏览我们的其他免费认证\n(我们建议你按顺序学习)",
|
||||||
"courses": "课程",
|
"courses": "课程",
|
||||||
"steps": "步骤",
|
"steps": "步骤",
|
||||||
"expand": "展开",
|
"expand": "Expand courses",
|
||||||
"collapse": "折叠"
|
"collapse": "Collapse 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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,100 +63,145 @@
|
|||||||
"Es hora de poner tus habilidades recién aprendidas a funcionar. Al trabajar en estos proyectos, tendrás la oportunidad de aplicar todas las habilidades, principios y conceptos que has aprendido hasta ahora: HTML, CSS, diseño visual, accesibilidad y más.",
|
"Es hora de poner tus habilidades recién aprendidas a funcionar. Al trabajar en estos proyectos, tendrás la oportunidad de aplicar todas las habilidades, principios y conceptos que has aprendido hasta ahora: HTML, CSS, diseño visual, accesibilidad y más.",
|
||||||
"Completa los cinco proyectos de programación web de abajo para obtener tu certificación de diseño web responsivo."
|
"Completa los cinco proyectos de programación web de abajo para obtener tu certificación de diseño web responsivo."
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"responsive-web-design-22": {
|
||||||
|
"title": "Responsive Web Design",
|
||||||
|
"intro": [
|
||||||
|
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
|
||||||
|
"First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.",
|
||||||
|
"Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid."
|
||||||
|
],
|
||||||
|
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
|
||||||
|
"blocks": {
|
||||||
|
"build-a-tribute-page-project": {
|
||||||
|
"title": "Build a Tribute Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-personal-portfolio-webpage-project": {
|
||||||
|
"title": "Build a Personal Portfolio Webpage Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-product-landing-page-project": {
|
||||||
|
"title": "Build a Product Landing Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-survey-form-project": {
|
||||||
|
"title": "Build a Survey Form Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-technical-documentation-page-project": {
|
||||||
|
"title": "Build a Technical Documentation Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"learn-html-by-building-a-cat-photo-app": {
|
"learn-html-by-building-a-cat-photo-app": {
|
||||||
"title": "Aprende HTML construyendo una aplicación de fotos de gato",
|
"title": "Learn HTML by Building a Cat Photo App",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.",
|
||||||
""
|
"In this course, you'll learn the most common HTML tags by building your own cat photo app."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-basic-css-by-building-a-cafe-menu": {
|
"learn-basic-css-by-building-a-cafe-menu": {
|
||||||
"title": "Aprende CSS básico construyendo un menú de cafetería",
|
"title": "Learn Basic CSS by Building a Cafe Menu",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.",
|
||||||
""
|
"In this course, you'll learn CSS by designing a menu page for a cafe webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
||||||
"title": "Aprende el modelo de caja CSS construyendo una pintura de Rothko",
|
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Mark Rothko fue conocido por el arte abstracto de su pintura. Los cuadros de Rothko suelen representar regiones rectangulares de color en tamaños variables.",
|
"Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.",
|
||||||
"En esta lección, usarás CSS para crear tu propia pintura al estilo de Rothko. Utilizarás muchas de las habilidades que ya has estado practicando, así como nuevas herramientas CSS como el desenfoque y la transformación."
|
"In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-variables-by-building-a-city-skyline": {
|
"learn-css-variables-by-building-a-city-skyline": {
|
||||||
"title": "Aprende variables CSS construyendo un cielo de la ciudad",
|
"title": "Learn CSS Variables by Building a City Skyline",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS variables help you organize your styles and reuse them.",
|
||||||
""
|
"In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": {
|
"learn-html-forms-by-building-a-registration-form": {
|
||||||
"title": "Aprende formularios HTML construyendo un formulario de registro",
|
"title": "Learn HTML Forms by Building a Registration Form",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"You can use HTML forms to collect information from people who visit your webpage.",
|
||||||
""
|
"In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-accessibility-by-building-a-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Aprende accesibilidad construyendo un cuestionario",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||||
""
|
"In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
"title": "Aprende CSS intermedio construyendo una Pintura Picasso",
|
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Pablo Picasso era conocido por su estilo de pintura cubista, un estilo reconocido por representaciones de objetos descompuestos y reensamblados desde múltiples perspectivas. Las pinturas de Picasso a menudo son muy abstractas y provocadoras de pensamiento.",
|
"In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned."
|
||||||
"En este curso, usarás CSS para crear tu propia pintura en el estilo de Picasso. Aprenderás sobre los iconos SVG de FontAwesome, posicionamiento CSS, y reforzarás las habilidades que ya has estado aprendiendo."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": {
|
"learn-responsive-web-design-by-building-a-piano": {
|
||||||
"title": "Aprende a diseñar web responsivo construyendo un Piano",
|
"title": "Learn Responsive Web Design by Building a Piano",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Responsive Design tells your webpage how it should look on different-sized screens.",
|
||||||
""
|
"In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Aprende CSS Flexbox construyendo una galería de fotos",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Flexbox helps you design your webpage so that it looks good on any screen size.",
|
||||||
""
|
"In this course, you'll use Flexbox to build a responsive photo gallery webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-grid-by-building-a-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Aprende CSS Grid construyendo una revista",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||||
""
|
"In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-typography-by-building-a-nutrition-label": {
|
"learn-typography-by-building-a-nutrition-label": {
|
||||||
"title": "Aprende tipografía construyendo una etiqueta de nutrición",
|
"title": "Learn Typography by Building a Nutrition Label",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Typography is the art of styling your text to be easily readable and suit its purpose.",
|
||||||
""
|
"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": {
|
"learn-css-transforms-by-building-a-penguin": {
|
||||||
"title": "Aprende transformaciones CSS construyendo un pingüino",
|
"title": "Learn CSS Transforms by Building a Penguin",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-animation-by-building-a-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "Aprende la animación CSS construyendo una rueda de la fortuna",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"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": {
|
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
|
||||||
"title": "Aprende más acerca de los Pseudo Selectores de CSS construyendo una hoja estados financieros",
|
"title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@ -632,7 +677,9 @@
|
|||||||
"browse-other": "Navega por nuestras otras certificaciones gratuitas\n(recomendamos hacerlo en orden)",
|
"browse-other": "Navega por nuestras otras certificaciones gratuitas\n(recomendamos hacerlo en orden)",
|
||||||
"courses": "Cursos",
|
"courses": "Cursos",
|
||||||
"steps": "Steps",
|
"steps": "Steps",
|
||||||
"expand": "Expandir",
|
"expand": "Expand courses",
|
||||||
"collapse": "Contraer"
|
"collapse": "Collapse 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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,82 +63,127 @@
|
|||||||
"È ora di mettere in pratica le tue nuove capacità. Lavorando su questi progetti, avrai modo di applicare tutte le competenze, i principi e i concetti che hai imparato finora: HTML, CSS, Visual Design, accessibilità, e altro.",
|
"È ora di mettere in pratica le tue nuove capacità. Lavorando su questi progetti, avrai modo di applicare tutte le competenze, i principi e i concetti che hai imparato finora: HTML, CSS, Visual Design, accessibilità, e altro.",
|
||||||
"Completa i cinque progetti di sviluppo web che seguono per guadagnare la tua certificazione Web Design Responsivo."
|
"Completa i cinque progetti di sviluppo web che seguono per guadagnare la tua certificazione Web Design Responsivo."
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"responsive-web-design-22": {
|
||||||
|
"title": "Responsive Web Design",
|
||||||
|
"intro": [
|
||||||
|
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
|
||||||
|
"First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.",
|
||||||
|
"Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid."
|
||||||
|
],
|
||||||
|
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
|
||||||
|
"blocks": {
|
||||||
|
"build-a-tribute-page-project": {
|
||||||
|
"title": "Build a Tribute Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-personal-portfolio-webpage-project": {
|
||||||
|
"title": "Build a Personal Portfolio Webpage Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-product-landing-page-project": {
|
||||||
|
"title": "Build a Product Landing Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-survey-form-project": {
|
||||||
|
"title": "Build a Survey Form Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-technical-documentation-page-project": {
|
||||||
|
"title": "Build a Technical Documentation Page Project",
|
||||||
|
"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": [
|
||||||
"",
|
"HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.",
|
||||||
""
|
"In this course, you'll learn the most common HTML tags by building your own cat photo app."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-basic-css-by-building-a-cafe-menu": {
|
"learn-basic-css-by-building-a-cafe-menu": {
|
||||||
"title": "Learn Basic CSS by Building a Cafe Menu",
|
"title": "Learn Basic CSS by Building a Cafe Menu",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.",
|
||||||
""
|
"In this course, you'll learn CSS by designing a menu page for a cafe webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
||||||
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Mark Rothko was known for his abstract style of painting. Rothko paintings commonly depicted rectangular regions of color in varying sizes.",
|
"Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.",
|
||||||
"In this lesson, you will be using CSS to create your own painting in Rothko's style. You will use many of the skills you have already been practicing, as well as new CSS tool such as blur and transform."
|
"In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-variables-by-building-a-city-skyline": {
|
"learn-css-variables-by-building-a-city-skyline": {
|
||||||
"title": "Learn CSS Variables by Building a City Skyline",
|
"title": "Learn CSS Variables by Building a City Skyline",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS variables help you organize your styles and reuse them.",
|
||||||
""
|
"In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": {
|
"learn-html-forms-by-building-a-registration-form": {
|
||||||
"title": "Learn HTML Forms by Building a Registration Form",
|
"title": "Learn HTML Forms by Building a Registration Form",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"You can use HTML forms to collect information from people who visit your webpage.",
|
||||||
""
|
"In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-accessibility-by-building-a-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Learn Accessibility by Building a Quiz",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||||
""
|
"In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Pablo Picasso was known for his Cubism style of painting, a style recognized by representations of objects broken down and reassembled from multiple perspectives. Picasso's paintings are often highly abstract and thought provoking.",
|
"In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned."
|
||||||
"In this course, you will use CSS to create your own painting in the style of Picasso. You will learn about FontAwesome SVG icons, CSS positioning, and reinforce the skills you have already been learning."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": {
|
"learn-responsive-web-design-by-building-a-piano": {
|
||||||
"title": "Learn Responsive Web Design by Building a Piano",
|
"title": "Learn Responsive Web Design by Building a Piano",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Responsive Design tells your webpage how it should look on different-sized screens.",
|
||||||
""
|
"In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Flexbox helps you design your webpage so that it looks good on any screen size.",
|
||||||
""
|
"In this course, you'll use Flexbox to build a responsive photo gallery webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-grid-by-building-a-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Learn CSS Grid by Building a Magazine",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||||
""
|
"In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Typography is the art of styling your text to be easily readable and suit its purpose.",
|
||||||
""
|
"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": {
|
"learn-css-transforms-by-building-a-penguin": {
|
||||||
@ -151,8 +196,8 @@
|
|||||||
"learn-css-animation-by-building-a-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"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": {
|
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
|
||||||
@ -632,7 +677,9 @@
|
|||||||
"browse-other": "Sfoglia le altre nostre certificazioni gratuite\n(consigliamo di seguirle in ordine)",
|
"browse-other": "Sfoglia le altre nostre certificazioni gratuite\n(consigliamo di seguirle in ordine)",
|
||||||
"courses": "Corsi",
|
"courses": "Corsi",
|
||||||
"steps": "Passaggi",
|
"steps": "Passaggi",
|
||||||
"expand": "Espandi",
|
"expand": "Expand courses",
|
||||||
"collapse": "Comprimi"
|
"collapse": "Collapse 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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,100 +63,145 @@
|
|||||||
"Hora de colocar suas novas habilidades aprendidas para funcionar. Ao trabalhar nestes projetos, você terá a oportunidade de aplicar todas as competências, princípios e conceitos que você aprendeu até agora: HTML, CSS, Visual Design, Acessibilidade e muito mais.",
|
"Hora de colocar suas novas habilidades aprendidas para funcionar. Ao trabalhar nestes projetos, você terá a oportunidade de aplicar todas as competências, princípios e conceitos que você aprendeu até agora: HTML, CSS, Visual Design, Acessibilidade e muito mais.",
|
||||||
"Conclua os cinco projetos de programação web abaixo para ganhar a sua Certificação de Design responsivo para a web."
|
"Conclua os cinco projetos de programação web abaixo para ganhar a sua Certificação de Design responsivo para a web."
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"responsive-web-design-22": {
|
||||||
|
"title": "Responsive Web Design",
|
||||||
|
"intro": [
|
||||||
|
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
|
||||||
|
"First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.",
|
||||||
|
"Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid."
|
||||||
|
],
|
||||||
|
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
|
||||||
|
"blocks": {
|
||||||
|
"build-a-tribute-page-project": {
|
||||||
|
"title": "Build a Tribute Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-personal-portfolio-webpage-project": {
|
||||||
|
"title": "Build a Personal Portfolio Webpage Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-product-landing-page-project": {
|
||||||
|
"title": "Build a Product Landing Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-survey-form-project": {
|
||||||
|
"title": "Build a Survey Form Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-technical-documentation-page-project": {
|
||||||
|
"title": "Build a Technical Documentation Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"learn-html-by-building-a-cat-photo-app": {
|
"learn-html-by-building-a-cat-photo-app": {
|
||||||
"title": "Aprenda HTML criando um aplicativo de fotos de gatos",
|
"title": "Learn HTML by Building a Cat Photo App",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.",
|
||||||
""
|
"In this course, you'll learn the most common HTML tags by building your own cat photo app."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-basic-css-by-building-a-cafe-menu": {
|
"learn-basic-css-by-building-a-cafe-menu": {
|
||||||
"title": "Aprenda CSS básico criando um menu de restaurante",
|
"title": "Learn Basic CSS by Building a Cafe Menu",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.",
|
||||||
""
|
"In this course, you'll learn CSS by designing a menu page for a cafe webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
||||||
"title": "Aprenda o box model do CSS criando uma pintura de Rothko",
|
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Mark Rothko era conhecido por seu estilo abstrato de pintura. As pinturas de Rothko geralmente retratavam regiões retangulares coloridas em tamanhos variados.",
|
"Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.",
|
||||||
"Nesta lição, você usará o CSS para criar sua própria pintura no estilo de Rothko. Você usará muitas das habilidades que você já está praticando, bem como novas ferramentas do CSS como o desfoque (blur) e a transformação (transform)."
|
"In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-variables-by-building-a-city-skyline": {
|
"learn-css-variables-by-building-a-city-skyline": {
|
||||||
"title": "Aprenda variáveis em CSS criando o horizonte em uma cidade",
|
"title": "Learn CSS Variables by Building a City Skyline",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS variables help you organize your styles and reuse them.",
|
||||||
""
|
"In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": {
|
"learn-html-forms-by-building-a-registration-form": {
|
||||||
"title": "Aprenda formulários em HTML criando um formulário de registro",
|
"title": "Learn HTML Forms by Building a Registration Form",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"You can use HTML forms to collect information from people who visit your webpage.",
|
||||||
""
|
"In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-accessibility-by-building-a-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Aprenda acessibilidade criando um questionário",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||||
""
|
"In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
"title": "Aprenda CSS intermediário criando uma pintura de Picasso",
|
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Pablo Picasso era conhecido pelo seu estilo de pintura, o Cubismo, um estilo reconhecido por representações de objetos divididos e remontados a partir de múltiplas perspectivas. As pinturas de Picasso costumam ser altamente abstratas e instigantes.",
|
"In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned."
|
||||||
"Neste curso, você usará o CSS para criar sua própria pintura no estilo de Picasso. Você aprenderá sobre os ícones SVG do FontAwesome, posicionamento em CSS e reforçará as habilidades que você já aprendeu."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": {
|
"learn-responsive-web-design-by-building-a-piano": {
|
||||||
"title": "Aprenda design responsivo para a web criando um piano",
|
"title": "Learn Responsive Web Design by Building a Piano",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Responsive Design tells your webpage how it should look on different-sized screens.",
|
||||||
""
|
"In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Aprenda CSS Flexbox criando uma galeria de fotos",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Flexbox helps you design your webpage so that it looks good on any screen size.",
|
||||||
""
|
"In this course, you'll use Flexbox to build a responsive photo gallery webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-grid-by-building-a-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Aprenda sobre CSS Grid criando uma revista",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||||
""
|
"In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-typography-by-building-a-nutrition-label": {
|
"learn-typography-by-building-a-nutrition-label": {
|
||||||
"title": "Aprenda tipografia criando um rótulo nutricional",
|
"title": "Learn Typography by Building a Nutrition Label",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Typography is the art of styling your text to be easily readable and suit its purpose.",
|
||||||
""
|
"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": {
|
"learn-css-transforms-by-building-a-penguin": {
|
||||||
"title": "Aprenda transformações em CSS criando um pinguim",
|
"title": "Learn CSS Transforms by Building a Penguin",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-animation-by-building-a-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "Aprenda animação em CSS construindo uma roda gigante",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"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": {
|
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
|
||||||
"title": "Saiba mais sobre os pseudosseletores em CSS criando uma folha de saldo",
|
"title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@ -632,7 +677,9 @@
|
|||||||
"browse-other": "Navegue por nossas outras certificações gratuitas\n(recomendamos fazer isto em sequência)",
|
"browse-other": "Navegue por nossas outras certificações gratuitas\n(recomendamos fazer isto em sequência)",
|
||||||
"courses": "Cursos",
|
"courses": "Cursos",
|
||||||
"steps": "Passos",
|
"steps": "Passos",
|
||||||
"expand": "Expandir",
|
"expand": "Expand courses",
|
||||||
"collapse": "Recolher"
|
"collapse": "Collapse 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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -63,82 +63,127 @@
|
|||||||
"Настав час скористатися отриманими навичками на практиці. Під час роботи над проєктами, ви зможете застосувати всі навички, правила і поняття, які ви нещодавно вивчили, такі як: HTML, CSS, Візуальний дизайн, Застосування для людей з обеженими можливостями та інше.",
|
"Настав час скористатися отриманими навичками на практиці. Під час роботи над проєктами, ви зможете застосувати всі навички, правила і поняття, які ви нещодавно вивчили, такі як: HTML, CSS, Візуальний дизайн, Застосування для людей з обеженими можливостями та інше.",
|
||||||
"Завершіть 5 проєктів з вебпрограмування, що розташовані нижче, аби отримати свій сертифікат з адаптивного вебдизайну."
|
"Завершіть 5 проєктів з вебпрограмування, що розташовані нижче, аби отримати свій сертифікат з адаптивного вебдизайну."
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"responsive-web-design-22": {
|
||||||
|
"title": "Responsive Web Design",
|
||||||
|
"intro": [
|
||||||
|
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.",
|
||||||
|
"First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.",
|
||||||
|
"Finally, you'll learn how to make webpages that respond to different screen sizes by building a Twitter card with Flexbox, and a complex blog layout with CSS Grid."
|
||||||
|
],
|
||||||
|
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
|
||||||
|
"blocks": {
|
||||||
|
"build-a-tribute-page-project": {
|
||||||
|
"title": "Build a Tribute Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-personal-portfolio-webpage-project": {
|
||||||
|
"title": "Build a Personal Portfolio Webpage Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-product-landing-page-project": {
|
||||||
|
"title": "Build a Product Landing Page Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-survey-form-project": {
|
||||||
|
"title": "Build a Survey Form Project",
|
||||||
|
"intro": [
|
||||||
|
"placeholder",
|
||||||
|
"holder of place"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"build-a-technical-documentation-page-project": {
|
||||||
|
"title": "Build a Technical Documentation Page Project",
|
||||||
|
"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": [
|
||||||
"",
|
"HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.",
|
||||||
""
|
"In this course, you'll learn the most common HTML tags by building your own cat photo app."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-basic-css-by-building-a-cafe-menu": {
|
"learn-basic-css-by-building-a-cafe-menu": {
|
||||||
"title": "Learn Basic CSS by Building a Cafe Menu",
|
"title": "Learn Basic CSS by Building a Cafe Menu",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.",
|
||||||
""
|
"In this course, you'll learn CSS by designing a menu page for a cafe webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
"learn-the-css-box-model-by-building-a-rothko-painting": {
|
||||||
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
"title": "Learn the CSS Box Model by Building a Rothko Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Mark Rothko was known for his abstract style of painting. Rothko paintings commonly depicted rectangular regions of color in varying sizes.",
|
"Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.",
|
||||||
"In this lesson, you will be using CSS to create your own painting in Rothko's style. You will use many of the skills you have already been practicing, as well as new CSS tool such as blur and transform."
|
"In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-variables-by-building-a-city-skyline": {
|
"learn-css-variables-by-building-a-city-skyline": {
|
||||||
"title": "Learn CSS Variables by Building a City Skyline",
|
"title": "Learn CSS Variables by Building a City Skyline",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS variables help you organize your styles and reuse them.",
|
||||||
""
|
"In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": {
|
"learn-html-forms-by-building-a-registration-form": {
|
||||||
"title": "Learn HTML Forms by Building a Registration Form",
|
"title": "Learn HTML Forms by Building a Registration Form",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"You can use HTML forms to collect information from people who visit your webpage.",
|
||||||
""
|
"In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-accessibility-by-building-a-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Learn Accessibility by Building a Quiz",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||||
""
|
"In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
"title": "Learn Intermediate CSS by Building a Picasso Painting",
|
||||||
"intro": [
|
"intro": [
|
||||||
"Pablo Picasso was known for his Cubism style of painting, a style recognized by representations of objects broken down and reassembled from multiple perspectives. Picasso's paintings are often highly abstract and thought provoking.",
|
"In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned."
|
||||||
"In this course, you will use CSS to create your own painting in the style of Picasso. You will learn about FontAwesome SVG icons, CSS positioning, and reinforce the skills you have already been learning."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-responsive-web-design-by-building-a-piano": {
|
"learn-responsive-web-design-by-building-a-piano": {
|
||||||
"title": "Learn Responsive Web Design by Building a Piano",
|
"title": "Learn Responsive Web Design by Building a Piano",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Responsive Design tells your webpage how it should look on different-sized screens.",
|
||||||
""
|
"In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": {
|
"learn-css-flexbox-by-building-a-photo-gallery": {
|
||||||
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
"title": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Flexbox helps you design your webpage so that it looks good on any screen size.",
|
||||||
""
|
"In this course, you'll use Flexbox to build a responsive photo gallery webpage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"learn-css-grid-by-building-a-magazine": {
|
"learn-css-grid-by-building-a-magazine": {
|
||||||
"title": "Learn CSS Grid by Building a Magazine",
|
"title": "Learn CSS Grid by Building a Magazine",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||||
""
|
"In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"Typography is the art of styling your text to be easily readable and suit its purpose.",
|
||||||
""
|
"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": {
|
"learn-css-transforms-by-building-a-penguin": {
|
||||||
@ -151,8 +196,8 @@
|
|||||||
"learn-css-animation-by-building-a-ferris-wheel": {
|
"learn-css-animation-by-building-a-ferris-wheel": {
|
||||||
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
"title": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
"intro": [
|
"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": {
|
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
|
||||||
@ -632,7 +677,9 @@
|
|||||||
"browse-other": "Перегляньте інші безплатні сертифікати\n(ми рекомендуємо робити це послідовно)",
|
"browse-other": "Перегляньте інші безплатні сертифікати\n(ми рекомендуємо робити це послідовно)",
|
||||||
"courses": "Курси",
|
"courses": "Курси",
|
||||||
"steps": "Кроки",
|
"steps": "Кроки",
|
||||||
"expand": "Розгорнути",
|
"expand": "Expand courses",
|
||||||
"collapse": "Згорнути"
|
"collapse": "Collapse 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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user