From 454e59939e42840b192fdbaa4db24b730b951b32 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 16 Aug 2015 11:02:22 -0700 Subject: [PATCH] add wiki to tops of pages --- server/views/account/signin.jade | 12 ++++++++---- server/views/challengeMap/show.jade | 3 +++ server/views/home.jade | 3 +++ server/views/resources/get-started.jade | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/server/views/account/signin.jade b/server/views/account/signin.jade index 1064224f04..b64da41343 100644 --- a/server/views/account/signin.jade +++ b/server/views/account/signin.jade @@ -1,5 +1,8 @@ extends ../layout 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 h2 Sign in with one of these options: a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') @@ -18,7 +21,8 @@ block content i.fa.fa-linkedin | Sign in with LinkedIn br - p - a(href="/email-signup") Or sign up using your email address here. - p - a(href="/email-signin") Sign in to your existing account with your email address here. + 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). + //p + // a(href="/email-signup") Or sign up using your email address here. + //p + // a(href="/email-signin") Sign in to your existing account with your email address here. diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index ec33939ae7..f18ebe2f7e 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -1,5 +1,8 @@ extends ../layout 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-heading.text-center h1 Challenge Map diff --git a/server/views/home.jade b/server/views/home.jade index f08d7528ca..f912099ffa 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -1,5 +1,8 @@ extends layout 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 h1.hug-top Code with Us diff --git a/server/views/resources/get-started.jade b/server/views/resources/get-started.jade index 516b4f0a88..9756ab545b 100644 --- a/server/views/resources/get-started.jade +++ b/server/views/resources/get-started.jade @@ -1,5 +1,8 @@ extends ../layout 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 h2.text-center This 10-minute guide will help you get the most out of Free Code Camp.