Merge remote-tracking branch 'origin/staging' into staging
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
block content
|
block content
|
||||||
|
.bg-info.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Improvements' target='_blank') Click here to read about the improvements we just made to Free Code Camp and the bugs we're still fixing.
|
||||||
.jumbotron.text-center
|
.jumbotron.text-center
|
||||||
h2 Sign in with one of these options:
|
h2 Sign in with one of these options:
|
||||||
a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
|
a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
|
||||||
@ -18,7 +21,8 @@ block content
|
|||||||
i.fa.fa-linkedin
|
i.fa.fa-linkedin
|
||||||
| Sign in with LinkedIn
|
| Sign in with LinkedIn
|
||||||
br
|
br
|
||||||
p
|
p Email sign in is temporarily disabled - we are working to fix this ASAP. Try logging in with an above service that uses the same email address as you normally use to sign in with (other than Twitter).
|
||||||
a(href="/email-signup") Or sign up using your email address here.
|
//p
|
||||||
p
|
// a(href="/email-signup") Or sign up using your email address here.
|
||||||
a(href="/email-signin") Sign in to your existing account with your email address here.
|
//p
|
||||||
|
// a(href="/email-signin") Sign in to your existing account with your email address here.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
block content
|
block content
|
||||||
|
.bg-info.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Improvements' target='_blank') Click here to read about the improvements we just made to Free Code Camp and the bugs we're still fixing.
|
||||||
.panel.panel-info
|
.panel.panel-info
|
||||||
.panel-heading.text-center
|
.panel-heading.text-center
|
||||||
h1 Challenge Map
|
h1 Challenge Map
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends layout
|
extends layout
|
||||||
block content
|
block content
|
||||||
|
.bg-info.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Improvements' target='_blank') Click here to read about the improvements we just made to Free Code Camp and the bugs we're still fixing.
|
||||||
.jumbotron
|
.jumbotron
|
||||||
.text-center
|
.text-center
|
||||||
h1.hug-top Code with Us
|
h1.hug-top Code with Us
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
block content
|
block content
|
||||||
|
.bg-info.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Improvements' target='_blank') Click here to read about the improvements we just made to Free Code Camp and the bugs we're still fixing.
|
||||||
.jumbotron
|
.jumbotron
|
||||||
h2.text-center This 10-minute guide will help you get the most out of Free Code Camp.
|
h2.text-center This 10-minute guide will help you get the most out of Free Code Camp.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user