Categorize the course page (#594)
This commit is contained in:
parent
d224575d16
commit
456bfed7f2
@ -2,7 +2,9 @@
|
||||
|
||||
A collection of courses and tutorials built for the @boardname@.
|
||||
|
||||
## Courses
|
||||
## Classroom
|
||||
|
||||
Structured courses for teaching computer science in the classroom.
|
||||
|
||||
```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",
|
||||
"url":"/courses/csintro",
|
||||
"imageUrl": "/static/courses/csintro.jpg"
|
||||
}, {
|
||||
}]
|
||||
```
|
||||
|
||||
## Computers and programming
|
||||
|
||||
Tutorials, lessons, and mini-courses about programming and computing.
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Start Coding",
|
||||
"description": "11 lessons with five minute plans, teacher notes and program files",
|
||||
"url":"https://microbit.org/en/2017-03-07-javascript-block-resources/",
|
||||
"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",
|
||||
"description": "YouTube video tutorials produced by the SparkFun team!",
|
||||
"url": "https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk",
|
||||
"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",
|
||||
"description": "Kits, projects and tutorials",
|
||||
"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",
|
||||
"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": "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",
|
||||
"description": "A hands-on course about the micro:bit and what you can do with it.",
|
||||
"url":"https://sites.google.com/view/microbitofthings",
|
||||
|
Loading…
Reference in New Issue
Block a user