From baaae041eba50e31e70cee2de2855d993e4cf6e4 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 26 Oct 2015 11:39:45 -0700 Subject: [PATCH] add the FCC leaderboard to the labs json --- server/resources/labs.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/server/resources/labs.json b/server/resources/labs.json index 5131432a29..5aab8c72d5 100644 --- a/server/resources/labs.json +++ b/server/resources/labs.json @@ -6,13 +6,6 @@ "description": "The elegant and lightweight boilerplate for full stack JavaScript.", "image": "http://i.imgur.com/ib1wOho.png" }, - { - "camper": "akiralaine", - "name": "Camper News Bot", - "url": "https://twitter.com/campernewsbot", - "description": "This twitter bot tweets out Camper News stories once they hit 5 upvotes.", - "image": "https://pbs.twimg.com/media/CLXOFLPWIAEHYPJ.png" - }, { "camper": "adventurebear", "name": "Coding Bootcamp Cost Calculator", @@ -26,5 +19,19 @@ "url": "https://github.com/open-source-society/computer-science", "description": "A path to a free education in Computer Science.", "image": "https://camo.githubusercontent.com/c42438055d3fee26b29e6d046fd8d06ebff3db20/687474703a2f2f692e696d6775722e636f6d2f6838786a72726a2e706e67" - } + }, + { + "camper": "akiralaine", + "name": "Camper News Bot", + "url": "https://twitter.com/campernewsbot", + "description": "This twitter bot tweets out Camper News stories once they hit 5 upvotes.", + "image": "https://pbs.twimg.com/media/CLXOFLPWIAEHYPJ.png" + }, + { + "camper": "roelver", + "name": "Free Code Camp Top 100 Campers", + "url": "http://fcctop100.herokuapp.com/", + "description": "This leaderboard tracks the campers who have been most active (completing challenges, helping other campers) in the past 30 days.", + "image": "http://i.imgur.com/4CrQfFi.png" + }, ]