fix style a little

pull/2/head
Michael Q Larson 2014-10-23 23:07:52 -07:00
parent e0c63eef31
commit 64a792e831
3 changed files with 23 additions and 11 deletions

View File

@ -124,6 +124,10 @@ ul {
font-size: 26px;
}
.nav-height {
height: 45px;
}
.landing-icon {
font-size: 150px;
margin-top: -20px;
@ -133,4 +137,8 @@ ul {
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.negative-10 {
margin-top: -30px;
margin-bottom: -30px;
}
/**/

View File

@ -7,16 +7,22 @@ block content
.row
.col-xs-12.col-sm-12.col-md-4
h3 Technical Mastery
span.landing-icon.ion-settings
p You'll learn to code by pair programming (where two people code together on one computer) on our coding challenges.
.negative-10
span.landing-icon.ion-settings.text-primary
.negative-10
p You'll learn to code by pair programming (where two people code together on one computer) through our coding challenges.
.col-xs-12.col-sm-12.col-md-4
h3 Unique Portfolio Projects
span.landing-icon.ion-briefcase
p You'll apply your new coding skills by building software solutions for non-profits.
.negative-10
span.landing-icon.ion-social-github.text-primary
.negative-10
p You'll use your new coding skills to build software solutions for non-profits. Your portfolio projects will have grateful users.
.col-xs-12.col-sm-12.col-md-4
h3 Glowing References
span.landing-icon.ion-person-stalker
p You'll gain the respect of your peers and the people you help. These connections will help you land the job.
.negative-10
span.landing-icon.ion-thumbsup.text-primary
.negative-10
p You'll gain the respect of your peers and the non-profits you help. These types of connections are critical to your job search.
a.btn.btn-cta.btn-primary(href="/login") Sign in now to get started (it's free)
br
br
@ -34,6 +40,7 @@ block content
li &#8226 CSS - the design of web pages
li &#8226 Bootstrap - a "responsive design" tool that helps your websites look great on tablets and phones
li &#8226 jQuery - an easy tool for controlling content in the browser
li &#8226 Chrome DevTools - a way to experiment with your websites and debug them, right in your browser
p Then you'll learn computer science and the art of programming:
ul
li &#8226 JavaScript - the programming language that all web browsers use
@ -53,7 +60,7 @@ block content
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.
p Pair programming is where two people code together on one computer. You discuss different approaches to solving problems, and keep each other motivated. The result is better code than either of you could have written by yourselves. Because of its benefits, many engineers pair program full time. And it's the best way to learn coding. Thanks to tools like Screen Hero, you can pair program online without needing to be in the same room.
h2 How long does Free Code Camp take?
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:
@ -86,9 +93,6 @@ block content
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?
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?
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.

View File

@ -1,4 +1,4 @@
.navbar.navbar-default.navbar-fixed-top
.navbar.navbar-default.navbar-fixed-top.nav-height
.container
.navbar-header
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')