|
1714 | 1714 | "For this lab, you will create a web page of your favorite recipe." |
1715 | 1715 | ] |
1716 | 1716 | }, |
1717 | | - "gwyd": { "title": "4", "intro": [] }, |
| 1717 | + "lecture-html-fundamentals": { |
| 1718 | + "title": "HTML Fundamentals", |
| 1719 | + "intro": ["Learn about HTML fundamentals in these lecture videos."] |
| 1720 | + }, |
1718 | 1721 | "lab-travel-agency-page": { |
1719 | 1722 | "title": "Build a Travel Agency Page", |
1720 | 1723 | "intro": [ |
|
1727 | 1730 | "intro": ["For this lab, you will create a video compilation web page."] |
1728 | 1731 | }, |
1729 | 1732 | "bzfv": { "title": "8", "intro": [] }, |
1730 | | - "snuv": { "title": "9", "intro": [] }, |
| 1733 | + "review-basic-html": { |
| 1734 | + "title": "Basic HTML Review", |
| 1735 | + "intro": ["Review the basic HTML topics."] |
| 1736 | + }, |
1731 | 1737 | "quiz-basic-html": { |
1732 | 1738 | "title": "Basic HTML Quiz", |
1733 | 1739 | "intro": [ |
|
1914 | 1920 | "Test what you've learned in this quiz of how to style forms using CSS." |
1915 | 1921 | ] |
1916 | 1922 | }, |
1917 | | - "qzcx": { "title": "73", "intro": [] }, |
| 1923 | + "workshop-rothko-painting": { |
| 1924 | + "title": "Design a Rothko Painting", |
| 1925 | + "intro": [ |
| 1926 | + "Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.", |
| 1927 | + "In this workshop, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces." |
| 1928 | + ] |
| 1929 | + }, |
1918 | 1930 | "wozq": { "title": "74", "intro": [] }, |
1919 | 1931 | "lab-confidential-email-page": { |
1920 | 1932 | "title": "Build a Confidential Email Page", |
|
1944 | 1956 | "Test what you've learned in this quiz of using flexbox in CSS." |
1945 | 1957 | ] |
1946 | 1958 | }, |
1947 | | - "vqut": { "title": "83", "intro": [] }, |
| 1959 | + "workshop-nutritional-label": { |
| 1960 | + "title": "Build a Nutritional Label", |
| 1961 | + "intro": [ |
| 1962 | + "Typography is the art of styling your text to be easily readable and suit its purpose.", |
| 1963 | + "In this workshop, you'll use typography to build a nutrition label webpage. You'll practice how to style text, adjust line height, and position your text using CSS." |
| 1964 | + ] |
| 1965 | + }, |
1948 | 1966 | "ujcf": { "title": "84", "intro": [] }, |
1949 | 1967 | "lab-newspaper-article": { |
1950 | 1968 | "title": "Build a Newspaper Article", |
|
1998 | 2016 | "Test what you've learned in this quiz of how positioning works in CSS." |
1999 | 2017 | ] |
2000 | 2018 | }, |
2001 | | - "xebj": { "title": "103", "intro": [] }, |
| 2019 | + "workshop-piano": { |
| 2020 | + "title": "Design a Piano", |
| 2021 | + "intro": [ |
| 2022 | + "Responsive Design tells your webpage how it should look on different-sized screens.", |
| 2023 | + "In this workshop, you'll use CSS and Responsive Design to code a piano. You'll also practice media queries and pseudo selectors." |
| 2024 | + ] |
| 2025 | + }, |
2002 | 2026 | "jkdt": { "title": "104", "intro": [] }, |
2003 | 2027 | "lab-technical-documentation-page": { |
2004 | 2028 | "title": "Build a Technical Documentation Page", |
|
2013 | 2037 | "Test what you've learned in this quiz of making your webpage responsive." |
2014 | 2038 | ] |
2015 | 2039 | }, |
2016 | | - "mtbl": { "title": "108", "intro": [] }, |
| 2040 | + "workshop-city-skyline": { |
| 2041 | + "title": "Build a City Skyline", |
| 2042 | + "intro": [ |
| 2043 | + "CSS variables help you organize your styles and reuse them.", |
| 2044 | + "In this workshop, you'll build a city skyline. You'll practice how to configure CSS variables so you can reuse them whenever you want." |
| 2045 | + ] |
| 2046 | + }, |
2017 | 2047 | "vlov": { "title": "109", "intro": [] }, |
2018 | 2048 | "lab-availability-table": { |
2019 | 2049 | "title": "Build an Availability Table", |
|
2192 | 2222 | "intro": ["Test what you've learned in this quiz on JavaScript Arrays."] |
2193 | 2223 | }, |
2194 | 2224 | "dvnt": { "title": "164", "intro": [] }, |
2195 | | - "ekdb": { "title": "165", "intro": [] }, |
| 2225 | + "workshop-recipe-tracker": { |
| 2226 | + "title": "Build a Recipe Tracker", |
| 2227 | + "intro": [ |
| 2228 | + "In this workshop, you will review working with JavaScript objects by building a recipe tracker." |
| 2229 | + ] |
| 2230 | + }, |
2196 | 2231 | "lab-quiz-game": { |
2197 | 2232 | "title": "Build a Quiz Game", |
2198 | 2233 | "intro": ["For this lab, you will build a quiz game."] |
|
0 commit comments