From 473a77e0a2c5648df0ebe81cb5392433c35865a9 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 10 Dec 2015 00:01:09 -0600 Subject: [PATCH] update copy and improve look of commit and its directory --- client/less/main.less | 4 ++-- server/views/commit/directory.jade | 2 +- server/views/commit/index.jade | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/less/main.less b/client/less/main.less index c8a33ea006..99de14a19f 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -536,8 +536,8 @@ thead { height: 500px; } -.height-300 { - height: 300px; +.height-400 { + height: 400px; } .testimonial-copy { diff --git a/server/views/commit/directory.jade b/server/views/commit/directory.jade index 2cf46eeb36..e27ba5f1cd 100644 --- a/server/views/commit/directory.jade +++ b/server/views/commit/directory.jade @@ -6,7 +6,7 @@ block content .row .col-xs-12.col-sm-10.col-sm-offset-1 for nonprofit in nonprofits - .col-xs-12.col-sm-6.col-md-4.height-300 + .col-xs-12.col-sm-6.col-md-4.height-400 .text-center h2= nonprofit.displayName img.testimonial-image.img-responsive.img-center(src=nonprofit.imgUrl) diff --git a/server/views/commit/index.jade b/server/views/commit/index.jade index 95a1928efe..3b2de4d79d 100644 --- a/server/views/commit/index.jade +++ b/server/views/commit/index.jade @@ -22,24 +22,24 @@ block content input(type='text' value='#{name}' name='nonprofit') .row .col-xs-12.col-sm-6.col-sm-offset-3 - h3 Step 1: Choose your goal + h3 Step 1: What's your goal? .btn-group.btn-group-justified(data-toggle='buttons' role='group') label.btn.btn-primary.btn-lg.active input(type='radio' id=frontEndCert value=frontEndCert name='goal' checked="checked") - | Front End Development Certification (takes about 400 hours) + | Front End Cert label.btn.btn-primary.btn-lg input(type='radio' id=fullStackCert value=dataVisCert name='goal') - | Data Visualization Certification (takes about 800 hours) + | Data Viz Cert label.btn.btn-primary.btn-lg input(type='radio' id=fullStackCert value=backEndCert name='goal') - | Back End Development Certification (takes about 1,200 hours) + | Back End Cert label.btn.btn-primary.btn-lg input(type='radio' id=fullStackCert value=fullStackCert name='goal') - | Full Stack Development Certification (takes about 2,080 hours) + | Full Stack Cert .spacer .row .col-xs-12.col-sm-6.col-sm-offset-3 - h3 Step 2: Choose your monthly pledge + h3 Step 2: How much do you want to pledge monthly until you meet that goal? .btn-group.btn-group-justified(data-toggle='buttons' role='group') label.btn.btn-success input(type='radio' id='5-dollar-pledge' value='5' name='amount')