Add descriptions to gallery cards (#1222)
This commit is contained in:
committed by
Peli de Halleux
parent
42e60645a2
commit
1ed95f2b7d
@ -6,14 +6,17 @@
|
||||
[{
|
||||
"name": "Inchworm",
|
||||
"url":"/projects/inchworm",
|
||||
"description": "Create an inchworm robot that creeps along",
|
||||
"imageUrl":"/static/mb/projects/inchworm.jpg"
|
||||
}, {
|
||||
"name": "Milk Carton Robot",
|
||||
"url":"/projects/milk-carton-robot",
|
||||
"description": "Make a robot from a milk carton",
|
||||
"imageUrl":"/static/mb/projects/milk-carton-robot.jpg"
|
||||
}, {
|
||||
"name": "Milky Monster",
|
||||
"url":"/projects/milky-monster",
|
||||
"description": "Make a funny milky-monster robot!",
|
||||
"imageUrl":"/static/mb/projects/milky-monster.jpg"
|
||||
}]
|
||||
```
|
||||
@ -24,10 +27,12 @@
|
||||
[{
|
||||
"name": "Railway Crossing",
|
||||
"url":"/projects/railway-crossing",
|
||||
"description": "Use the light sensor to detect if a train is passing by",
|
||||
"imageUrl":"/static/mb/projects/railway-crossing.png"
|
||||
},{
|
||||
"name": "Kitronik RC Car Hack",
|
||||
"url": "/projects/rc-car",
|
||||
"description": "Control an RC car with the micro:bit and Kitronic parts",
|
||||
"imageUrl":"/static/mb/projects/rc-car.jpg"
|
||||
}]
|
||||
```
|
||||
|
Reference in New Issue
Block a user