update copy and improve look of commit and its directory

This commit is contained in:
Quincy Larson
2015-12-10 00:01:09 -06:00
parent 3b320c8852
commit 473a77e0a2
3 changed files with 9 additions and 9 deletions

View File

@ -536,8 +536,8 @@ thead {
height: 500px; height: 500px;
} }
.height-300 { .height-400 {
height: 300px; height: 400px;
} }
.testimonial-copy { .testimonial-copy {

View File

@ -6,7 +6,7 @@ block content
.row .row
.col-xs-12.col-sm-10.col-sm-offset-1 .col-xs-12.col-sm-10.col-sm-offset-1
for nonprofit in nonprofits 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 .text-center
h2= nonprofit.displayName h2= nonprofit.displayName
img.testimonial-image.img-responsive.img-center(src=nonprofit.imgUrl) img.testimonial-image.img-responsive.img-center(src=nonprofit.imgUrl)

View File

@ -22,24 +22,24 @@ block content
input(type='text' value='#{name}' name='nonprofit') input(type='text' value='#{name}' name='nonprofit')
.row .row
.col-xs-12.col-sm-6.col-sm-offset-3 .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') .btn-group.btn-group-justified(data-toggle='buttons' role='group')
label.btn.btn-primary.btn-lg.active label.btn.btn-primary.btn-lg.active
input(type='radio' id=frontEndCert value=frontEndCert name='goal' checked="checked") 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 label.btn.btn-primary.btn-lg
input(type='radio' id=fullStackCert value=dataVisCert name='goal') 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 label.btn.btn-primary.btn-lg
input(type='radio' id=fullStackCert value=backEndCert name='goal') 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 label.btn.btn-primary.btn-lg
input(type='radio' id=fullStackCert value=fullStackCert name='goal') input(type='radio' id=fullStackCert value=fullStackCert name='goal')
| Full Stack Development Certification (takes about 2,080 hours) | Full Stack Cert
.spacer .spacer
.row .row
.col-xs-12.col-sm-6.col-sm-offset-3 .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') .btn-group.btn-group-justified(data-toggle='buttons' role='group')
label.btn.btn-success label.btn.btn-success
input(type='radio' id='5-dollar-pledge' value='5' name='amount') input(type='radio' id='5-dollar-pledge' value='5' name='amount')