From f087f9907e946b05d012193e964e3e7c36882d0d Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Tue, 11 Jul 2017 13:19:20 -0700 Subject: [PATCH] Add linking to the 'micro:bit of Things' course. (#444) * Add linking to the 'micro:bit of Things' course. * Oh, typo fix. --- docs/courses.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/courses.md b/docs/courses.md index 06f7b59f..ade3dec6 100644 --- a/docs/courses.md +++ b/docs/courses.md @@ -7,8 +7,8 @@ A collection of courses built for the @boardname@. ```codecard [{ - "name": "CS Intro", - "description": "14 weeks for middle school grades 6-8", + "name": "Intro to CS", + "description": "14 week computer science course for middle school grades 6-8", "url":"/courses/csintro", "imageUrl": "/static/courses/csintro.jpg" }, { @@ -16,9 +16,17 @@ A collection of courses built for the @boardname@. "description": "11 lessons with five minute plans, teacher notes and program files", "url":"http://microbit.org/en/2017-03-07-javascript-block-resources/", "imageUrl": "http://microbit.org/assets/posts/2017-03-07-rock%20paper%20scissors.png" +}, + { + "name": "micro:bit of Things", + "description": "A hands-on course about the micro:bit and what you can do with it.", + "url":"https://sites.google.com/view/microbitofthings", + "imageUrl": "https://lh4.googleusercontent.com/T_abGPJXNGVRNoKBmu6eZEoAkZXj1JubbIsbimSgF-Yc1BA2fUgXkrtMAmawjWlOU801fUnZ=w371" }] ``` ## See Also -[CS Intro](/courses/csintro), [Start Coding](http://microbit.org/en/2017-03-07-javascript-block-resources/) \ No newline at end of file +[Intro to CS](/courses/csintro), +[Start Coding](http://microbit.org/en/2017-03-07-javascript-block-resources/), +[micro:bit of Things](https://sites.google.com/view/microbitofthings) \ No newline at end of file