feat(curriculum): balance sheet project (#44189)

* feat: initial infra

* feat: create steps

* chore: apply sem's review suggestions

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* feat: write tests

* chore: optional?.chaining?.

* chore: gikf's suggestion

Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com>

* chore: rename

* chore: *

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* chore: apply shaun's review suggestions

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* chore: manual review suggestions

* chore: ?????

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-12-03 14:20:34 -08:00
committed by GitHub
parent f613a1e5fd
commit 536a689d34
57 changed files with 7803 additions and 3 deletions

View File

@@ -102,7 +102,8 @@
"title": "Learn Typography by Building a Nutrition Label",
"intro": ["", ""]
},
"learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": ["", ""] }
"learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": ["", ""] },
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", "intro": ["", ""] }
}
},
"javascript-algorithms-and-data-structures": {

View File

@@ -0,0 +1,10 @@
---
title: Introduction to the Learn More About CSS Pseudo Selectors By Building A Balance Sheet
block: learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet
superBlock: Responsive Web Design
isBeta: true
---
## Introduction to the Learn More About CSS Pseudo Selectors By Building A Balance Sheet
This is a test for the new project-based curriculum.

View File

@@ -83,5 +83,6 @@
"learn-css-flexbox-by-building-a-photo-gallery": "HTML-CSS",
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
"learn-typography-by-building-a-nutrition-label": "HTML-CSS",
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS"
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS",
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": "HTML-CSS"
}