99cc00955b
* inclued in tutorials * adding sim images to large icons * added landing page * restoring gifs in intro * updated links
49 lines
1.5 KiB
Markdown
49 lines
1.5 KiB
Markdown
# Projects
|
|
|
|
Here are some cool tutorials to get you started with your @boardname@!
|
|
|
|
## Basic
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Flashing Heart",
|
|
"url":"/projects/flashing-heart",
|
|
"description": "Make an animated flashing heart.",
|
|
"imageUrl": "/static/mb/projects/a1-display.png",
|
|
"largeImageUrl": "/static/mb/projects/flashing-heart/sim.gif",
|
|
"cardType": "tutorial",
|
|
"label": "New? Start Here!",
|
|
"labelClass": "purple ribbon large"
|
|
}, {
|
|
"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",
|
|
"description": "Show different smiley images by pressing the buttons.",
|
|
"imageUrl": "/static/mb/projects/a2-buttons.png",
|
|
"largeImageUrl": "/static/mb/projects/smiley-buttons/sim.gif",
|
|
"cardType": "tutorial"
|
|
}, {
|
|
"name": "Dice",
|
|
"url":"/projects/dice",
|
|
"description": "Shake the dice and see what number comes up!",
|
|
"imageUrl": "/static/mb/projects/dice.png",
|
|
"cardType": "tutorial"
|
|
}, {
|
|
"name": "Love Meter",
|
|
"url":"/projects/love-meter",
|
|
"description": "Is the micro:bit is feeling the love, see how much!",
|
|
"imageUrl":"/static/mb/projects/a3-pins.png",
|
|
"cardType": "tutorial"
|
|
}, {
|
|
"name": "Micro Chat",
|
|
"url":"/projects/micro-chat",
|
|
"description": "Build your own social network made of micro:bits.",
|
|
"imageUrl": "/static/mb/projects/a9-radio.png",
|
|
"cardType": "tutorial"
|
|
}]
|
|
``` |