Add descriptions to gallery cards (#1222)

This commit is contained in:
Galen Nickel
2018-09-13 07:03:14 -07:00
committed by Peli de Halleux
parent 42e60645a2
commit 1ed95f2b7d
7 changed files with 35 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Games
Here are some cool projects that you can build with your @boardname@!
Here are some cool game projects that you can build with your @boardname@!
## Fun games
@ -10,21 +10,26 @@ Fun games to build with your @boardname@.
[{
"name": "Rock Paper Scissors",
"url":"/projects/rock-paper-scissors",
"description": "Make the Rock-Paper-Scissors game on your micro:bit and challenge your friends.",
"imageUrl":"/static/mb/projects/a4-motion.png"
}, {
"name": "Magic Button Trick",
"url":"/projects/magic-button-trick",
"description": "Build a magic trick that uses the compass to detect a nearby magnet!",
"imageUrl":"/static/mb/projects/magic-button-trick.png"
}, {
"name": "Reaction Time",
"url":"/projects/reaction-time",
"description": "Make a reaction time experiment that responds to your body's conductivity!",
"imageUrl":"/static/mb/projects/reaction.jpg"
}, {
"name": "Salute!",
"url":"/projects/salute",
"description": "Using simple math, try to guess the other player's micro:bit card.",
"imageUrl":"/static/mb/projects/salute.png"
}, {
"name": "Karel the LED",
"description": "Karel likes to draw, help Karel make LED art!",
"url": "/projects/karel",
"imageUrl": "/static/mb/projects/karel.png"
}]