From e5faf85daa43855955a608eec985e08150e49f7d Mon Sep 17 00:00:00 2001 From: robertmening01 Date: Wed, 26 Apr 2017 01:44:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7032caf..618f9b3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Reddit Link](https://www.reddit.com/r/cscareerquestions/comments/55ydbs/common_interview_question_what_happens_when_you/) * [Tuts Plus - The http protocol every web developer must know](https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177) * Find a local Web Development related [Meetup!](https://www.meetup.com/) Don't worry, it's not as scary as you might think, and is one of the best ways to start learning +* [How to Become a Web Developer - Step by Step Breakdown](https://websitesetup.org/become-web-developer/) --- ### How to Learn * How to Learn. @@ -84,7 +85,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [HTML5 Introduction EDX](https://www.edx.org/course/html5-introduction-w3cx-html5-0x-0) * [Learn to code HTML & CSS - Shay Howe](http://learn.shayhowe.com/html-css/) * [HTML Fundamentals - SoloLearn](https://www.sololearn.com/Course/HTML/) - +* [HTML Cheat Sheet](https://websitesetup.org/html5-cheat-sheet/) --- ### Learn CSS @@ -93,7 +94,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [CSS Pro Tips](https://github.com/AllThingsSmitty/css-protips?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) - A collection of tips to help take your CSS skills pro. * [10 principles for smooth web animations](https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.y6p8vkehd) * [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/) - +* [CSS Cheat Sheet](https://websitesetup.org/css3-cheat-sheet/) --- ### Learn JavaScript From 0c7710225c6e948be45d847daa8d24bdcef34c7b Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 26 May 2017 09:56:06 -0700 Subject: [PATCH 2/2] Fixed newline issues before breaks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 618f9b3..65f6720 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Reddit Link](https://www.reddit.com/r/cscareerquestions/comments/55ydbs/common_interview_question_what_happens_when_you/) * [Tuts Plus - The http protocol every web developer must know](https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177) * Find a local Web Development related [Meetup!](https://www.meetup.com/) Don't worry, it's not as scary as you might think, and is one of the best ways to start learning -* [How to Become a Web Developer - Step by Step Breakdown](https://websitesetup.org/become-web-developer/) + --- ### How to Learn * How to Learn. @@ -86,6 +86,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Learn to code HTML & CSS - Shay Howe](http://learn.shayhowe.com/html-css/) * [HTML Fundamentals - SoloLearn](https://www.sololearn.com/Course/HTML/) * [HTML Cheat Sheet](https://websitesetup.org/html5-cheat-sheet/) + --- ### Learn CSS @@ -95,6 +96,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [10 principles for smooth web animations](https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.y6p8vkehd) * [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/) * [CSS Cheat Sheet](https://websitesetup.org/css3-cheat-sheet/) + --- ### Learn JavaScript