diff --git a/app/views/static_pages/resources/_front_end_resources.html.haml b/app/views/static_pages/resources/_front_end_resources.html.haml index c05ec88..303ec98 100644 --- a/app/views/static_pages/resources/_front_end_resources.html.haml +++ b/app/views/static_pages/resources/_front_end_resources.html.haml @@ -10,10 +10,11 @@ %ul %li #{ link_to "Mozilla Developer Network: Learn HTML", "https://developer.mozilla.org/en-US/learn/html", class: 'inline-link' } %li #{ link_to "HTML5Rocks", "http://www.html5rocks.com/en/", class: 'inline-link' } + %li #{ link_to "HTML Cheat Sheet", "https://makeawebsitehub.com/the-html-5-mega-cheat-sheet/", class: 'inline-link' } %h4 CSS %ul %li #{ link_to "Learn Layout", "http://learnlayout.com/", class: 'inline-link' } - %li + %li #{ link_to "CSS Cheat Sheet", "https://makeawebsitehub.com/css3-mega-cheat-sheet/", class: 'inline-link' } Mozilla Developer Network's #{ link_to "CSS tutorial", "https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started?redirectlocale=en-US&redirectslug=CSS%2FGetting_Started", class: 'inline-link' } %li @@ -28,6 +29,7 @@ %li #{ link_to "Codecademy — Javascript & JQuery tutorials", "http://www.codecademy.com/learn", class: 'inline-link' } %li #{ link_to "Try jQuery by Code School", "http://try.jquery.com/", class: 'inline-link'} %li #{ link_to "Learning Advanced JavaScript", "http://ejohn.org/apps/learn/", class: 'inline-link'} by John Resig (who invented jQuery!) + %li #{ link_to "jQuery Cheat Sheet", "https://makeawebsitehub.com/jquery-mega-cheat-sheet/", class: 'inline-link' } %h4 Beyond HTML & CSS & JavaScript %p HTML, CSS, and JavaScript are understood by the browser, but they're not a joy to write in. So people have built pre-processors to take new, more pleasant-to-type languages and turn them into the thing the browser can understand (i.e., HTML, CSS, & JavaScript).