freeCodeCamp/server/views/account/signin.jade

25 lines
1.0 KiB
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:
2015-08-04 08:28:21 +00:00
a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
2015-08-01 15:38:42 +00:00
i.fa.fa-github
| Sign in with Github
2015-08-16 12:47:13 +00:00
a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook')
2015-04-22 11:40:25 +00:00
i.fa.fa-facebook
| Sign in with Facebook
2015-08-16 12:47:13 +00:00
a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google')
2015-08-01 15:38:42 +00:00
i.fa.fa-google-plus
| Sign in with Google
2015-08-16 12:47:13 +00:00
a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin')
2015-04-22 11:40:25 +00:00
i.fa.fa-linkedin
| Sign in with LinkedIn
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
i.fa.fa-twitter
| Sign in with Twitter
br
2015-08-18 06:57:38 +00:00
p
a(href="/email-signup") Or sign up using your email address here.
p
a(href="/email-signin") If you originally signed up using your email address, you can sign in here.