Cheatsheets (#4797)

* add link to cheatsheets

* fix ordering in courses-id

* Added git, CSS, HTML, and JS cheatsheets

* Update formatting and added to Table of Contents

Co-authored-by: eric <eric@hellman.net>
This commit is contained in:
Zach Hoskins 2020-10-28 09:37:36 -05:00 committed by GitHub
parent 0a08de7808
commit 137022929a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* [Git](#git)
* [HTML / CSS](#html--css)
* [JavaScript](#javascript)
* [jQuery](#jquery)
* [Vue.js](#vuejs)
* [Kubernetes](#Kubernetes)
* [Language Translations](#language-translations)
@ -26,22 +27,31 @@
### Git
* [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf) - GitHub (PDF)
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)
### HTML / CSS
* [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
* [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
### JavaScript
* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)
* [JavaScript CheatSheet](https://htmlcheatsheet.com/js/) (HTML)
* [JavaScript Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/javascript) - Debuggex (HTML)
* [JavaScript WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/javascript/) - Cheatography (JavaScript)
#### jQuery
* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)
#### Vue.js
* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)