freeCodeCamp/views/account/login.jade

44 lines
1.7 KiB
Plaintext

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
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-twitter.btn-social(href='/auth/twitter')
i.fa.fa-twitter
| Sign in with Twitter
h2 ... or Sign In or Sign up with an email and password:
form(method='POST')
input(type='hidden', name='_csrf', value=_csrf)
.col-sm-8.col-sm-offset-2
.form-group
label.control-label(for='email') Email
input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus=true)
.form-group
label.control-label(for='password') Password
input.form-control(type='password', name='password', id='password', placeholder='Password')
.form-group
button.btn.btn-primary(type='submit')
span.ion-android-hand
| Login
a.btn.btn-link(href='/forgot') Forgot your password?
br
br
br
br
br
br
br
br
br