more tutorials

This commit is contained in:
Peli de Halleux
2018-09-07 15:02:15 -07:00
parent eff228b75f
commit b4cb424ec4
3 changed files with 43 additions and 13 deletions

View File

@ -2,19 +2,6 @@
Here are some cool tutorials to get you started with your @boardname@!
## Getting started
```codecard
[{
"name":"Get Started!",
"url":"/tutorials/getting-started",
"cardType": "tutorial",
"label": "New? Start Here!",
"labelClass": "red ribbon large tutorial",
"description": "Start coding your micro:bit with this simple tutorial."
}]
```
## Basic
```codecard
@ -23,6 +10,12 @@ Here are some cool tutorials to get you started with your @boardname@!
"url":"/projects/flashing-heart",
"imageUrl": "/static/mb/projects/a1-display.png",
"cardType": "tutorial"
}, {
"name": "Name Tag",
"description": "Scroll your name on the screen",
"imageUrl": "/static/mb/projects/name-tag.png",
"url": "/projects/name-tag",
"cardType": "tutorial"
}, {
"name": "Smiley Buttons",
"url":"/projects/smiley-buttons",