fix beta warning
This commit is contained in:
@ -613,6 +613,11 @@ thead {
|
|||||||
color: #009900
|
color: #009900
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default-border-radius {
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.testimonial-copy {
|
.testimonial-copy {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -3,6 +3,9 @@ block content
|
|||||||
script.
|
script.
|
||||||
var completedChallenges = !{JSON.stringify(completedChallengeList)};
|
var completedChallenges = !{JSON.stringify(completedChallengeList)};
|
||||||
var challengeList = !{JSON.stringify(challengeList)};
|
var challengeList = !{JSON.stringify(challengeList)};
|
||||||
|
.bg-danger.default-border-radius
|
||||||
|
p
|
||||||
|
a(href='https://github.com/FreeCodeCamp/freecodecamp/wiki/beta' target='_blank') You're using our experimental beta site. None of your progress here will be saved. Please click this to learn more.
|
||||||
.panel.panel-info
|
.panel.panel-info
|
||||||
.panel-heading.text-center
|
.panel-heading.text-center
|
||||||
h1 Challenge Map
|
h1 Challenge Map
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
extends layout
|
extends layout
|
||||||
block content
|
block content
|
||||||
.bg-danger
|
.bg-danger.default-border-radius
|
||||||
a(href='https://github.com/FreeCodeCamp/freecodecamp/wiki/beta before continuing')
|
p
|
||||||
h3 Warning! You are on beta! Please read this link before continuing! https://github.com/freecodecamp/freecodecamp/wiki/beta
|
a(href='https://github.com/FreeCodeCamp/freecodecamp/wiki/beta' target='_blank') You're using our experimental beta site. None of your progress here will be saved. Please click this to learn more.
|
||||||
.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