diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index 294368b722..5c33397a4f 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -1,5 +1,7 @@ extends ../layout block content + .bg-danger.default-border-radius + p      We are running emergency server maintenance. Your account and challenge completion will not be saved until this message goes away. Sorry about the inconvenience and thank you for your understanding. .panel.panel-info .panel-heading.text-center h1 Challenge Map diff --git a/server/views/home.jade b/server/views/home.jade index f08d7528ca..7c1ff3677e 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -1,5 +1,7 @@ extends layout block content + .bg-danger.default-border-radius + p      We are running emergency server maintenance. Your account and challenge completion will not be saved until this message goes away. Sorry about the inconvenience and thank you for your understanding. .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 66ea1c2d35..bbf1f74d1a 100644 --- a/server/views/resources/get-started.jade +++ b/server/views/resources/get-started.jade @@ -1,5 +1,7 @@ extends ../layout block content + .bg-danger.default-border-radius + p      We are running emergency server maintenance. Your account and challenge completion will not be saved until this message goes away. Sorry about the inconvenience and thank you for your understanding. .jumbotron h2.text-center Scroll down and follow along with this 8-minute guide. br