more changes recommended by Ryan

pull/2/head
Michael Q Larson 2014-12-11 17:59:01 -08:00
parent 5db002570d
commit 5de070aca4
3 changed files with 18 additions and 11 deletions

View File

@ -154,6 +154,7 @@ ul {
.nav-height {
height: 50px;
border: none;
}
.landing-icon {
@ -172,6 +173,10 @@ ul {
margin-top: -10px;
}
.negative-15 {
margin-top: -15px;
}
.landing-p {
font-size: 18px !important;
}
@ -282,7 +287,7 @@ ul {
}
.hug-top {
margin-top: -40px;
margin-top: -35px;
margin-bottom: -10px;
}

View File

@ -1,6 +1,6 @@
extends layout
block content
.jumbotron
.jumbotron.negative-15
.text-center
h1.hug-top Code with Us
h2 Let's learn to code by building projects for nonprofits
@ -38,10 +38,3 @@ block content
include partials/about-us
br
include partials/faq
br
.jumbotron
.text-center
a.btn.btn-cta.signup-btn.cta.btn-primary(href="/login") Start learning to code (it's free)
br
br
a.btn.nonprofit-cta.btn-success(href="/nonprofits") I'm with a nonprofit and want help coding something

View File

@ -70,3 +70,12 @@
h2 Does Free Code Camp have an application process?
ul
p.landing-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 nonprofits' projects, you will become an employable software engineer.
br
br
.text-center
a.btn.btn-cta.signup-btn.cta.btn-primary(href="/login") Start learning to code (it's free)
br
br
a.btn.nonprofit-cta.btn-success(href="/nonprofits") I'm with a nonprofit and want help coding something
br
br