Categorize the course page (#594)

This commit is contained in:
Galen Nickel 2017-12-06 13:50:35 -08:00 committed by Peli de Halleux
parent d224575d16
commit 456bfed7f2

View File

@ -2,7 +2,9 @@
A collection of courses and tutorials built for the @boardname@. A collection of courses and tutorials built for the @boardname@.
## Courses ## Classroom
Structured courses for teaching computer science in the classroom.
```codecard ```codecard
[{ [{
@ -10,17 +12,37 @@ A collection of courses and tutorials built for the @boardname@.
"description": "14 week computer science course for middle school grades 6-8", "description": "14 week computer science course for middle school grades 6-8",
"url":"/courses/csintro", "url":"/courses/csintro",
"imageUrl": "/static/courses/csintro.jpg" "imageUrl": "/static/courses/csintro.jpg"
}, { }]
```
## Computers and programming
Tutorials, lessons, and mini-courses about programming and computing.
```codecard
[{
"name": "Start Coding", "name": "Start Coding",
"description": "11 lessons with five minute plans, teacher notes and program files", "description": "11 lessons with five minute plans, teacher notes and program files",
"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": "Networking with the micro:bit",
"description": "A series of activities to teach the basics of computer networks.",
"url": "https://microbit.nominetresearch.uk/networking-book/",
"imageUrl": "https://microbit.nominetresearch.uk/networking-book/cover_v02.png"
}, { }, {
"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"
}, { }]
```
## Experimenting
Fun project courses - make and experiment while learning about science and programming.
```codecard
[{
"name": "Kitronik University", "name": "Kitronik University",
"description": "Kits, projects and tutorials", "description": "Kits, projects and tutorials",
"url": "https://www.kitronik.co.uk/blog/bbc-microbit-kitronik-university/", "url": "https://www.kitronik.co.uk/blog/bbc-microbit-kitronik-university/",
@ -30,13 +52,7 @@ A collection of courses and tutorials built for the @boardname@.
"description": "11 experiments based on the Kitronik Inventor Kit", "description": "11 experiments based on the Kitronik Inventor Kit",
"url": "https://www.kitronik.co.uk/blog/inventors-kit-experiment-1-help", "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" "imageUrl": "https://www.kitronik.co.uk/wp/wp-content/uploads/2016/10/inventors-kit-experiment-1-further-help-870.jpg"
},{ }, {
"name": "Networking with the micro:bit",
"description": "A series of activities to teach the basics of computer networks.",
"url": "https://microbit.nominetresearch.uk/networking-book/",
"imageUrl": "https://microbit.nominetresearch.uk/networking-book/cover_v02.png"
},
{
"name": "micro:bit of Things", "name": "micro:bit of Things",
"description": "A hands-on course about the micro:bit and what you can do with it.", "description": "A hands-on course about the micro:bit and what you can do with it.",
"url":"https://sites.google.com/view/microbitofthings", "url":"https://sites.google.com/view/microbitofthings",