Difference between revisions of "Coding Resources"

From Publication Station
Line 9: Line 9:
* https://www.freecodecamp.org/learn/responsive-web-design/
* https://www.freecodecamp.org/learn/responsive-web-design/
* https://www.udemy.com/ (only buy courses when they are on discount)
* https://www.udemy.com/ (only buy courses when they are on discount)
== CSS Flexbox ==
http://flexboxfroggy.com/
== CSS Grid ==
* [https://cssgrid.io/ CSS Grid course by Wes Bos] is full-on in depth course on CSS Grid
* [https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout MDN Web Docs] has a good introduction to CSS Grid
* [https://cssgridgarden.com/ CSS Grid Garden] is a fun CSS grid game
* [https://css-tricks.com/snippets/css/complete-guide-grid/ CSS Tricks] has a good reference article on CSS Grid


== The Internet ==
== The Internet ==

Revision as of 11:18, 9 September 2022

The following is an overview of online courses you can follow to learn programming. Also check out LinkedIn Learning where you can login with a school account.

Whenever you get stuck, feel free to drop by the Digital Publication Station for help.

CSS and HTML

CSS Flexbox

http://flexboxfroggy.com/

CSS Grid

The Internet