From f9ef6ec9ec686e43c378bbf5b6899711309a6e07 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 6 Oct 2015 18:19:43 -0700 Subject: [PATCH] add labs --- labs.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 labs.json diff --git a/labs.json b/labs.json new file mode 100644 index 0000000000..5131432a29 --- /dev/null +++ b/labs.json @@ -0,0 +1,30 @@ +[ + { + "camper": "johnstonbl01", + "name": "Clementine.js", + "url": "http://johnstonbl01.github.io/clementinejs/", + "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", + "url": "http://www.freecodecamp.com/coding-bootcamp-cost-calculator", + "description": "This d3.js-powered coding bootcamp cost calculator takes into account tuition, financing, lost wages and cost of living.", + "image": "https://qph.is.quoracdn.net/main-qimg-670d6a0c5b01f74138e777732994240f?convert_to_webp=true" + }, + { + "camper": "ericdouglas", + "name": "Open Source Society", + "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" + } +]