Add descriptions to gallery cards (#1222)
This commit is contained in:
committed by
Peli de Halleux
parent
42e60645a2
commit
1ed95f2b7d
@ -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"
|
||||
|
Reference in New Issue
Block a user