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

@ -6,20 +6,22 @@
[{
"name": "Duct Tape Wallet",
"url":"/projects/wallet",
"description": "A stylish wallet that holds your digital money and even real money",
"imageUrl":"/static/mb/projects/wallet.png"
}, {
"name": "Watch",
"url":"/projects/watch",
"description": "Keep up with the times using your fancy micro:bit watch",
"imageUrl":"/static/mb/projects/a10-watch.png"
}, {
"name": "Stop Watch",
"description": "Easily track time",
"description": "How time passes, keep track of how much",
"url": "/projects/stopwatch",
"imageUrl":"/static/mb/projects/stopwatch.png",
"cardType": "side"
}, {
"name": "Step counter",
"description": "Count your steps",
"description": "Catch your stride and count your steps",
"url": "/projects/step-counter",
"imageUrl":"/static/mb/projects/step-counter.png",
"cardType": "side"