freeCodeCamp/views/login.jade

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2013-11-16 18:24:06 +00:00
extends layout
block content
2013-12-04 11:05:41 +00:00
.login-container
h3.text-center
span.text-primary PROJECT
span.text-muted NAME
2013-12-04 11:05:41 +00:00
form(method='POST')
.form-group
input.form-control(type='text', name='usernameOrEmail', id='usernameOrEmail', placeholder='Username or Email', autofocus='')
.form-group
input.form-control(type='password', name='password', id='password', placeholder='Password')
button(type='submit')
i.fa.fa-chevron-right
.form-options.clearfix
a.pull-right(href='#') Forgot password?
.text-left
label.checkbox
input(type='checkbox')
span Remember me
2013-11-16 18:40:50 +00:00
.row
.col-xs-6.col-sm-6.col-md-6
2013-12-04 11:05:41 +00:00
a.btn.btn-primary.btn-block.facebook(href='/auth/facebook')
i.fa.fa-facebook
2013-12-04 11:05:41 +00:00
| Facebook
2013-11-16 18:40:50 +00:00
.col-xs-6.col-sm-6.col-md-6
a.btn.btn-danger.btn-block.google(href='/auth/google')
i.fa.fa-google-plus
|   Google
.row
.col-xs-6.col-sm-6.col-md-6
a.btn.btn-info.btn-block.twitter(href='/auth/twitter')
i.fa.fa-twitter
|   Twitter
.col-xs-6.col-sm-6.col-md-6
a.btn.btn-default.btn-block.github(href='/auth/github')
i.fa.fa-github
|   GitHub
p Don't have an account yet? 
a(href='signup1.html') Sign up now
2013-12-04 11:05:41 +00:00
if messages.length
.alert.alert-danger
2013-11-19 03:52:56 +00:00
strong= messages