pxt-calliope/docs/tutorials.md
Sam El-Husseini 2e9cb3c43b
Fix tutorial authoring for getting started (#885)
* Fix tutorial authoring for getting started

Remove extra new lines

* Fix other tutorials
2018-06-21 16:02:19 -07:00

42 lines
975 B
Markdown

# Projects
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
[{
"name": "Flashing Heart",
"url":"/projects/flashing-heart",
"imageUrl": "/static/mb/projects/a1-display.png",
"cardType": "tutorial"
}, {
"name": "Smiley Buttons",
"url":"/projects/smiley-buttons",
"imageUrl": "/static/mb/projects/a2-buttons.png",
"cardType": "tutorial"
}, {
"name": "Coin Flipper",
"url":"/projects/coin-flipper",
"imageUrl": "/static/mb/projects/coin-flipper.png",
"cardType": "tutorial"
}, {
"name": "Love Meter",
"url":"/projects/love-meter",
"imageUrl":"/static/mb/projects/a3-pins.png",
"cardType": "tutorial"
}]
```