freeCodeCamp/views/account/login.jade

38 lines
1.4 KiB
Plaintext
Raw Normal View History

extends ../layout
2013-11-16 18:24:06 +00:00
block content
.page-header
h3 Sign in
form(method='POST')
2014-03-28 14:38:29 +00:00
input(type='hidden', name='_csrf', value=_csrf)
2014-03-07 19:42:37 +00:00
.col-sm-8.col-sm-offset-2
.form-group
label.control-label(for='email') Email
input.form-control(type='text', 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
2014-07-01 22:26:49 +00:00
button.btn.btn-primary(type='submit')
span.ion-android-hand
2014-07-01 22:26:49 +00:00
| Login
a.btn.btn-link(href='/forgot') Forgot your password?
hr
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
i.fa.fa-facebook
| Sign in with Facebook
a.btn.btn-block.btn-twitter.btn-social(href='/auth/twitter')
i.fa.fa-twitter
| Sign in with Twitter
a.btn.btn-block.btn-google-plus.btn-social(href='/auth/google')
i.fa.fa-google-plus
| Sign in with Google
a.btn.btn-block.btn-github.btn-social(href='/auth/github')
i.fa.fa-github
| Sign in with GitHub
a.btn.btn-block.btn-linkedin.btn-social(href='/auth/linkedin')
i.fa.fa-linkedin
| Sign in with LinkedIn
2014-04-22 19:00:27 +00:00
a.btn.btn-block.btn-instagram.btn-social(href='/auth/instagram')
i.fa.fa-instagram
| Sign in with Instagram