Skip to content

Commit 1f34170

Browse files
authored
chore(curriculum): add city skyline workshop (freeCodeCamp#56740)
1 parent 1014838 commit 1f34170

File tree

119 files changed

+30297
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+30297
-2
lines changed

client/i18n/locales/english/intro.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,13 @@
20162016
"Test what you've learned in this quiz of making your webpage responsive."
20172017
]
20182018
},
2019-
"mtbl": { "title": "108", "intro": [] },
2019+
"workshop-city-skyline": {
2020+
"title": "Build a City Skyline",
2021+
"intro": [
2022+
"CSS variables help you organize your styles and reuse them.",
2023+
"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."
2024+
]
2025+
},
20202026
"vlov": { "title": "109", "intro": [] },
20212027
"lab-availability-table": {
20222028
"title": "Build an Availability Table",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Introduction to the Build a City Skyline
3+
block: workshop-city-skyline
4+
superBlock: front-end-development
5+
---
6+
7+
## Introduction to the Build a City Skyline
8+
9+
CSS variables help you organize your styles and reuse them.
10+
11+
In this workshop, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want.

0 commit comments

Comments
 (0)