Merge pull request #11182 from QuincyLarson/fix/fix-welcome-page
fix welcome page
This commit is contained in:
@ -3,20 +3,7 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3.text-center
|
.col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3.text-center
|
||||||
h1 Welcome to Free Code Camp!
|
h1 Welcome to Free Code Camp!
|
||||||
p You have created a brand new account.
|
p You have created a brand new account. Check your email so we can verify your email address.
|
||||||
p Already have an account?  
|
p If you previously had an account, and created this new account by accident, try signing in with a different email address
|
||||||
a(href='/signout') Sign out, then sign in with a different email address.
|
a(href='/email-signin') here
|
||||||
.spacer
|
| .
|
||||||
hr
|
|
||||||
.spacer
|
|
||||||
p Can we show you how to join our chat rooms and local study groups?
|
|
||||||
p It only takes a few minutes.
|
|
||||||
.spacer
|
|
||||||
.row
|
|
||||||
.col-xs-12
|
|
||||||
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/')
|
|
||||||
| Yes, I want to join the community
|
|
||||||
.row
|
|
||||||
.col-xs-12
|
|
||||||
a.btn.btn-lg.btn-block.btn-danger.btn-link-social(href='/map')
|
|
||||||
| No, I want to start coding immediately
|
|
Reference in New Issue
Block a user