2018-05-21 23:08:47 +02:00
|
|
|
# Projects
|
|
|
|
|
|
|
|
Here are some cool tutorials to get you started with your @boardname@!
|
|
|
|
|
2018-06-22 01:02:19 +02:00
|
|
|
## Basic
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Flashing Heart",
|
|
|
|
"url":"/projects/flashing-heart",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Make an animated flashing heart.",
|
2018-06-22 01:02:19 +02:00
|
|
|
"imageUrl": "/static/mb/projects/a1-display.png",
|
2018-10-09 01:40:11 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"label": "New? Start Here!",
|
|
|
|
"labelClass": "purple ribbon large"
|
2018-09-08 00:02:15 +02:00
|
|
|
}, {
|
|
|
|
"name": "Name Tag",
|
|
|
|
"description": "Scroll your name on the screen",
|
|
|
|
"imageUrl": "/static/mb/projects/name-tag.png",
|
|
|
|
"url": "/projects/name-tag",
|
|
|
|
"cardType": "tutorial"
|
2018-06-22 01:02:19 +02:00
|
|
|
}, {
|
|
|
|
"name": "Smiley Buttons",
|
|
|
|
"url":"/projects/smiley-buttons",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Show different smiley images by pressing the buttons.",
|
2018-06-22 01:02:19 +02:00
|
|
|
"imageUrl": "/static/mb/projects/a2-buttons.png",
|
|
|
|
"cardType": "tutorial"
|
|
|
|
}, {
|
2018-09-10 06:24:50 +02:00
|
|
|
"name": "Dice",
|
|
|
|
"url":"/projects/dice",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Shake the dice and see what number comes up!",
|
2018-09-10 06:24:50 +02:00
|
|
|
"imageUrl": "/static/mb/projects/dice.png",
|
2018-06-22 01:02:19 +02:00
|
|
|
"cardType": "tutorial"
|
|
|
|
}, {
|
|
|
|
"name": "Love Meter",
|
|
|
|
"url":"/projects/love-meter",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Is the micro:bit is feeling the love, see how much!",
|
2018-06-22 01:02:19 +02:00
|
|
|
"imageUrl":"/static/mb/projects/a3-pins.png",
|
|
|
|
"cardType": "tutorial"
|
2018-09-10 06:24:50 +02:00
|
|
|
}, {
|
2018-10-15 18:19:34 +02:00
|
|
|
"name": "Micro Chat",
|
|
|
|
"url":"/projects/micro-chat",
|
|
|
|
"description": "Build your own social network made of @boardnames.",
|
|
|
|
"imageUrl": "/static/mb/projects/a9-radio.png",
|
2018-09-10 06:24:50 +02:00
|
|
|
"cardType": "tutorial"
|
2018-06-22 01:02:19 +02:00
|
|
|
}]
|
2018-05-21 23:08:47 +02:00
|
|
|
```
|