all field guides operational

This commit is contained in:
Quincy Larson
2015-07-11 21:43:19 -07:00
committed by Berkeley Martinez
parent 03a225e640
commit fab672f8c6
3 changed files with 69 additions and 77 deletions

View File

@ -99,7 +99,7 @@
}, { }, {
"name": "DevMountain", "name": "DevMountain",
"cost": "8900", "cost": "8900",
"housing": "400", "housing": "0",
"finance": true, "finance": true,
"weeks": "12", "weeks": "12",
"cities": [ "cities": [

View File

@ -20,8 +20,7 @@
"description": [ "description": [
"<script src=\"/js/calculator.js\"></script>", "<script src=\"/js/calculator.js\"></script>",
"<div class=\"row\">", "<div class=\"row\">",
" <div class=\"col-xs-12 col-sm-10 col-md-8 col-lg-6 col-sm-offset-1 col-md-offset-2 col-lg-offset-3\">", " <div class=\"col-xs-12 col-sm-10 col-sm-offset-1\">",
" <h1 class=\"text-center\">Coding Bootcamp Cost Calculator</h1>",
" <h3 id=\"chosen\" class=\"text-center text-primary\">Coming from _______, and making $_______, your true costs will be:</h3>", " <h3 id=\"chosen\" class=\"text-center text-primary\">Coming from _______, and making $_______, your true costs will be:</h3>",
" <div id=\"city-buttons\">", " <div id=\"city-buttons\">",
" <div class=\"spacer\"></div>", " <div class=\"spacer\"></div>",

View File

@ -733,12 +733,8 @@
"name": "How can I watch Live Coding on the Free Code Camp Twitch.tv Channel?", "name": "How can I watch Live Coding on the Free Code Camp Twitch.tv Channel?",
"dashedName": "how-can-i-watch-live-coding-on-the-free-code-camp-twitch-tv-channel", "dashedName": "how-can-i-watch-live-coding-on-the-free-code-camp-twitch-tv-channel",
"description": [ "description": [
"<div class='col-xs-12'>", "<div class='row text-center'>",
" <div class='panel panel-info'>", " <div class='col-xs-12 col-sm-10 col-sm-offset-1'>",
" <div class='panel-heading text-center'>Watch us code on our Twitch.tv channel</div>",
" <div class='panel-body text-center'>",
" <div class='row'>",
" <div class='col-xs-12'>",
" <h2>Watch the live stream below or on our &thinsp;<a href='http://twitch.tv/freecodecamp' target='_blank'>Twitch.tv channel</a>.</h2>", " <h2>Watch the live stream below or on our &thinsp;<a href='http://twitch.tv/freecodecamp' target='_blank'>Twitch.tv channel</a>.</h2>",
" <div class='spacer'></div>", " <div class='spacer'></div>",
" <div class='row'>", " <div class='row'>",
@ -812,9 +808,6 @@
" </div>", " </div>",
" </div>", " </div>",
" </div>", " </div>",
" </div>",
" </div>",
" </div>",
"</div>" "</div>"
] ]
} }