From 13a66962ca3df1a0f79a70479fa881c444cb2d2a Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Fri, 28 Nov 2014 17:33:05 -0800 Subject: [PATCH] update chatroom challenge and mildly reshuffle challenges --- public/css/lib/bootstrap/variables.less | 2 +- views/partials/challenges.jade | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/lib/bootstrap/variables.less b/public/css/lib/bootstrap/variables.less index 5dbcc60d41a..e8b96338be6 100644 --- a/public/css/lib/bootstrap/variables.less +++ b/public/css/lib/bootstrap/variables.less @@ -30,7 +30,7 @@ @text-color: @gray-dark; //** Global textual link color. -@link-color: #34ad58; +@link-color: #4e8c39; //** Link hover color set via `darken()` function. @link-hover-color: darken(@link-color, 15%); diff --git a/views/partials/challenges.jade b/views/partials/challenges.jade index 25eee17867e..dddd5c751fe 100644 --- a/views/partials/challenges.jade +++ b/views/partials/challenges.jade @@ -7,7 +7,7 @@ |   (1 min) li a(href="/challenges/1", class="#{ cc.indexOf(1) > -1 ? 'strikethrough' : '' }") Enter the Free Code Camp Chat Room - |   (5 mins) + |   (10 mins) li a(href="/challenges/2", class="#{ cc.indexOf(2) > -1 ? 'strikethrough' : '' }") Create a Website and Deploy it to the Internet |   (5 mins) @@ -30,11 +30,11 @@ a(href="/challenges/8", class="#{ cc.indexOf(8) > -1 ? 'strikethrough' : '' }") Code School's Try jQuery |   (4 hrs) li - a(href="/challenges/9", class="#{ cc.indexOf(9) > -1 ? 'strikethrough' : '' }") jQuery Exercises - |   (3 hrs) - li - a(href="/challenges/10", class="#{ cc.indexOf(10) > -1 ? 'strikethrough' : '' }") Code School's Discover DevTools + a(href="/challenges/9", class="#{ cc.indexOf(9) > -1 ? 'strikethrough' : '' }") Code School's Discover DevTools |   (2 hrs) + li + a(href="/challenges/10", class="#{ cc.indexOf(10) > -1 ? 'strikethrough' : '' }") jQuery Exercises + |   (1 hr) li a(href="/challenges/11", class="#{ cc.indexOf(11) > -1 ? 'strikethrough' : '' }") Customize Bootstrap with Bootswatch |   (10 mins)