update copy and improve look of commit and its directory
This commit is contained in:
@ -536,8 +536,8 @@ thead {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.height-300 {
|
||||
height: 300px;
|
||||
.height-400 {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.testimonial-copy {
|
||||
|
@ -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)
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user