diff --git a/server/views/commit/index.jade b/server/views/commit/index.jade index cd64379443..e1f3d915fc 100644 --- a/server/views/commit/index.jade +++ b/server/views/commit/index.jade @@ -22,7 +22,7 @@ block content input(type='text' value='#{name}' name='nonprofit') .row .col-xs-12.col-sm-6.col-sm-offset-3 - h3 Choose your goal: + h3 Step 1: Choose 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") @@ -33,7 +33,7 @@ block content .spacer .row .col-xs-12.col-sm-6.col-sm-offset-3 - h3 Choose your monthly pledge: + h3 Step 2: Choose your monthly pledge .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') @@ -48,9 +48,18 @@ block content input(type='radio' id='50-dollar-pledge' value='50' name='amount') | $50 per month .spacer + .col-xs-12.col-sm-6.col-sm-offset-3 + h3 Step 3: Set up your monthly donation .row .col-xs-12.col-sm-6.col-sm-offset-3.text-center - a#commit-btn-submit.btn.btn-block.btn-lg.signup-btn(href=donateUrl target='_blank') Commit (and open donate page) + a.btn.btn-block.btn-lg.btn-primary(href=donateUrl target='_blank') Open the #{displayName} donation page + + .spacer + .col-xs-12.col-sm-6.col-sm-offset-3 + h3 Step 4: Confirm your commitment to your goal + .row + .col-xs-12.col-sm-6.col-sm-offset-3.text-center + a#commit-btn-submit.btn.btn-block.btn-lg.signup-btn(href=donateUrl target='_blank') Commit if pledge form.row(name='stop-pledge' action='/commit/stop-commitment' method='post') @@ -61,7 +70,7 @@ block content .row .col-xs-12.col-sm-6.col-sm-offset-3.text-center .button-spacer - a.btn.btn-block.btn-default(href='/') Maybe later + a.btn.btn-block.btn-default(href='/map') Maybe later .spacer script. $(function() {