From ee20ed613053ada1a4960ea29d2c28dba8b0d3a2 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 18 Nov 2014 22:48:11 -0800 Subject: [PATCH] fix some typos on landing page and add footer links to subreddit and chat room --- views/challenges/show.jade | 12 ++++++++---- views/partials/faq.jade | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/views/challenges/show.jade b/views/challenges/show.jade index 9688c64062..bd62d97a47 100644 --- a/views/challenges/show.jade +++ b/views/challenges/show.jade @@ -22,10 +22,14 @@ block content .ten-pixel-break .btn.btn-success.btn-large.btn-block.skip-challenge I want to skip this challenge for now .panel-footer.text-center - span Need a break?   - a(href="http://blog.freecodecamp.com", target="_blank") Check out our blog - |   and   - a(href="https://twitter.com/freecodecamp", target="_blank") our recent tweets + span Need a break? Check out our:  + a(href="https://www.hipchat.com/invite/178107/cc2f6ea4dfac9e48b9a88b305adae48a", target="_blank") Chat Room + |  ,  + a(href="http://blog.freecodecamp.com", target="_blank") Blog + |  ,  + a(href="https://twitter.com/freecodecamp", target="_blank") Twitter Feed + |  , or  + a(href="https://reddit.com/r/freecodecamp", target="_blank") Subreddit | . #complete-dialog.modal .modal-dialog.animated.zoomIn.fast-animation diff --git a/views/partials/faq.jade b/views/partials/faq.jade index 05a16a17f9..285c7f375e 100644 --- a/views/partials/faq.jade +++ b/views/partials/faq.jade @@ -10,13 +10,13 @@ li • CSS - the visual style of web pages li • Bootstrap - a "responsive design" tool that helps your websites look great on tablets and phones li • jQuery - an easy tool for controlling content in the browser - li • Chrome DevTools - a tool for understanding and debuging websites, right in your browser + li • Chrome DevTools - a tool for understanding and debugging websites, right in your browser p Then you'll learn computer science and the art of programming: ul li • JavaScript - the one programming language that all web browsers use li • Git - a version control system for saving and sharing your projects li • SQL - a popular language for pulling data out of spreadsheet-like relational databases - li • Algorithms - step-by-step recipies for getting things done + li • Algorithms - step-by-step recipes for getting things done p You'll spend the last half of Free Code Camp using Agile Methodologies and Full Stack JavaScript to build projects for nonprofits: ul li • Agile - a set of software development principles that focus the design and production of a project on the needs of its users