fix: Update captalize, change btn label, and link targe

This commit is contained in:
Mrugesh Mohapatra
2018-01-18 01:41:33 +05:30
parent 3306ac7214
commit 297dc3167e

View File

@ -10,7 +10,7 @@ block content
#flash-content #flash-content
.row .row
.text-center .text-center
h2 Create a new account or Sign in with an Email here: h2 Create a New account or Sign In with an Email here:
.button-spacer .button-spacer
.col-sm-6.col-sm-offset-3 .col-sm-6.col-sm-offset-3
form(method='POST', action='/passwordless-auth') form(method='POST', action='/passwordless-auth')
@ -20,17 +20,17 @@ block content
.button-spacer .button-spacer
button#magic-btn.btn.btn-primary.btn-lg.btn-block(type='submit') button#magic-btn.btn.btn-primary.btn-lg.btn-block(type='submit')
span.fa.fa-envelope span.fa.fa-envelope
| Get a magic link to sign in. | Get a magic link on your email above.
.row .row
.col-sm-6.col-sm-offset-3 .col-sm-6.col-sm-offset-3
br br
p.text-center p.text-center
| freeCodeCamp uses passwordless authentication. | freeCodeCamp uses passwordless authentication.
br br
| Create a new account instantly, using a valid email address, or Sign in | Create a New account instantly, using a valid email address, or Sign In
| using your existing email with us, if you already have an account. | using your existing email with us, if you already have an account.
p.text-center p.text-center
a(href="https://medium.freecodecamp.org/360-million-reasons-to-destroy-all-passwords-9a100b2b5001") Learn more about passwordless authentication. a(href="https://medium.freecodecamp.org/360-million-reasons-to-destroy-all-passwords-9a100b2b5001" target="_blank" rel="noopener") Learn more about passwordless authentication.
br br
p.text-center p.text-center
a(href="/deprecated-signin") Or click here if you want to sign in with other options. a(href="/deprecated-signin") Or click here if you want to sign in with other options.