2014-01-07 13:36:44 -05:00
|
|
|
extends ../layout
|
2013-11-16 13:24:06 -05:00
|
|
|
block content
|
2014-11-29 22:22:27 -08:00
|
|
|
.jumbotron.text-center
|
|
|
|
h2 Use any of these accounts to Sign up or Sign in to Free Code Camp:
|
2014-11-29 23:40:17 -08:00
|
|
|
a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
|
|
|
i.fa.fa-facebook
|
|
|
|
| Sign in with Facebook
|
2014-11-29 23:01:49 -08:00
|
|
|
a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin')
|
|
|
|
i.fa.fa-linkedin
|
|
|
|
| Sign in with LinkedIn
|
2014-11-29 22:22:27 -08:00
|
|
|
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
|
2014-11-29 23:01:49 -08:00
|
|
|
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
|
|
|
|
i.fa.fa-twitter
|
|
|
|
| Sign in with Twitter
|
2014-11-29 23:52:30 -08:00
|
|
|
hr
|
|
|
|
h2 Sign up with an email address here:
|
2014-11-30 00:10:21 -08:00
|
|
|
form.form-horizontal(id='signup-form', action='signup', method='POST')
|
2014-11-29 23:52:30 -08:00
|
|
|
input(type='hidden', name='_csrf', value=_csrf)
|
|
|
|
.form-group
|
|
|
|
.col-sm-6.col-sm-offset-3
|
2014-11-30 00:10:21 -08:00
|
|
|
input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus=true)
|
2014-11-29 23:52:30 -08:00
|
|
|
.form-group
|
|
|
|
.col-sm-6.col-sm-offset-3
|
|
|
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
|
|
|
.form-group
|
|
|
|
.col-sm-6.col-sm-offset-3
|
|
|
|
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
|
|
|
|
.form-group
|
|
|
|
.col-sm-offset-3.col-sm-6
|
|
|
|
button.btn.btn-success(type='submit')
|
|
|
|
span.ion-person-add
|
2014-11-30 00:10:21 -08:00
|
|
|
| Sign up
|
2014-11-29 23:52:30 -08:00
|
|
|
hr
|
|
|
|
h2 Sign in with an email address here:
|
2014-11-30 00:10:21 -08:00
|
|
|
form(action='login', method='POST')
|
2014-11-29 21:32:59 -08:00
|
|
|
input(type='hidden', name='_csrf', value=_csrf)
|
2014-11-29 23:52:30 -08:00
|
|
|
.col-sm-6.col-sm-offset-3
|
2014-11-29 21:32:59 -08:00
|
|
|
.form-group
|
2014-11-30 00:10:21 -08:00
|
|
|
input.form-control(type='email', name='email', id='email', placeholder='Email')
|
2014-11-29 21:32:59 -08:00
|
|
|
.form-group
|
|
|
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
|
|
|
.form-group
|
|
|
|
button.btn.btn-primary(type='submit')
|
|
|
|
span.ion-android-hand
|
2014-11-30 00:10:21 -08:00
|
|
|
| Sign in
|
2014-11-29 23:52:30 -08:00
|
|
|
span
|
|
|
|
a.btn.btn-info(href='/forgot') Forgot your password?
|
2014-11-29 22:22:27 -08:00
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|
|
|
|
br
|