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
|
2014-11-30 15:23:12 -08:00
|
|
|
h2 Sign in with one of these options:
|
2015-04-22 04:40:25 -07: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-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
|
2015-02-19 13:33:08 -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 22:22:27 -08:00
|
|
|
br
|
2014-12-05 11:58:39 -08:00
|
|
|
p
|
2014-12-07 16:25:43 -08:00
|
|
|
a(href="/email-signup") Or sign up using your email address here.
|
|
|
|
p
|
2015-01-04 12:26:45 -08:00
|
|
|
a(href="/email-signin") Sign in to your existing account with your email address here.
|