Files
freeCodeCamp/client/utils/help-category-map.json
Shaun Hamilton 393aeabc8f feat(curriculum): add css-penguin practice project (#44214)
* feat: add css-penguin practice project

* rename block name

* rename meta block

* rename necessary properties

* rename page

* add to step 25

* adjust prototype with better structure/naming

* add step adjusting .ground z-index

* fix: add position: absolute to .ground

* add to step 37

* add to step 103

* remove erm from solution

* add tests to 001-020

* add tests 021-030

* test: update 012 to use dynamic hints

* test: improve tests with dynamic hints

* fix: add position:relative to .penguin

* add tests 032-055

* add tests 056 - 103

* fix some tests

* code blocks and test fixes

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

* allow 0% 0px 0

* fix: add width and height step for silly firefox

* add instruction to add html element

* Tom's good suggestions, and his American suggestions

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* adjust wording for - you guessed it - firefox

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* add missing calc keyword

* just fix it with regex :(

* apply Nich's probably bogus suggestions

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* remove duplicate

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-12-03 17:59:32 -06:00

90 lines
4.2 KiB
JSON

{
"basic-html-and-html5": "HTML-CSS",
"basic-css": "HTML-CSS",
"applied-visual-design": "HTML-CSS",
"applied-accessibility": "HTML-CSS",
"responsive-web-design-principles": "HTML-CSS",
"css-flexbox": "HTML-CSS",
"css-grid": "HTML-CSS",
"learn-the-css-box-model-by-building-a-rothko-painting": "HTML-CSS",
"learn-intermediate-css-by-building-a-picasso-painting": "HTML-CSS",
"learn-responsive-web-design-by-building-a-piano": "HTML-CSS",
"responsive-web-design-projects": "HTML-CSS",
"basic-javascript": "JavaScript",
"es6": "JavaScript",
"regular-expressions": "JavaScript",
"debugging": "JavaScript",
"basic-data-structures": "JavaScript",
"basic-algorithm-scripting": "JavaScript",
"object-oriented-programming": "JavaScript",
"functional-programming": "JavaScript",
"intermediate-algorithm-scripting": "JavaScript",
"javascript-algorithms-and-data-structures-projects": "JavaScript",
"bootstrap": "HTML-CSS",
"jquery": "JavaScript",
"sass": "HTML-CSS",
"react": "JavaScript",
"redux": "JavaScript",
"react-and-redux": "JavaScript",
"front-end-development-libraries-projects": "JavaScript",
"data-visualization-with-d3": "JavaScript",
"json-apis-and-ajax": "JavaScript",
"data-visualization-projects": "JavaScript",
"managing-packages-with-npm": "JavaScript",
"basic-node-and-express": "JavaScript",
"mongodb-and-mongoose": "JavaScript",
"back-end-development-and-apis-projects": "JavaScript",
"information-security-with-helmetjs": "JavaScript",
"quality-assurance-and-testing-with-chai": "JavaScript",
"advanced-node-and-express": "JavaScript",
"quality-assurance-projects": "JavaScript",
"information-security-projects": "JavaScript",
"algorithms": "JavaScript",
"data-structures": "JavaScript",
"take-home-projects": "JavaScript",
"rosetta-code": "JavaScript",
"project-euler": "JavaScript",
"scientific-computing-with-python": "Python",
"scientific-computing-with-python-projects": "Python",
"data-analysis-with-python": "Python",
"data-analysis-with-python-projects": "Python",
"machine-learning-with-python": "Python",
"machine-learning-with-python-projects": "Python",
"python-for-everybody": "Python",
"tensorflow": "Python",
"how-neural-networks-work": "Python",
"numpy": "Python",
"data-analysis-with-python-course": "Python",
"python-for-penetration-testing": "Python",
"learn-html-by-building-a-cat-photo-app": "HTML-CSS",
"learn-basic-css-by-building-a-cafe-menu": "HTML-CSS",
"learn-css-variables-by-building-a-city-skyline": "HTML-CSS",
"basic-javascript-rpg-game": "JavaScript",
"functional-programming-spreadsheet": "JavaScript",
"intermediate-javascript-calorie-counter": "JavaScript",
"d3-dashboard": "JavaScript",
"learn-bash-by-building-a-boilerplate": "Relational Databases",
"learn-relational-databases-by-building-a-mario-database": "Relational Databases",
"celestial-bodies-database": "Relational Databases",
"learn-bash-scripting-by-building-five-programs": "Relational Databases",
"learn-bash-and-sql-by-building-a-bike-rental-shop": "Relational Databases",
"salon-appointment-scheduler": "Relational Databases",
"learn-sql-by-building-a-student-database-part-1": "Relational Databases",
"learn-sql-by-building-a-student-database-part-2": "Relational Databases",
"learn-advanced-bash-by-building-a-kitty-ipsum-translator": "Relational Databases",
"world-cup-database": "Relational Databases",
"learn-nano-by-building-a-castle": "Relational Databases",
"learn-git-by-building-an-sql-reference-object": "Relational Databases",
"periodic-table-database": "Relational Databases",
"learn-github-by-building-a-list-of-inspirational-quotes": "Relational Databases",
"number-guessing-game": "Relational Databases",
"learn-accessibility-by-building-a-quiz": "HTML-CSS",
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
"learn-css-animation-by-building-a-ferris-wheel": "HTML-CSS",
"learn-css-flexbox-by-building-a-photo-gallery": "HTML-CSS",
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
"learn-css-transforms-by-building-a-penguin": "HTML-CSS",
"learn-typography-by-building-a-nutrition-label": "HTML-CSS",
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": "HTML-CSS"
}