diff --git a/public/css/main.less b/public/css/main.less index 46670b6e88..25af249ab9 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -450,7 +450,7 @@ thead { .landing-skill-icon { color: #215f1e; - font-size: 100px; + font-size: 150px; } .black-text { @@ -460,7 +460,7 @@ thead { } .font-awesome-padding { - margin-top: 25px; + margin-top: 45px; margin-bottom: 20px; } diff --git a/views/home.jade b/views/home.jade index 1fe719b6d4..4cc9a9d8d9 100644 --- a/views/home.jade +++ b/views/home.jade @@ -34,7 +34,7 @@ block content br a.btn.nonprofit-cta.btn-success(href="/nonprofits") I'm with a nonprofit and want help coding something .big-break - h2 Campers you'll hang out with + h2 Campers you'll hang out with: .row .col-xs-12.col-sm-12.col-md-4 img.img-responsive.testimonial-image.img-center(src="https://s3.amazonaws.com/freecodecamp/testimonial-jen.jpg", alt="@jenthebest's testimonial image") @@ -49,42 +49,40 @@ block content .testimonial-copy I'm currently working through Free Code Camp to improve my JavaScript. The community is very welcoming! h3 - @cynthialanel .big-break - h2 Skills you'll learn + h2 Skills you'll learn: .text-center - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-social-html5 .black-text HTML5 - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-social-css3 .black-text CSS3 - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-social-javascript .black-text JavaScript - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.fa.fa-database.font-awesome-padding .black-text Databases - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-social-chrome .black-text DevTools - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-social-nodejs .black-text Node.js - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-social-angular .black-text Angular.js - .col-sm-3.col-xs-12 + .col-xs-12.col-sm-12.col-md-3 .landing-skill-icon.ion-ios-loop-strong .black-text Agile .big-break - h2 Skills you'll learn - .big-break h2   - h2 Fast facts about our community + h2 Fast facts about our community: h3.col-xs-offset-0.col-sm-offset-1.col-md-offset-2 ul.text-left - li.ion-code   100% free and open source - li.ion-code   Thousands of professionals actively learning to code - li.ion-code   Dozens of nonprofit partners - li.ion-code   One goal: to boost your career with code + li.ion-code   We're 100% free and open source + li.ion-code   We're thousands of professionals who are learning to code + li.ion-code   We're building projects for dozens of nonprofits + li.ion-code   We share one goal: to boost our careers with code .big-break a.btn.btn-cta.signup-btn(href="/login") Start learning to code (it's free) \ No newline at end of file