fix: update copy and add spacing

This commit is contained in:
Mrugesh Mohapatra
2018-08-22 22:17:30 +05:30
committed by mrugesh mohapatra
parent 8e79a48b29
commit ab682e08ec

View File

@ -11,7 +11,9 @@ block content
#accept-privacy-terms
.row
.text-center
h3 Please review our privacy policy and the terms of service.
br
br
h3 Please review our updated privacy policy and the terms of service.
br
.row
.col-sm-6.col-sm-offset-3
@ -22,7 +24,7 @@ block content
input(id='terms', name='privacy', type='checkbox')
span.cr
i.cr-icon.fa.fa-check
| I accept the
| I accept the  
a(href='https://www.freecodecamp.org/terms' target='_blank') terms of service
| (required).
.checkbox
@ -30,7 +32,7 @@ block content
input(id='privacy', name='privacy', type='checkbox')
span.cr
i.cr-icon.fa.fa-check
| I accept the
| I accept the  
a(href='https://www.freecodecamp.org/privacy' target='_blank') privacy policy
| (required).
.checkbox
@ -38,7 +40,7 @@ block content
input(id='quincyemails', name='quincyemails', type='checkbox')
span.cr
i.cr-icon.fa.fa-check
| I want weekly emails from Quincy (freeCodeCamp.org's founder)
| I want weekly emails from Quincy (freeCodeCamp.org's founder).
.button-spacer
button.btn.btn-primary.btn-lg.btn-block(id='submit-button', type='submit')
.row