freeCodeCamp/views/login.jade

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-11-16 18:24:06 +00:00
extends layout
block content
if messages.length
.alert.alert-danger
strong= messages
2013-12-12 01:26:53 +00:00
h2.text-center Login
form.form-horizontal(method='POST')
2013-12-12 01:26:53 +00:00
.form-group
label.col-sm-2.control-label(for='username') Email
.col-sm-8
input.form-control(type='text', name='username', id='username', placeholder='Email', autofocus='')
.form-group
label.col-sm-2.control-label(for='username') Password
.col-sm-8
.input-group
input.form-control(type='password', name='password', id='password', placeholder='Password')
span.input-group-btn
button.btn.btn-primary(type='button') Go!
.help-block
a.pull-right(href='#') Forgot password?
.form-group
.col-sm-offset-2.col-sm-8
.btn-group.btn-group-justified
a.btn.btn-sm.btn-primary.facebook(href='/auth/facebook')
i.fa.fa-facebook
| Facebook
a.btn.btn-sm.btn-info.twitter(href='/auth/twitter')
i.fa.fa-twitter
| Twitter
a.btn.btn-sm.btn-default.github(href='/auth/github')
i.fa.fa-github
| GitHub
2013-12-12 01:26:53 +00:00
a.btn.btn-sm.btn-danger.google(href='/auth/google')
i.fa.fa-google-plus
| Google