docs: transfer links for cheatsheets from books page to new cheatsheets page and add css/js cheatsheets (#4557)
* docs: add links for cheatsheets * docs: remove links for cheatsheets from books pagepull/4575/head
parent
e85f612b24
commit
944566bdea
3 changed files with 52 additions and 16 deletions
@ -1,9 +0,0 @@ |
||||
### Index |
||||
|
||||
* [HTML / CSS](#html--css) |
||||
|
||||
|
||||
### HTML / CSS |
||||
|
||||
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier on CSS-Tricks (HTML) |
||||
|
@ -0,0 +1,52 @@ |
||||
### Index |
||||
|
||||
* [Clojure](#clojure) |
||||
* [Data Science](#data-science) |
||||
* [Git](#git) |
||||
* [HTML / CSS](#html--css) |
||||
* [JavaScript](#javascript) |
||||
* [Vue.js](#vuejs) |
||||
* [Markdown](#markdown) |
||||
* [Python](#python) |
||||
|
||||
|
||||
### Clojure |
||||
|
||||
* [Clojure Cheatsheet](http://clojure.org/cheatsheet) |
||||
|
||||
|
||||
### Data Science |
||||
|
||||
* [Cheatsheets for Data Scientists](https://www.datacamp.com/community/data-science-cheatsheets) - Datacamp (PDF) |
||||
|
||||
|
||||
### Git |
||||
|
||||
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown) |
||||
|
||||
|
||||
### HTML / CSS |
||||
|
||||
* [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) |
||||
|
||||
|
||||
### JavaScript |
||||
|
||||
* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML) |
||||
|
||||
|
||||
#### Vue.js |
||||
|
||||
* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF) |
||||
|
||||
|
||||
### Markdown |
||||
|
||||
* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard |
||||
|
||||
|
||||
### Python |
||||
|
||||
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML) |
||||
|
Loading…
Reference in new issue