update chatroom challenge and mildly reshuffle challenges

pull/2/head
Michael Q Larson 2014-11-28 17:33:05 -08:00
parent ffc4c31d25
commit 13a66962ca
2 changed files with 6 additions and 6 deletions

View File

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

View File

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