f5b2f5adc0
* first draft * updated values * added youtube * updated ordering * cross linking to courses page
24 lines
650 B
Markdown
24 lines
650 B
Markdown
# Courses
|
|
|
|
A collection of courses built for the @boardname@.
|
|
|
|
## Courses
|
|
|
|
|
|
```codecard
|
|
[{
|
|
"name": "CS Intro",
|
|
"description": "14 weeks for middle school grades 6-8",
|
|
"url":"/courses/csintro",
|
|
"imageUrl": "/static/courses/csintro.jpg"
|
|
}, {
|
|
"name": "Start Coding",
|
|
"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"
|
|
}]
|
|
```
|
|
|
|
## See Also
|
|
|
|
[CS Intro](/courses/csintro), [Start Coding](http://microbit.org/en/2017-03-07-javascript-block-resources/) |