mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 05:18:44 -05:00
chore(i18n,client): processed translations (#57036)
This commit is contained in:
committed by
GitHub
parent
e7da809636
commit
fc36bce550
@@ -1681,9 +1681,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1742,7 +1746,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1771,7 +1776,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1822,7 +1828,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1853,7 +1860,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1874,7 +1884,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2150,6 +2161,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2199,9 +2217,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2279,9 +2300,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2960,9 +2984,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3562,9 +3588,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -108,10 +108,10 @@
|
||||
},
|
||||
"landing": {
|
||||
"big-heading-1": "免費學習編程",
|
||||
"big-heading-1-b": "Learn to code.",
|
||||
"big-heading-1-b": "學習編程",
|
||||
"big-heading-2": "構建項目",
|
||||
"big-heading-3": "獲得認證",
|
||||
"big-heading-4": "All for free.",
|
||||
"big-heading-4": "完全免費",
|
||||
"h2-heading": "自 2014 年以來,已有超過 40,000 名 freeCodeCamp.org 學員入職科技公司,例如:",
|
||||
"h2-heading-b": "More than <strong>100,000</strong> freeCodeCamp.org graduates have gotten <strong>jobs</strong> at tech companies including:",
|
||||
"hero-img-description": "韓國的 freeCodeCamp 學員在當地一個學習小組的交流活動上",
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "面向開發者的 A2 英語認證",
|
||||
"B1 English for Developers": "面向開發者的 B1 英語",
|
||||
"b1-english-for-developers": "面向開發者的 B1 英語認證",
|
||||
"Front End Development": "前端開發",
|
||||
"front-end-development-v9": "前端開發認證",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "舊版前端",
|
||||
"legacy-front-end": "舊版前端認證",
|
||||
"Legacy Back End": "舊版後端",
|
||||
|
||||
@@ -1681,9 +1681,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1742,7 +1746,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1771,7 +1776,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1822,7 +1828,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1853,7 +1860,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1874,7 +1884,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2150,6 +2161,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2199,9 +2217,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2279,9 +2300,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2960,9 +2984,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3562,9 +3588,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -108,10 +108,10 @@
|
||||
},
|
||||
"landing": {
|
||||
"big-heading-1": "免费学习编程",
|
||||
"big-heading-1-b": "Learn to code.",
|
||||
"big-heading-1-b": "学习编程",
|
||||
"big-heading-2": "构建项目",
|
||||
"big-heading-3": "获得认证",
|
||||
"big-heading-4": "All for free.",
|
||||
"big-heading-4": "完全免费",
|
||||
"h2-heading": "自 2014 年以来,已有超过 40,000 名 freeCodeCamp.org 学员入职科技公司,例如:",
|
||||
"h2-heading-b": "More than <strong>100,000</strong> freeCodeCamp.org graduates have gotten <strong>jobs</strong> at tech companies including:",
|
||||
"hero-img-description": "韩国的 freeCodeCamp 学员在当地一个学习小组的交流活动上",
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "面向开发者的 A2 英语认证",
|
||||
"B1 English for Developers": "面向开发者的 B1 英语",
|
||||
"b1-english-for-developers": "面向开发者的 B1 英语认证",
|
||||
"Front End Development": "前端开发",
|
||||
"front-end-development-v9": "前端开发认证",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "旧版前端",
|
||||
"legacy-front-end": "旧版前端认证",
|
||||
"Legacy Back End": "旧版后端",
|
||||
|
||||
@@ -1697,9 +1697,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Desarrollo Front End",
|
||||
"intro": ["marcador de posición"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1713,14 +1717,14 @@
|
||||
]
|
||||
},
|
||||
"workshop-cat-photo-app": {
|
||||
"title": "Crea una aplicación de fotos de gato",
|
||||
"title": "Build a Cat Photo App",
|
||||
"intro": [
|
||||
"HTML significa Lenguaje de marcado de HyperText y representa el contenido y la estructura de una página web.",
|
||||
"En este taller, aprenderás a trabajar con elementos HTML básicos como encabezados, párrafos, imágenes, enlaces y listas."
|
||||
"HTML stands for HyperText Markup Language and it represents the content and structure of a web page.",
|
||||
"In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists."
|
||||
]
|
||||
},
|
||||
"lab-recipe-page": {
|
||||
"title": "Crea una página de recetas",
|
||||
"title": "Build a Recipe Page",
|
||||
"intro": [
|
||||
"For this lab, you will review HTML basics by creating a web page of your favorite recipe. This lab will give you an opportunity to review working with an HTML boilerplate, headings, lists and images."
|
||||
]
|
||||
@@ -1732,7 +1736,7 @@
|
||||
]
|
||||
},
|
||||
"lab-travel-agency-page": {
|
||||
"title": "Crea una página de agencia de viajes",
|
||||
"title": "Build a Travel Agency Page",
|
||||
"intro": [
|
||||
"For this lab, you will review working with HTML fundamentals by creating a web page for a travel agency. This lab will give you an opportunity to review working with images, the <code>figure</code> element, the <code>figcaption</code> element, the <code>anchor</code> element and more."
|
||||
]
|
||||
@@ -1744,7 +1748,7 @@
|
||||
]
|
||||
},
|
||||
"lab-video-compilation-page": {
|
||||
"title": "Crea una página de compilación de vídeo",
|
||||
"title": "Build a Video Compilation Page",
|
||||
"intro": [
|
||||
"For this lab, you will create a video compilation web page. This lab will give you the opportunity to practice working with the <code>iframe</code> element."
|
||||
]
|
||||
@@ -1758,7 +1762,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1772,7 +1777,7 @@
|
||||
"intro": []
|
||||
},
|
||||
"workshop-blog-page": {
|
||||
"title": "Crea una página blog de gatos",
|
||||
"title": "Build a Cat Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will learn how to build an HTML only blog page using semantic elements including the <code>main</code>, <code>nav</code>, <code>article</code> and <code>footer</code> elements."
|
||||
]
|
||||
@@ -1787,7 +1792,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1801,14 +1807,14 @@
|
||||
"intro": []
|
||||
},
|
||||
"workshop-hotel-feedback-form": {
|
||||
"title": "Crea un formulario de opinión para hotel",
|
||||
"title": "Build a Hotel Feedback Form",
|
||||
"intro": [
|
||||
"En este taller, aprenderás a trabajar con formularios creando un formulario de opinión para hoteles.",
|
||||
"Aprenderás a trabajar con etiquetas, inputs, conjuntos de campos, leyendas, textareas y botones."
|
||||
"In this workshop, you will learn how to work with forms by building a Hotel Feedback Form.",
|
||||
"You will learn how to work with labels, inputs, fieldsets, legends, textareas and buttons."
|
||||
]
|
||||
},
|
||||
"lab-survey-form": {
|
||||
"title": "Crea un formulario de encuesta",
|
||||
"title": "Build a Survey Form",
|
||||
"intro": [
|
||||
"For this lab, you will review working with HTML forms by creating a survey form.",
|
||||
"This lab will give you the opportunity to practice working with the <code>label</code> element, the different <code>input</code> elements, the <code>required</code> attribute, and more. "
|
||||
@@ -1819,9 +1825,9 @@
|
||||
"intro": []
|
||||
},
|
||||
"workshop-final-exams-table": {
|
||||
"title": "Crea una mesa de exámenes finales",
|
||||
"title": "Build a Final Exams Table",
|
||||
"intro": [
|
||||
"En este taller, aprenderás a trabajar con tablas HTML construyendo una tabla de exámenes finales."
|
||||
"In this workshop, you will learn how to work with HTML tables by building a table of final exams."
|
||||
]
|
||||
},
|
||||
"lab-book-catalog-table": {
|
||||
@@ -1838,7 +1844,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1869,7 +1876,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1890,7 +1900,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -1911,9 +1922,9 @@
|
||||
]
|
||||
},
|
||||
"lab-business-card": {
|
||||
"title": "Diseña una tarjeta de presentación",
|
||||
"title": "Design a Business Card",
|
||||
"intro": [
|
||||
"En este laboratorio, crearás una tarjeta de presentación y la estilizarás usando CSS."
|
||||
"In this lab, you'll create a business card and style it using CSS."
|
||||
]
|
||||
},
|
||||
"gnuk": {
|
||||
@@ -2166,6 +2177,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2215,9 +2233,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2295,9 +2316,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2976,9 +3000,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3578,9 +3604,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Examen de Certificación en Desarrollo Front End",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "Inglés A2 para Certificación de Desarrolladores",
|
||||
"B1 English for Developers": "B1 Inglés para desarrolladores",
|
||||
"b1-english-for-developers": "Certificación B1 de inglés para desarrolladores",
|
||||
"Front End Development": "Desarrollo Front End",
|
||||
"front-end-development-v9": "Certificación de Desarrollo Front End",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Certificación Legacy Front End",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
@@ -1695,9 +1695,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1756,7 +1760,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1785,7 +1790,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1836,7 +1842,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1867,7 +1874,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1888,7 +1898,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2164,6 +2175,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2213,9 +2231,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2293,9 +2314,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2974,9 +2998,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3576,9 +3602,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "A2 English for Developers Certification",
|
||||
"B1 English for Developers": "B1 English for Developers",
|
||||
"b1-english-for-developers": "B1 English for Developers Certification",
|
||||
"Front End Development": "Front End Development",
|
||||
"front-end-development-v9": "Front End Development Certification",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Legacy Front End Certification",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
@@ -1695,9 +1695,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1756,7 +1760,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1785,7 +1790,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1836,7 +1842,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1867,7 +1874,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1888,7 +1898,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2164,6 +2175,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2213,9 +2231,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2293,9 +2314,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2974,9 +2998,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3576,9 +3602,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "A2 English for Developers Certification",
|
||||
"B1 English for Developers": "B1 English for Developers",
|
||||
"b1-english-for-developers": "B1 English for Developers Certification",
|
||||
"Front End Development": "Front End Development",
|
||||
"front-end-development-v9": "Front End Development Certification",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "Front End Legacy",
|
||||
"legacy-front-end": "Legacy Front End Certification",
|
||||
"Legacy Back End": "Back End Legacy",
|
||||
|
||||
@@ -1695,9 +1695,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1756,7 +1760,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1785,7 +1790,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1836,7 +1842,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1867,7 +1874,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1888,7 +1898,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2164,6 +2175,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2213,9 +2231,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2293,9 +2314,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2974,9 +2998,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3576,9 +3602,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "開発者のための A2 レベル英語認定証",
|
||||
"B1 English for Developers": "開発者のための B1 レベル英語",
|
||||
"b1-english-for-developers": "開発者のための B1 レベル英語認定証",
|
||||
"Front End Development": "フロントエンド開発",
|
||||
"front-end-development-v9": "フロントエンド開発認定証",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "(レガシー) フロントエンド",
|
||||
"legacy-front-end": "(レガシー) フロントエンド認定証",
|
||||
"Legacy Back End": "(レガシー) バックエンド",
|
||||
|
||||
@@ -1695,9 +1695,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1756,7 +1760,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1785,7 +1790,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1836,7 +1842,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1867,7 +1874,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1888,7 +1898,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2164,6 +2175,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2213,9 +2231,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2293,9 +2314,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2974,9 +2998,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3576,9 +3602,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "A2 English for Developers Certification",
|
||||
"B1 English for Developers": "B1 English for Developers",
|
||||
"b1-english-for-developers": "B1 English for Developers Certification",
|
||||
"Front End Development": "Front End Development",
|
||||
"front-end-development-v9": "Front End Development Certification",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Legacy Front End Certification",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "Certificação A2 Inglês para Desenvolvedores",
|
||||
"B1 English for Developers": "B1 Inglês para Desenvolvedores",
|
||||
"b1-english-for-developers": "Certificação B1 Inglês para Desenvolvedores",
|
||||
"Front End Development": "Desenvolvimento de front-end",
|
||||
"front-end-development-v9": "Certificação de desenvolvimento de front-end",
|
||||
"Full Stack Developer": "Desenvolvedor full stack",
|
||||
"full-stack-developer-v9": "Desenvolvedor full stack certificado",
|
||||
"Legacy Front End": "Front-end legado",
|
||||
"legacy-front-end": "Certificação de front-end legada",
|
||||
"Legacy Back End": "Back-end legado",
|
||||
|
||||
@@ -1695,9 +1695,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End Development",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"intro": [
|
||||
"This course provides a comprehensive pathway to becoming a Certified Full Stack Developer, covering all the essential technologies required to build modern, scalable web applications from start to finish.",
|
||||
"Through a blend of interactive lessons, coding exercises, and real-world projects, you will master both frontend and backend development. You'll work with HTML, CSS, and JavaScript to build responsive user interfaces, explore React and TypeScript for advanced web applications, and learn to manage data with relational databases - and on the backend, you'll use Git, Npm, Node.js, and Python to create powerful server-side solutions.",
|
||||
"By the end of this course, you'll have the practical skills and experience to confidently develop complete web applications, preparing you for a successful career as a Full Stack Developer."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1756,7 +1760,8 @@
|
||||
"review-basic-html": {
|
||||
"title": "Basic HTML Review",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
@@ -1785,7 +1790,8 @@
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
@@ -1836,7 +1842,8 @@
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
@@ -1867,7 +1874,10 @@
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1888,7 +1898,8 @@
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
@@ -2164,6 +2175,13 @@
|
||||
"title": "CSS Typography Quiz",
|
||||
"intro": ["Test what you've learned in this quiz of typography in CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Build a Quiz Webpage",
|
||||
"intro": [
|
||||
"Accessibility is making your webpage easy for all people to use – even people with disabilities.",
|
||||
"In this workshop, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Build a Tribute Page",
|
||||
"intro": [
|
||||
@@ -2213,9 +2231,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Build a Cat Painting",
|
||||
"intro": [
|
||||
"Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.",
|
||||
"In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Build a House Painting",
|
||||
@@ -2293,9 +2314,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2974,9 +2998,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3576,9 +3602,9 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Front End Development Certification Exam",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "A2 English for Developers Certification",
|
||||
"B1 English for Developers": "B1 English for Developers",
|
||||
"b1-english-for-developers": "B1 English for Developers Certification",
|
||||
"Front End Development": "Front End Development",
|
||||
"front-end-development-v9": "Front End Development Certification",
|
||||
"Full Stack Developer": "Full Stack Developer",
|
||||
"full-stack-developer-v9": "Certified Full Stack Developer",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Legacy Front End Certification",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
@@ -1687,9 +1687,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"front-end-development": {
|
||||
"title": "Front End розробка",
|
||||
"intro": ["placeholder"],
|
||||
"full-stack-developer": {
|
||||
"title": "Навчальна програма «Сертифікований full stack розробник»",
|
||||
"intro": [
|
||||
"Цей курс надає комплексний шлях, щоб стати сертифікованим full stack розробником. У ньому охоплено всі технології, необхідні для створення сучасних масштабованих програм від початку до кінця.",
|
||||
"Завдяки поєднанню інтерактивних уроків, практичних завдань та реальних проєктів, ви опануєте як frontend, так і backend. Ви працюватимете з HTML, CSS і JavaScript для створення адаптивних інтерфейсів, досліджуватимете React і TypeScript для створення складних вебзастосунків та навчитеся керувати даними за допомогою реляційних баз даних. На стороні backend ви використовуватимете Git, Npm, Node.js і Python для створення потужних серверних рішень.",
|
||||
"Наприкінці курсу ви отримаєте практичні навички та досвід, які дозволять впевнено розробляти повноцінні вебзастосунки, що підготує вас до успішної кар’єри full stack розробника."
|
||||
],
|
||||
"blocks": {
|
||||
"efpl": {
|
||||
"title": "0",
|
||||
@@ -1698,8 +1702,8 @@
|
||||
"lecture-what-is-html": {
|
||||
"title": "Що таке HTML?",
|
||||
"intro": [
|
||||
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
|
||||
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
|
||||
"У цій відеолекції ви ознайомитесь з HTML (мовою розмітки гіпертексту) — мовою розмітки для створення вебсторінок.",
|
||||
"Ви дізнаєтесь, яку роль відіграє HTML у мережі, а також про базовий синтаксис та атрибути HTML."
|
||||
]
|
||||
},
|
||||
"workshop-cat-photo-app": {
|
||||
@@ -1712,49 +1716,50 @@
|
||||
"lab-recipe-page": {
|
||||
"title": "Створіть сторінку з рецептом",
|
||||
"intro": [
|
||||
"For this lab, you will review HTML basics by creating a web page of your favorite recipe. This lab will give you an opportunity to review working with an HTML boilerplate, headings, lists and images."
|
||||
"У цій лабораторній роботі ви пригадаєте основи HTML, створивши вебсторінку з улюбленим рецептом. У вас буде можливість пригадати, як працювати з шаблонним кодом, заголовками, списками та зображеннями в HTML."
|
||||
]
|
||||
},
|
||||
"lecture-html-fundamentals": {
|
||||
"title": "Основи HTML",
|
||||
"intro": [
|
||||
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
|
||||
"У цих відеолекціях ви дізнаєтесь про основи HTML, серед яких атрибути <code>id</code> й <code>class</code>, елементи <code>div</code> й <code>span</code>, об’єкти HTML та багато іншого."
|
||||
]
|
||||
},
|
||||
"lab-travel-agency-page": {
|
||||
"title": "Створіть сторінку туристичної агенції",
|
||||
"intro": [
|
||||
"For this lab, you will review working with HTML fundamentals by creating a web page for a travel agency. This lab will give you an opportunity to review working with images, the <code>figure</code> element, the <code>figcaption</code> element, the <code>anchor</code> element and more."
|
||||
"У цій лабораторній роботі ви пригадаєте, як працювати з основами HTML, створивши вебсторінку для туристичної агенції. У вас буде можливість пригадати, як працювати із зображеннями, елементом <code>figure</code>, елементом <code>figcaption</code>, елементом <code>anchor</code> та багато іншого."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-media": {
|
||||
"title": "Робота з медіа",
|
||||
"intro": [
|
||||
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
|
||||
"У цих відеолекціях ви дізнаєтесь, як працювати з елементами <code>audio</code> й <code>video</code>, а також із SVG, та багато іншого."
|
||||
]
|
||||
},
|
||||
"lab-video-compilation-page": {
|
||||
"title": "Створіть сторінку із відео",
|
||||
"intro": [
|
||||
"For this lab, you will create a video compilation web page. This lab will give you the opportunity to practice working with the <code>iframe</code> element."
|
||||
"У цій лабораторній роботі ви створите сторінку із відео. У вас буде можливість попрактикуватись працювати з елементом <code>iframe</code>."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-links": {
|
||||
"title": "Робота з посиланнями",
|
||||
"intro": [
|
||||
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
|
||||
"У цих відеолекціях ви дізнаєтесь про різні значення атрибута <code>target</code>, абсолютні й відносні посилання та різні стани посилань."
|
||||
]
|
||||
},
|
||||
"review-basic-html": {
|
||||
"title": "Повторення основ HTML",
|
||||
"intro": [
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review."
|
||||
"Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts.",
|
||||
"Open up this page to review the HTML boilerplate, <code>audio</code> and <code>video</code> elements, the different <code>target</code> attribute values and more."
|
||||
]
|
||||
},
|
||||
"quiz-basic-html": {
|
||||
"title": "Тест «Основи HTML»",
|
||||
"intro": [
|
||||
"The following quiz will test your knowledge of the basic HTML concepts you have learned so far."
|
||||
"Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Основи HTML»."
|
||||
]
|
||||
},
|
||||
"evdc": {
|
||||
@@ -1770,20 +1775,21 @@
|
||||
"lab-event-hub": {
|
||||
"title": "Створіть хаб для подій",
|
||||
"intro": [
|
||||
"In this lab, you will review working with semantic HTML elements by building an event hub.",
|
||||
"This lab will give you an opportunity to review working with the <code>header</code>, <code>nav</code>, <code>article</code> elements."
|
||||
"У цій лабораторній роботі ви пригадаєте, як працювати з семантичними елементами HTML, створивши хаб для подій.",
|
||||
"У вас буде можливість пригадати, як працювати з елементами <code>header</code>, <code>nav</code> та <code>article</code>."
|
||||
]
|
||||
},
|
||||
"review-semantic-html": {
|
||||
"title": "Semantic HTML Review",
|
||||
"title": "Повторення семантичного HTML",
|
||||
"intro": [
|
||||
"Review the Semantic HTML concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on semantic HTML, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>em</code>, <code>strong</code>, <code>blockquote</code>, <code>address</code> and more semantic HTML elements."
|
||||
]
|
||||
},
|
||||
"quiz-semantic-html": {
|
||||
"title": "Тест «Семантичний HTML»",
|
||||
"intro": [
|
||||
"The following quiz will test your knowledge on semantic HTML concepts you have learned so far."
|
||||
"Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Семантичний HTML»."
|
||||
]
|
||||
},
|
||||
"cfgp": {
|
||||
@@ -1800,8 +1806,8 @@
|
||||
"lab-survey-form": {
|
||||
"title": "Створіть форму для опитування",
|
||||
"intro": [
|
||||
"For this lab, you will review working with HTML forms by creating a survey form.",
|
||||
"This lab will give you the opportunity to practice working with the <code>label</code> element, the different <code>input</code> elements, the <code>required</code> attribute, and more. "
|
||||
"У цій лабораторній роботі ви пригадаєте, як працювати з HTML-формами, створивши форму для опитування.",
|
||||
"У вас буде можливість попрактикуватись працювати з елементом <code>label</code>, різними елементами <code>input</code>, атрибутом <code>required</code> та багато іншого. "
|
||||
]
|
||||
},
|
||||
"wgot": {
|
||||
@@ -1817,8 +1823,8 @@
|
||||
"lab-book-catalog-table": {
|
||||
"title": "Створіть каталог книг",
|
||||
"intro": [
|
||||
"In this lab, you will review working with HTML tables by building a table filled with book information.",
|
||||
"This lab will give you an opportunity to practice working with the different table components like the <code>Table Head</code>, <code>Table Row</code> and <code>Table Data Cell</code> elements."
|
||||
"У цій лабораторній роботі ви пригадаєте, як працювати з HTML-таблицями, створивши таблицю з інформацією про книги.",
|
||||
"У вас буде можливість попрактикуватись працювати з різними компонентами таблиці, серед яких елементи <code>Table Head</code>, <code>Table Row</code> та <code>Table Data Cell</code>."
|
||||
]
|
||||
},
|
||||
"rsve": {
|
||||
@@ -1826,15 +1832,16 @@
|
||||
"intro": []
|
||||
},
|
||||
"review-html-tables-and-forms": {
|
||||
"title": "HTML Tables and Forms Review",
|
||||
"title": "Повторення таблиць та форм в HTML",
|
||||
"intro": [
|
||||
"Review the HTML Tables and Forms concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on HTML forms and tables, you first need to review the concepts.",
|
||||
"Open up this page to review the <code>table</code>, <code>label</code>, <code>input</code>, <code>button</code> and more elements."
|
||||
]
|
||||
},
|
||||
"quiz-html-tables-and-forms": {
|
||||
"title": "Тест «Таблиці та форми в HTML»",
|
||||
"intro": [
|
||||
"The following quiz will test your knowledge of HTML tables and forms."
|
||||
"Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Таблиці та форми в HTML»."
|
||||
]
|
||||
},
|
||||
"ghoc": {
|
||||
@@ -1848,9 +1855,9 @@
|
||||
]
|
||||
},
|
||||
"review-html-accessibility": {
|
||||
"title": "HTML Accessibility Review",
|
||||
"title": "Повторення доступності в HTML",
|
||||
"intro": [
|
||||
"Review the HTML Accessibility concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Доступність в HTML», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-html-accessibility": {
|
||||
@@ -1858,8 +1865,11 @@
|
||||
"intro": ["Перевірте, що ви дізнались про доступність в HTML."]
|
||||
},
|
||||
"review-html": {
|
||||
"title": "HTML Review",
|
||||
"intro": ["Review the HTML concepts to prepare for the upcoming exam."]
|
||||
"title": "Повторення HTML",
|
||||
"intro": [
|
||||
"Before you take the HTML prep exam, you first need to review the concepts taught in the previous modules.",
|
||||
"Open up this page to review concepts around the basics of HTML elements, semantic HTML, tables, forms and accessibility."
|
||||
]
|
||||
},
|
||||
"qpra": {
|
||||
"title": "30",
|
||||
@@ -1878,14 +1888,15 @@
|
||||
"intro": []
|
||||
},
|
||||
"review-computer-basics": {
|
||||
"title": "Computer Basics Review",
|
||||
"title": "Повторення основ комп’ютера",
|
||||
"intro": [
|
||||
"Review the Computer Basics concepts to prepare for the upcoming quiz."
|
||||
"Before you are quizzed on basic computer and internet concepts, you first need to review.",
|
||||
"Open up this page to review concepts like RAM, Internet service providers, common web browsers, search engines and more."
|
||||
]
|
||||
},
|
||||
"quiz-computer-basics": {
|
||||
"title": "Тест «Основи комп’ютера»",
|
||||
"intro": ["Перевірте, що ви дізнались з основ комп'ютера."]
|
||||
"intro": ["Перевірте, що ви дізнались про основи комп'ютера."]
|
||||
},
|
||||
"dxpc": {
|
||||
"title": "36",
|
||||
@@ -1909,14 +1920,14 @@
|
||||
"intro": []
|
||||
},
|
||||
"review-basic-css": {
|
||||
"title": "Basic CSS Review",
|
||||
"title": "Повторення основ CSS",
|
||||
"intro": [
|
||||
"Review the Basic CSS concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Основи CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-basic-css": {
|
||||
"title": "Тест «Основи CSS»",
|
||||
"intro": ["Перевірте, що ви дізнались з основ CSS."]
|
||||
"intro": ["Перевірте, що ви дізнались про основи CSS."]
|
||||
},
|
||||
"sdul": {
|
||||
"title": "42",
|
||||
@@ -1937,9 +1948,9 @@
|
||||
"intro": []
|
||||
},
|
||||
"review-css-backgrounds-and-borders": {
|
||||
"title": "CSS Backgrounds and Borders Review",
|
||||
"title": "Повторення фонів та кордонів у CSS",
|
||||
"intro": [
|
||||
"Review the CSS Backgrounds and Borders concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Фони та кордони в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-backgrounds-and-borders": {
|
||||
@@ -1959,14 +1970,14 @@
|
||||
"intro": []
|
||||
},
|
||||
"review-design-fundamentals": {
|
||||
"title": "Design Fundamentals Review",
|
||||
"title": "Повторення основ дизайну",
|
||||
"intro": [
|
||||
"Review the Design Fundamentals concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Основи дизайну», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-design-fundamentals": {
|
||||
"title": "Тест «Основи дизайну»",
|
||||
"intro": ["Перевірте, що ви дізнались з основ дизайну UI."]
|
||||
"intro": ["Перевірте, що ви дізнались про основи дизайну UI."]
|
||||
},
|
||||
"bgrw": {
|
||||
"title": "53",
|
||||
@@ -1979,9 +1990,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-relative-and-absolute-units": {
|
||||
"title": "CSS Relative and Absolute Units Review",
|
||||
"title": "Повторення відносних та абсолютних одиниць CSS",
|
||||
"intro": [
|
||||
"Review the CSS Relative and Absolute Units concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Відносні та абсолютні одиниці CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-relative-and-absolute-units": {
|
||||
@@ -2005,9 +2016,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-pseudo-classes": {
|
||||
"title": "CSS Pseudo-classes Review",
|
||||
"title": "Повторення псевдокласів у CSS",
|
||||
"intro": [
|
||||
"Review the CSS Pseudo-classes concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Псевдокласи в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-pseudo-classes": {
|
||||
@@ -2015,9 +2026,9 @@
|
||||
"intro": ["Перевірте, що ви дізнались про псевдокласи в CSS."]
|
||||
},
|
||||
"workshop-colored-markers": {
|
||||
"title": "Build a Set of Colored Markers",
|
||||
"title": "Створіть набір кольорових маркерів",
|
||||
"intro": [
|
||||
"In this workshop, you'll build a set of colored markers. You'll practice different ways to set color values and how to pair colors with each other."
|
||||
"У цьому практичному завданні ви створите набір кольорових маркерів. Ви попрактикуєте різні способи встановити значення кольорів та дізнаєтесь, як поєднувати кольори між собою."
|
||||
]
|
||||
},
|
||||
"ogdb": {
|
||||
@@ -2025,9 +2036,9 @@
|
||||
"intro": []
|
||||
},
|
||||
"review-css-colors": {
|
||||
"title": "CSS Colors Review",
|
||||
"title": "Повторення кольорів у CSS",
|
||||
"intro": [
|
||||
"Review the CSS Colors concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Кольори в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-colors": {
|
||||
@@ -2048,9 +2059,9 @@
|
||||
]
|
||||
},
|
||||
"review-styling-forms": {
|
||||
"title": "Styling Forms Review",
|
||||
"title": "Повторення стилізації форм",
|
||||
"intro": [
|
||||
"Review the Styling Forms concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Стилізація форм», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-styling-forms": {
|
||||
@@ -2077,9 +2088,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-layout-and-effects": {
|
||||
"title": "CSS Layouts and Effects Review",
|
||||
"title": "Повторення макетів та ефектів у CSS",
|
||||
"intro": [
|
||||
"Review the CSS Layouts and Effects concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Макети та ефекти в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-layout-and-effects": {
|
||||
@@ -2106,14 +2117,14 @@
|
||||
]
|
||||
},
|
||||
"review-css-flexbox": {
|
||||
"title": "CSS Flexbox Review",
|
||||
"title": "Повторення CSS Flexbox",
|
||||
"intro": [
|
||||
"Review the CSS Flexbox concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «CSS Flexbox», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-flexbox": {
|
||||
"title": "Тест «CSS Flexbox»",
|
||||
"intro": ["Перевірте, що ви дізнались про гнучкий блок у CSS."]
|
||||
"intro": ["Перевірте, що ви дізнались про flexbox у CSS."]
|
||||
},
|
||||
"ujcf": {
|
||||
"title": "82",
|
||||
@@ -2133,15 +2144,22 @@
|
||||
]
|
||||
},
|
||||
"review-css-typography": {
|
||||
"title": "CSS Typography Review",
|
||||
"title": "Повторення типографії в CSS",
|
||||
"intro": [
|
||||
"Review the CSS Typography concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Типографія в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-typography": {
|
||||
"title": "Тест «Типографія в CSS»",
|
||||
"intro": ["Перевірте, що ви дізнались про типографію в CSS."]
|
||||
},
|
||||
"workshop-accessibility-quiz": {
|
||||
"title": "Створіть сторінку з вікториною",
|
||||
"intro": [
|
||||
"Доступність полегшує користування вебсторінкою для всіх людей, навіть для людей з порушеннями.",
|
||||
"У цьому практичному завданні ви створите вебсторінку з вікториною. Ви дізнаєтеся про інструменти доступності, серед яких комбінації клавіш, атрибути ARIA та найкращі поради щодо дизайну."
|
||||
]
|
||||
},
|
||||
"lab-tribute-page": {
|
||||
"title": "Створіть пам’ятну сторінку",
|
||||
"intro": [
|
||||
@@ -2149,9 +2167,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-accessibility": {
|
||||
"title": "CSS Accessibility Review",
|
||||
"title": "Повторення доступності в CSS",
|
||||
"intro": [
|
||||
"Review the CSS Accessibility concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Доступність в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-accessibility": {
|
||||
@@ -2178,9 +2196,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-attribute-selectors": {
|
||||
"title": "CSS Attribute Selectors Review",
|
||||
"title": "Повторення селекторів атрибутів у CSS",
|
||||
"intro": [
|
||||
"Review the CSS Attribute Selectors concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Селектори атрибутів у CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-attribute-selectors": {
|
||||
@@ -2191,9 +2209,12 @@
|
||||
"title": "97",
|
||||
"intro": []
|
||||
},
|
||||
"xobq": {
|
||||
"title": "98",
|
||||
"intro": []
|
||||
"workshop-cat-painting": {
|
||||
"title": "Створіть малюнок кота",
|
||||
"intro": [
|
||||
"Позиціювання CSS важливо опанувати для того, щоб створювати візуально привабливі та адаптивні вебмакети.",
|
||||
"У цьому практичному завданні ви створите малюнок кота. Ви дізнаєтесь, як працювати з абсолютним позиціюванням, властивістю z-index та властивістю transform."
|
||||
]
|
||||
},
|
||||
"lab-house-painting": {
|
||||
"title": "Створіть малюнок будинку",
|
||||
@@ -2202,9 +2223,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-positioning": {
|
||||
"title": "CSS Positioning Review",
|
||||
"title": "Повторення позиціювання в CSS",
|
||||
"intro": [
|
||||
"Review the CSS Positioning concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Позиціювання в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-positioning": {
|
||||
@@ -2223,15 +2244,15 @@
|
||||
]
|
||||
},
|
||||
"lab-technical-documentation-page": {
|
||||
"title": "Створіть сторінку технічної документації",
|
||||
"title": "Побудуйте сторінку технічної документації",
|
||||
"intro": [
|
||||
"У цій лабораторній роботі ви створите сторінку технічної документації, яка служитиме інструкцією або довідником."
|
||||
]
|
||||
},
|
||||
"review-responsive-web-design": {
|
||||
"title": "Responsive Web Design Review",
|
||||
"title": "Повторення адаптивного вебдизайну",
|
||||
"intro": [
|
||||
"Review the Responsive Web Design concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Адаптивний вебдизайн», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-responsive-web-design": {
|
||||
@@ -2256,9 +2277,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-variables": {
|
||||
"title": "CSS Variables Review",
|
||||
"title": "Повторення змінних в CSS",
|
||||
"intro": [
|
||||
"Review the CSS Variables concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Змінні в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-variables": {
|
||||
@@ -2269,9 +2290,12 @@
|
||||
"title": "112",
|
||||
"intro": []
|
||||
},
|
||||
"agbl": {
|
||||
"title": "113",
|
||||
"intro": []
|
||||
"workshop-magazine": {
|
||||
"title": "Build a Magazine",
|
||||
"intro": [
|
||||
"CSS Grid gives you control over the rows and columns of your webpage design.",
|
||||
"In this workshop, you'll build a magazine article. You'll practice how to use CSS Grid, including concepts like grid rows and grid columns."
|
||||
]
|
||||
},
|
||||
"ogko": {
|
||||
"title": "114",
|
||||
@@ -2288,9 +2312,9 @@
|
||||
]
|
||||
},
|
||||
"review-css-grid": {
|
||||
"title": "CSS Grid Review",
|
||||
"title": "Повторення сітки в CSS",
|
||||
"intro": [
|
||||
"Review the CSS Grid concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Сітка в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-grid": {
|
||||
@@ -2314,7 +2338,7 @@
|
||||
"workshop-flappy-penguin": {
|
||||
"title": "Створіть пінгвіна Флаппі",
|
||||
"intro": [
|
||||
"Елементи HTML можна змінити, щоб створити хороший дизайн, який привертає увагу читача. Ви можете використовувати трансформації, щоб обертати елементи, масштабувати їх тощо.",
|
||||
"HTML-елементи можна змінити, щоб створити хороший дизайн, який привертає увагу читача. Ви можете використовувати трансформації, щоб обертати елементи, масштабувати їх тощо.",
|
||||
"У цьому практичному завданні ви створите пінгвіна. Ви будете використовувати трансформації CSS, щоб позиціювати й змінити розмір частин пінгвіна, створити фон та анімувати роботу."
|
||||
]
|
||||
},
|
||||
@@ -2323,9 +2347,9 @@
|
||||
"intro": ["У цьому проєкті ви створите особисте портфоліо."]
|
||||
},
|
||||
"review-css-animations": {
|
||||
"title": "CSS Amimations Review",
|
||||
"title": "Повторення анімацій в CSS",
|
||||
"intro": [
|
||||
"Review the CSS Amimations concepts to prepare for the upcoming quiz."
|
||||
"Пригадайте поняття з теми «Анімації в CSS», щоб підготуватись до тесту."
|
||||
]
|
||||
},
|
||||
"quiz-css-animations": {
|
||||
@@ -2333,8 +2357,10 @@
|
||||
"intro": ["Перевірте, що ви дізнались про анімацію в CSS."]
|
||||
},
|
||||
"review-css": {
|
||||
"title": "CSS Review",
|
||||
"intro": ["Review the CSS concepts to prepare for the upcoming exam."]
|
||||
"title": "Повторення CSS",
|
||||
"intro": [
|
||||
"Пригадайте поняття з теми «CSS», щоб підготуватись до екзамену."
|
||||
]
|
||||
},
|
||||
"wvjx": {
|
||||
"title": "127",
|
||||
@@ -2386,7 +2412,7 @@
|
||||
"workshop-teacher-chatbot": {
|
||||
"title": "Створіть вчителя-бота",
|
||||
"intro": [
|
||||
"У цьому практичному завданні ви продовжите знайомство з рядками JavaScript, створюючи чат-бот.",
|
||||
"У цьому практичному завданні ви продовжите знайомство з рядками JavaScript, створивши чат-бот.",
|
||||
"Ви навчитеся працювати з шаблонними літерами та методом <code>indexOf</code>."
|
||||
]
|
||||
},
|
||||
@@ -2427,8 +2453,8 @@
|
||||
"intro": []
|
||||
},
|
||||
"quiz-javascript-math": {
|
||||
"title": "Тест «Математика на JavaScript»",
|
||||
"intro": ["Перевірте, що ви дізнались про математику на JavaScript."]
|
||||
"title": "Тест «Математика в JavaScript»",
|
||||
"intro": ["Перевірте, що ви дізнались про математику в JavaScript."]
|
||||
},
|
||||
"hafd": {
|
||||
"title": "147",
|
||||
@@ -2551,7 +2577,7 @@
|
||||
"workshop-sentence-analyzer": {
|
||||
"title": "Створіть аналізатор речень",
|
||||
"intro": [
|
||||
"У цьому практичному завданні ви пригадаєте, як працювати з циклами в JavaScript, створивши аналізатор речення."
|
||||
"У цьому практичному завданні ви пригадаєте, як працювати з циклами в JavaScript, створивши аналізатор речень."
|
||||
]
|
||||
},
|
||||
"kcci": {
|
||||
@@ -2604,7 +2630,7 @@
|
||||
},
|
||||
"quiz-javascript-fundamentals": {
|
||||
"title": "Тест «Основи JavaScript»",
|
||||
"intro": ["Перевірте, що ви дізнались з основ JavaScript."]
|
||||
"intro": ["Перевірте, що ви дізнались про основи JavaScript."]
|
||||
},
|
||||
"plic": {
|
||||
"title": "183",
|
||||
@@ -2765,7 +2791,7 @@
|
||||
"intro": []
|
||||
},
|
||||
"quiz-form-validation-with-javascript": {
|
||||
"title": "Тест «Валідація форми з JavaScript»",
|
||||
"title": "Тест «Валідація форм з JavaScript»",
|
||||
"intro": [
|
||||
"Перевірте, що ви дізнались про валідацію форм за допомогою JavaScript."
|
||||
]
|
||||
@@ -2940,9 +2966,11 @@
|
||||
"title": "256",
|
||||
"intro": []
|
||||
},
|
||||
"saxu": {
|
||||
"title": "257",
|
||||
"intro": []
|
||||
"lab-project-idea-board": {
|
||||
"title": "Build a Project Idea Board",
|
||||
"intro": [
|
||||
"In this lab, you will build a project idea board using OOP in JavaScript."
|
||||
]
|
||||
},
|
||||
"kagw": {
|
||||
"title": "258",
|
||||
@@ -3116,7 +3144,7 @@
|
||||
},
|
||||
"quiz-react-basics": {
|
||||
"title": "Тест «Основи React»",
|
||||
"intro": ["Перевірте, що ви дізнались з основ React."]
|
||||
"intro": ["Перевірте, що ви дізнались про основи React."]
|
||||
},
|
||||
"hfwi": {
|
||||
"title": "298",
|
||||
@@ -3293,7 +3321,7 @@
|
||||
"intro": []
|
||||
},
|
||||
"quiz-relational-database": {
|
||||
"title": "Тест «Реляційна база даних»",
|
||||
"title": "Тест «Реляційні бази даних»",
|
||||
"intro": ["Перевірте, що ви дізнались про реляційні бази даних."]
|
||||
},
|
||||
"ynqt": {
|
||||
@@ -3374,7 +3402,7 @@
|
||||
"title": "Створіть замок",
|
||||
"intro": [
|
||||
"Nano — це програма, яка дозволяє редагувати файли одразу в терміналі.",
|
||||
"У цьому практичному завданні з 40 уроків ви дізнаєтесь, як редагувати файли в терміналі за допомогою Nano під час будівництва замку."
|
||||
"У цьому практичному завданні з 40 уроків ви дізнаєтесь, як редагувати файли в терміналі за допомогою Nano, створивши замок."
|
||||
]
|
||||
},
|
||||
"dzsr": {
|
||||
@@ -3393,7 +3421,7 @@
|
||||
"title": "Створіть референсний об’єкт SQL",
|
||||
"intro": [
|
||||
"Git — це система контролю версій, яка відстежує усі зміни, внесені вами до кодової бази.",
|
||||
"У цьому практичному завданні з 240 уроків ви вивчите, як Git відстежує код, створивши об’єкт, що містить часто використовувані команди SQL."
|
||||
"У цьому практичному завданні з 240 уроків ви дізнаєтесь, як Git відстежує код, створивши об’єкт, що містить часто використовувані команди SQL."
|
||||
]
|
||||
},
|
||||
"lab-periodic-table-database": {
|
||||
@@ -3405,7 +3433,7 @@
|
||||
"lab-number-guessing-game": {
|
||||
"title": "Створіть гру «Вгадай число»",
|
||||
"intro": [
|
||||
"У цій лабораторній роботі ви використовуватимете сценарії Bash, PostgreSQL та Git, щоб створити гру з вгадуванням чисел, яка працює в терміналі та зберігає інформацію користувача."
|
||||
"У цій лабораторній роботі ви використовуватимете сценарії Bash, PostgreSQL і Git, щоб створити гру з вгадуванням чисел, яка працює в терміналі та зберігає інформацію користувача."
|
||||
]
|
||||
},
|
||||
"nfoc": {
|
||||
@@ -3457,7 +3485,7 @@
|
||||
"Node.js — це середовище виконання JavaScript, що дозволяє розробникам писати back end (серверні) програми в JavaScript. Node.js має кілька вбудованих модулів (маленьких незалежних програм), які допомагають з цим. Деякі з основних модулів містять HTTP, який працює на зразок сервера, і файлову систему (модуль для читання і редагування файлів).",
|
||||
"У попередніх курсах ви навчилися встановлювати та керувати пакетами npm, які є скупченнями менших модулів. Ці пакети можуть допомогти зі створенням більших і складніших застосунків.",
|
||||
"Express — це спрощений фреймворк вебзастосунків та один з найбільш популярних пакетів на npm. Express значно полегшує створення сервера та керування маршрутизацією застосунку, що відповідає за перенаправлення людей до потрібної сторінки, коли вони відвідують певну кінцеву точку (наприклад, <pre>/blog</pre>).",
|
||||
"У цьому курсі ви дізнаєтесь основи Node та Express, включно з тим, як створювати сервер, обслуговувати різні файли та обробляти різні запити з браузера."
|
||||
"У цьому курсі ви дізнаєтесь про основи Node та Express, включно з тим, як створювати сервер, обслуговувати різні файли та обробляти різні запити з браузера."
|
||||
]
|
||||
},
|
||||
"lab-timestamp-microservice": {
|
||||
@@ -3536,9 +3564,11 @@
|
||||
"title": "388",
|
||||
"intro": []
|
||||
},
|
||||
"front-end-development-certification-exam": {
|
||||
"title": "Екзамен з сертифікації «Front End розробка»",
|
||||
"intro": ["", ""]
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Екзамен «Сертифікований full stack розробник»",
|
||||
"intro": [
|
||||
"Складіть цей екзамен, щоб стати сертифікованим full stack розробником."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1057,8 +1057,8 @@
|
||||
"a2-english-for-developers": "Сертифікація «Англійська мова A2 для розробників»",
|
||||
"B1 English for Developers": "Англійська мова B1 для розробників",
|
||||
"b1-english-for-developers": "Сертифікація «Англійська мова B1 для розробників»",
|
||||
"Front End Development": "Front End розробка",
|
||||
"front-end-development-v9": "Сертифікація «Front End розробка»",
|
||||
"Full Stack Developer": "Full stack розробник",
|
||||
"full-stack-developer-v9": "Сертифікований full stack розробник",
|
||||
"Legacy Front End": "Застарілий Front End",
|
||||
"legacy-front-end": "Застаріла сертифікація «Front End»",
|
||||
"Legacy Back End": "Застарілий Back End",
|
||||
|
||||
Reference in New Issue
Block a user