fix some typos on landing page and add footer links to subreddit and chat room
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user