warning of server maintanence
This commit is contained in:
@ -2,6 +2,9 @@ extends ../layout
|
|||||||
block content
|
block content
|
||||||
script.
|
script.
|
||||||
var completedChallenges = !{JSON.stringify(completedChallengeList)};
|
var completedChallenges = !{JSON.stringify(completedChallengeList)};
|
||||||
|
.bg-danger.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Server-Maintenance' target='_blank') We're changing servers for the next few minutes. Please note that from now until this message goes away, newly created accounts and camper progress may be lost. Thank you for your patience.
|
||||||
.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-danger.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Server-Maintenance' target='_blank') We're changing servers for the next few minutes. Please note that from now until this message goes away, newly created accounts and camper progress may be lost. Thank you for your patience.
|
||||||
.jumbotron
|
.jumbotron
|
||||||
.text-center
|
.text-center
|
||||||
h1.hug-top Code with Us
|
h1.hug-top Code with Us
|
||||||
|
Reference in New Issue
Block a user