diff --git a/views/account/login.jade b/views/account/login.jade index 655f89244d1..549b7be6f6b 100644 --- a/views/account/login.jade +++ b/views/account/login.jade @@ -1,24 +1,24 @@ extends ../layout block content .jumbotron.text-center - h2 Use any of these accounts to Sign up or Sign in to Free Code Camp: - a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook') - i.fa.fa-facebook - | Sign in with Facebook - a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') - i.fa.fa-linkedin - | Sign in with LinkedIn + h2 Sign in with one of these options: a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google') i.fa.fa-google-plus | Sign in with Google a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') i.fa.fa-github | Sign in with GitHub + a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook') + i.fa.fa-facebook + | Sign in with Facebook + a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') + i.fa.fa-linkedin + | Sign in with LinkedIn a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter') i.fa.fa-twitter | Sign in with Twitter hr - h2 Sign up with an email address here: + h2 Or you can use an email address: form.form-horizontal(id='signup-form', action='signup', method='POST') input(type='hidden', name='_csrf', value=_csrf) .form-group @@ -36,7 +36,7 @@ block content span.ion-person-add | Sign up hr - h2 Sign in with an email address here: + h2 If you previously signed up with your email address, sign in here: form(action='login', method='POST') input(type='hidden', name='_csrf', value=_csrf) .col-sm-6.col-sm-offset-3 @@ -50,6 +50,10 @@ block content | Sign in span    a.btn.btn-info(href='/forgot') Forgot your password? + .col-sm-12 + h2 You can trust us with your  + a(href="http://www.freecodecamp.com") privacy + | . br br br @@ -59,3 +63,4 @@ block content br br br +