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

@ -8,14 +8,17 @@ Get your headphone and let's do music!
[{
"name": "Hack Your Headphones",
"url":"/projects/hack-your-headphones",
"description": "Hook up your headphones to the micro:bit, does that sound good to you?",
"imageUrl":"/static/mb/projects/a6-music.png"
}, {
"name": "Banana Keyboard",
"url":"/projects/banana-keyboard",
"description": "Use a banana to play music like a keyboard",
"imageUrl":"/static/mb/projects/a7-conductive.png"
}, {
"name": "Guitar",
"url":"/projects/guitar",
"description": "An awesome cardboard guitar project, get ready to riff!",
"imageUrl":"/static/mb/projects/guitar.png"
}]
```