updated course list

This commit is contained in:
Peli de Halleux 2017-09-27 05:19:56 -07:00
parent 643172bc1e
commit faae856e88

View File

@ -1,10 +1,9 @@
# Courses # Courses
A collection of courses built for the @boardname@. A collection of courses and tutorials built for the @boardname@.
## Courses ## Courses
```codecard ```codecard
[{ [{
"name": "Intro to CS", "name": "Intro to CS",
@ -17,15 +16,20 @@ A collection of courses built for the @boardname@.
"url":"https://microbit.org/en/2017-03-07-javascript-block-resources/", "url":"https://microbit.org/en/2017-03-07-javascript-block-resources/",
"imageUrl": "https://microbit.org/assets/posts/2017-03-07-rock%20paper%20scissors.png" "imageUrl": "https://microbit.org/assets/posts/2017-03-07-rock%20paper%20scissors.png"
}, { }, {
"name": "Kitronik Inventory Kit",
"description": "11 experiments based on the Kitronik Inventor Kit",
"url": "https://www.kitronik.co.uk/blog/inventors-kit-experiment-1-help",
"imageUrl": "https://www.kitronik.co.uk/wp/wp-content/uploads/2016/10/inventors-kit-experiment-1-further-help-870.jpg"
},{
"name": "SparkFun Videos", "name": "SparkFun Videos",
"description": "YouTube video tutorials produced by the SparkFun team!", "description": "YouTube video tutorials produced by the SparkFun team!",
"url": "https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk", "url": "https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk",
"imageUrl": "https://i.ytimg.com/vi/kaNtg1HGXbY/hqdefault.jpg" "imageUrl": "https://i.ytimg.com/vi/kaNtg1HGXbY/hqdefault.jpg"
}, {
"name": "Kitronik University",
"description": "Kits, projects and tutorials",
"url": "https://www.kitronik.co.uk/blog/bbc-microbit-kitronik-university/",
"imageUrl": "https://www.kitronik.co.uk/wp/wp-content/uploads/2015/03/2150_KIT01_banner-kitronikuniversity_002_v1.png"
}, {
"name": "Kitronik Inventory Kit",
"description": "11 experiments based on the Kitronik Inventor Kit",
"url": "https://www.kitronik.co.uk/blog/inventors-kit-experiment-1-help",
"imageUrl": "https://www.kitronik.co.uk/wp/wp-content/uploads/2016/10/inventors-kit-experiment-1-further-help-870.jpg"
}, },
{ {
"name": "micro:bit of Things", "name": "micro:bit of Things",
@ -37,6 +41,4 @@ A collection of courses built for the @boardname@.
## See Also ## See Also
[Intro to CS](/courses/csintro), [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)