From 47edc01ae0de779a8a17c817aa6a96f6bedf5028 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 12 Oct 2016 16:51:10 -0700 Subject: [PATCH] fix welcome page --- server/views/resources/welcome.jade | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/server/views/resources/welcome.jade b/server/views/resources/welcome.jade index 49afba3510..373702c879 100644 --- a/server/views/resources/welcome.jade +++ b/server/views/resources/welcome.jade @@ -3,20 +3,7 @@ block content .row .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! - p You have created a brand new account. - p Already have an account?   - a(href='/signout') Sign out, then sign in with a different email address. - .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 + p You have created a brand new account. Check your email so we can verify your email address. + p If you previously had an account, and created this new account by accident, try signing in with a different email address + a(href='/email-signin') here + | . \ No newline at end of file