Add descriptions to gallery cards (#1222)
This commit is contained in:
committed by
Peli de Halleux
parent
42e60645a2
commit
1ed95f2b7d
@ -8,6 +8,7 @@ Here are some cool tutorials to get you started with your @boardname@!
|
||||
[{
|
||||
"name": "Flashing Heart",
|
||||
"url":"/projects/flashing-heart",
|
||||
"description": "Make an animated flashing heart.",
|
||||
"imageUrl": "/static/mb/projects/a1-display.png",
|
||||
"cardType": "tutorial"
|
||||
}, {
|
||||
@ -19,21 +20,25 @@ Here are some cool tutorials to get you started with your @boardname@!
|
||||
}, {
|
||||
"name": "Smiley Buttons",
|
||||
"url":"/projects/smiley-buttons",
|
||||
"description": "Show different smiley images by pressing the buttons.",
|
||||
"imageUrl": "/static/mb/projects/a2-buttons.png",
|
||||
"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": "Coin Flipper",
|
||||
"url":"/projects/coin-flipper",
|
||||
"description": "Guess the coin toss and see if you're lucky.",
|
||||
"imageUrl": "/static/mb/projects/coin-flipper.png",
|
||||
"cardType": "tutorial"
|
||||
}]
|
||||
|
Reference in New Issue
Block a user