mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Added twitter and github sign-in buttons; reduced button sizes
This commit is contained in:
+2
-1
@@ -57,4 +57,5 @@ body {
|
||||
h3 {
|
||||
text-align: center;
|
||||
line-height: 300%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+15
-6
@@ -7,13 +7,22 @@ block content
|
||||
a(href='/signup') Sign Up
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-lg.btn-primary.btn-block(href='/auth/facebook')
|
||||
i.fa.fa-facebook-square
|
||||
| Facebook
|
||||
a.btn.btn-primary.btn-block(href='/auth/facebook')
|
||||
i.fa.fa-facebook
|
||||
| Facebook
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-lg.btn-danger.btn-block(href='/auth/google')
|
||||
i.fa.fa-google-plus-square
|
||||
| Google
|
||||
a.btn.btn-danger.btn-block(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(href='/auth/twitter')
|
||||
i.fa.fa-twitter
|
||||
| Twitter
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-default.btn-block(href='/auth/github')
|
||||
i.fa.fa-github
|
||||
| GitHub
|
||||
.login-or
|
||||
hr.hr-or
|
||||
span.span-or or
|
||||
|
||||
Reference in New Issue
Block a user