freeCodeCamp/views/account/login.jade

21 lines
866 B
Plaintext
Raw Normal View History

extends ../layout
2013-11-16 18:24:06 +00:00
block content
.jumbotron.text-center
2014-11-30 23:23:12 +00:00
h2 Sign in with one of these options:
a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google')
i.fa.fa-google-plus
| Sign in with Google
2014-11-30 23:23:12 +00:00
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
2014-11-30 07:01:49 +00:00
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
i.fa.fa-twitter
| Sign in with Twitter
br
2014-12-05 19:58:39 +00:00
p
2014-12-08 00:25:43 +00:00
a(href="/email-signup") Or sign up using your email address here.
p
a(href="/email-signin") Sign in to your existing account with your email address here.