diff --git a/views/curriculum/curriculum.jade b/views/curriculum/curriculum.jade index 59be16fafd3..fba2a6d7d6e 100644 --- a/views/curriculum/curriculum.jade +++ b/views/curriculum/curriculum.jade @@ -1,12 +1,5 @@ extends ../layout block content - .page-header - h3 Your Curriculum - h1= title - ul - each course in courses - li= course.name - script(type="text/javascript") var username = '#{username}'; + h1= Your Courses -// https://www.hipchat.com/invite/178107/cc2f6ea4dfac9e48b9a88b305adae48a \ No newline at end of file diff --git a/views/home.jade b/views/home.jade index 1bd9174ff83..0b5791cba10 100644 --- a/views/home.jade +++ b/views/home.jade @@ -8,16 +8,16 @@ block content .col-xs-12.col-sm-12.col-md-4 h3 Technical Mastery img.img-center.three-by-three.img-responsive(src="images/tools.svg") - p You'll use pair programming (where two people code together on one computer) to work through our coding challenges. + p You'll learn to code by pair programming (where two people code together on one computer) on our coding challenges. .col-xs-12.col-sm-12.col-md-4 h3 Unique Portfolio Projects img.img-center.three-by-three.img-responsive(src="images/portfolio.svg") - p You'll apply your new coding skills to help non-profits create software solutions to their problems. + p You'll apply your new coding skills by building software solutions for non-profits. .col-xs-12.col-sm-12.col-md-4 h3 Glowing References img.img-center.three-by-three.img-responsive(src="images/references.svg") p You'll gain the respect of your peers and the people you help. These connections will help you land the job. - a.btn.btn-cta.btn-primary(href="/login") Sign in now to get started (it's free) + a.btn.btn-cta.btn-warning(href="/login") Sign in now to get started (it's free) br br a.btn.btn-success(href="/contact") I'm with a non-profit and want free help from a Software Engineer @@ -26,68 +26,74 @@ block content .text-left h1.text-center Frequently Asked Questions h2 What will I learn, and in what sequence? - ol - h3 First, you'll learn basic web design tools like: - h4 - ul - li • HTML - the structure of web pages - li • CSS - the design of web pages - li • Bootstrap - a "responsive design" tool to help your websites look great on tablets and phones - li • jQuery - a powerful tool for controlling websites in the browser - h3 Then you'll learn computer science and the art of programming: - h4 - ul - li • JavaScript - the programming language that all web browsers use. - li • Linux - the most popular operating system for servers (but you don't need to learn desktop Linux) - li • Git - the best way to save and share your projects - li • Databases - SQL is like a giant spread sheet that stores and retrieves your data - li • Algorithms - these are basically step-by-step recipies for getting things done - h3 You'll spend the last half of Free Code Camp using Agile Methodologies and Full Stack JavaScript to build projects for non-profits: - h4 - ul - li • Agile Methodologies - the fastest way to design and build projects that clients will actually use. - li • MongoDB - a popular non-relational database - li • AngularJS - a tool for making exciting - li • ExpressJS - a powerful web development framework - li • NodeJS - a JavaScript-based web server + ul + p First, you'll learn basic web design tools like: + ul + li • HTML - the structure of web pages + li • CSS - the design 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 + p Then you'll learn computer science and the art of programming: + ul + li • JavaScript - the programming language that all web browsers use + li • Linux - the most popular operating system for servers (but you don't need to learn desktop Linux) + li • Git - the best way to save and share your projects + li • Databases - SQL is like a giant spread sheet that stores and retrieves your data + li • Algorithms - these are basically step-by-step recipies 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 non-profits: + ul + li • Agile - a set of software development principles that focus the design and production of a project on the needs of its users. + li • MongoDB - a popular non-relational database + li • AngularJS - a tool for making exciting web interfaces + li • ExpressJS - a powerful web development framework + li • NodeJS - a JavaScript-based web server h2 How will I learn all this? - h3 By pair programming with other Free Code Camp students on our coding challenges. Don't think of programming as a lonely art - it's a collaborative process, and programmers learn better together. We've also built an optional curriculum of the best free courses on the web. + ul + p By pair programming with other Free Code Camp students on our coding challenges. We've also built an optional curriculum of the best free courses on the web. Eventually, you'll work with people at non-profits to build real-life software solutions. + h2 What is 'pair programming', and what's so special about it? + ul + p Pair programming is where two software engineers share one computer and write code together. They discuss different problem solving approaches, and keep each other motivated. The result is better code than either engineer could have written by themselves. Because of its benefits, many engineers pair program full time. And it's the best way to learn coding. h2 How long does Free Code Camp take? - p It takes about 1,000 hours of coding to develop the skills you'll need to get an entry level software engineering job. Many in-person coding bootcamps jam all this into 12 weeks of intensive study. Free Code Camp is fully-online, and there will always be other people at your skill level that you can pair program with, so you can learn at your own pace. Here are some example coding schedules: - table.table - th Time budgeted - th Hours per week - th Weeks to complete - tr.info - td Weekends - td 10 hours/week - td 100 weeks (2 years) - tr.success - td Nights and Weekends - td 20 hours/week - td 50 weeks (1 year) - tr.warning - td Weekdays - td 40 hours/week - td 25 weeks (6 months) - tr.danger - td Traditional Bootcamp Pacing - td 80 hours/week - td 12 weeks (3 months) + ul + p It takes about 1,000 hours of coding to develop the skills you'll need to get an entry level software engineering job. Many in-person coding bootcamps jam all this into 12 weeks of intensive study. Free Code Camp is fully-online, and there will always be other people at your skill level that you can pair program with, so you can learn at your own pace. Here are some example coding schedules: + table.table + th Time budgeted + th Hours per week + th Weeks to complete + tr.info + td Weekends + td 10 hours/week + td 100 weeks (2 years) + tr.success + td Nights and Weekends + td 20 hours/week + td 50 weeks (1 year) + tr.warning + td Full time + td 40 hours/week + td 25 weeks (6 months) + tr.danger + td Traditional Bootcamp Pacing + td 80 hours/week + td 12 weeks (3 months) h2 Why does Free Code Camp use JavaScript instead of Ruby or Python? - h3 We love Python and Ruby. But even if you learn them, you'll still need to learn JavaScript. JavaScript is the most important language of all - it's the language of web browsers. It's also the most popular language. - br - img.img-center.img-responsive(src="http://dberkholz-media.redmonk.com/dberkholz/files/2014/04/github_new_repos-custom.png", style="max-height: 300px;") + ul + p We love Python and Ruby. But even if you learn them, you'll still need to learn JavaScript. JavaScript is the most important language of all - it's the language of web browsers. It's also the most popular language. + br + img.img-center.img-responsive(src="http://dberkholz-media.redmonk.com/dberkholz/files/2014/04/github_new_repos-custom.png", style="max-height: 300px;") h2 Will I really be able to job afterward? - h3 At the end of Free Code Camp, you will have pair programmed around 1,000 hours with dozens of other students, built a portfolio of projects that people are actively using, and a roster of glowing references from non-profits you've helped. 75% of bootcamp graduates get software engineering jobs, and make an average annual salary of $76,000. - a(href='https://www.coursereport.com/2014-graduate-survey.pdf', target='_blank')   (Source) - + ul + p At the end of Free Code Camp, you will have pair programmed around 1,000 hours with dozens of other students, built a portfolio of projects that people are actively using, and a roster of glowing references from non-profits you've helped. 75% of bootcamp graduates get software engineering jobs, and make an average annual salary of $76,000. + img.img-center.img-responsive(src="https://www.evernote.com/shard/s116/sh/4bb05639-d86c-4c15-b3a8-e4a43fa22d89/7cf00ed01124fac6e6741b97f8fb9e6f/deep/0/https---www.coursereport.com-2014-graduate-survey.pdf.png") h2 Do you have job placement services? - h3 Yes. We work with reputable technical recruitment firms and can help you find a good job. + ul + p Yes. We work with reputable technical recruitment firms and can help you find a good job. h2 Is this really free? Do you claim part of my first year's salary like some bootcamps do? - h3 Our name is Free Code Camp. We are a free code camp. If you had to pay us (or sign over future earnings), we'd have to change our name. And we are not going to do that. + ul + p Our name is Free Code Camp. We are a free code camp. If you had to pay us (or sign over future earnings), we'd have to change our name. And we are not going to do that. h2 Does Free Code Camp have an application process? - h3 Unlike most bootcamps, anyone can study at Free Code Camp. We're not going to tell you that you can't become a software engineer. We believe the only person who should be able to tell you that is you. If you perservere, and keep working through our challenges and non-profits' projects, you will become an employable software engineer. + ul + p Unlike most bootcamps, anyone can study at Free Code Camp. We're not going to tell you that you can't become a software engineer. We believe the only person who should be able to tell you that is you. If you perservere, and keep working through our challenges and non-profits' projects, you will become an employable software engineer. br .text-center - a.btn.btn-cta.btn-primary(href="/login") Sign in now to get started (it's free) \ No newline at end of file + a.btn.btn-cta.btn-warning(href="/login") Sign in now to get started (it's free) \ No newline at end of file diff --git a/views/layout.jade b/views/layout.jade index 8a190aa408e..0b89be59a0d 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -19,4 +19,12 @@ html include partials/footer - != js('application') \ No newline at end of file + != js('application') + +script + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-55446531-1', 'auto'); + ga('send', 'pageview'); \ No newline at end of file