update login view

pull/2/head
Michael Q Larson 2014-11-30 15:23:12 -08:00
parent 2f424def20
commit 1accb225c6
1 changed files with 14 additions and 9 deletions

View File

@ -1,24 +1,24 @@
extends ../layout extends ../layout
block content block content
.jumbotron.text-center .jumbotron.text-center
h2 Use any of these accounts to Sign up or Sign in to Free Code Camp: h2 Sign in with one of these options:
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-google-plus.btn-social(href='/auth/google') a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google')
i.fa.fa-google-plus i.fa.fa-google-plus
| Sign in with Google | Sign in with Google
a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
i.fa.fa-github i.fa.fa-github
| Sign in with 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') a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
i.fa.fa-twitter i.fa.fa-twitter
| Sign in with Twitter | Sign in with Twitter
hr 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') form.form-horizontal(id='signup-form', action='signup', method='POST')
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf', value=_csrf)
.form-group .form-group
@ -36,7 +36,7 @@ block content
span.ion-person-add span.ion-person-add
| Sign up | Sign up
hr 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') form(action='login', method='POST')
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf', value=_csrf)
.col-sm-6.col-sm-offset-3 .col-sm-6.col-sm-offset-3
@ -50,6 +50,10 @@ block content
| Sign in | Sign in
span    span   
a.btn.btn-info(href='/forgot') Forgot your password? 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 br
br br
@ -59,3 +63,4 @@ block content
br br
br br
br br