diff --git a/public/css/main.less b/public/css/main.less index 0623f097fc4..bcb348a73ca 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -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; } diff --git a/views/home.jade b/views/home.jade index 4f2f4316ca3..47305dee19b 100644 --- a/views/home.jade +++ b/views/home.jade @@ -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 @@ -37,11 +37,4 @@ block content br 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 \ No newline at end of file + include partials/faq \ No newline at end of file diff --git a/views/partials/faq.jade b/views/partials/faq.jade index 02fe5a5225f..52618260f8f 100644 --- a/views/partials/faq.jade +++ b/views/partials/faq.jade @@ -69,4 +69,13 @@ p.landing-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? 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. \ No newline at end of file + 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 \ No newline at end of file