fix beta warning

This commit is contained in:
Quincy Larson
2015-08-04 14:58:04 -07:00
parent c573caf2e2
commit 041abd1065
3 changed files with 11 additions and 3 deletions

View File

@ -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;

View File

@ -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

View File

@ -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