Add descriptions to gallery cards (#1222)
This commit is contained in:
committed by
Peli de Halleux
parent
42e60645a2
commit
1ed95f2b7d
@ -3,34 +3,42 @@
|
||||
Here are some cool projects that you can build with your @boardname@!
|
||||
|
||||
## Multiplayer Games
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Mood Radio",
|
||||
"url": "/projects/mood-radio",
|
||||
"description": "Send a mood message to your friends",
|
||||
"imageUrl": "/static/mb/projects/mood-radio.png"
|
||||
}, {
|
||||
"name": "Tele-potato",
|
||||
"url": "/projects/tele-potato",
|
||||
"description": "Play a radio version of the hot potato game",
|
||||
"imageUrl": "/static/mb/projects/tele-potato.png"
|
||||
}, {
|
||||
"name": "Fireflies",
|
||||
"url": "/projects/fireflies",
|
||||
"description": "Simulate fireflies with micro:bits, try it in the dark!",
|
||||
"imageUrl": "/static/mb/projects/fireflies.png"
|
||||
}, {
|
||||
"name": "Infection",
|
||||
"url": "/projects/infection",
|
||||
"description": "An epidemic has broken out, see who will survive.",
|
||||
"imageUrl": "/static/mb/projects/infection.png"
|
||||
}, {
|
||||
"name": "Hot or Cold",
|
||||
"url": "/projects/hot-or-cold",
|
||||
"description": "Find the hidden player by seeing if your close or not.",
|
||||
"imageUrl": "/static/mb/projects/hot-or-cold.jpg"
|
||||
}, {
|
||||
"name": "Voting Machine",
|
||||
"url": "/projects/voting-machine",
|
||||
"description": "Send in your vote and be counted, YES or NO!",
|
||||
"imageUrl": "/static/mb/projects/voting-machine.png"
|
||||
}, {
|
||||
"name": "Rock Paper Scissors Teams",
|
||||
"url": "/projects/rps-teams",
|
||||
"description": "The Rock-Paper-Scissors game with lots and lots of players.",
|
||||
"imageUrl": "/static/mb/projects/rpsteams.png"
|
||||
}]
|
||||
```
|
||||
|
Reference in New Issue
Block a user