Skip to content

Commit a1a364e

Browse files
committed
fix typo and add resources
1 parent 3232180 commit a1a364e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

sites/en/frontend/resources.step

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,32 @@ message <<MARKDOWN
22

33
## THE END
44

5-
Good job! This is the last page. (For now!) We hope you had some fun learning today. To continue your learningsment, check out some of these resources.
5+
Good job! This is the last page. (For now!) We hope you had some fun learning today. To continue your learning, check out some of these resources.
6+
67

78
## Resources for you to check out
89

10+
* If you have a San Francisco public library card, Team Treehouse will give you their online tutorials for free. Go [here](https://teamtreehouse.com/gateways/san_francisco_public_library/signup) to log in to the site with your library credentials. Treehouse has extensie tutorials for all aspects and languages of web development as well as many server-side languages.
911
* [Mozilla Developer Network](https://developer.mozilla.org) is probably the largest, most comprehensive source of front end documentation.
1012
* [A List Apart](http://www.alistapart.com/) is an online magazine with great content on front end best practices.
1113
* [Smashing Magazine](http://www.smashingmagazine.com/) is oriented toward web designers, but they frequently have good, short how-to articles on CSS and JavaScript coding.
1214
* [HTML5 Rocks](http://www.html5rocks.com/) is a great site for keeping up on the latest advancements in front end techniques and technology.
1315
* Some Railsbridge folks maintain a [Pinterest board on Front End resources](http://pinterest.com/eanakashima/learn-the-front-end/)
1416
* For more tips on working with Chrome dev tools, check out this [video intro from Paul Irish](http://paulirish.com/2011/a-re-introduction-to-the-chrome-developer-tools/)
1517

18+
## HTML & CSS
19+
20+
* [Codecademy Track for HTML & CSS](https://www.codecademy.com/tracks/web)
21+
* [CSS Cheatsheet](http://www.lesliefranke.com/files/reference/csscheatsheet.html)
22+
23+
## Javascript
24+
25+
* [Codecademy Track for Javascript](https://www.codecademy.com/tracks/Javascript)
26+
* [Javascript Cheatsheet](http://overapi.com/javascript/)
27+
28+
## jQuery
29+
30+
* [Codecademy Track for jQuery](https://www.codecademy.com/tracks/jquery)
31+
* [jQuery Cheatsheet](http://overapi.com/jquery/)
32+
1633
MARKDOWN

0 commit comments

Comments
 (0)