Add descriptions to gallery cards (#1222)
This commit is contained in:
committed by
Peli de Halleux
parent
42e60645a2
commit
1ed95f2b7d
@ -6,6 +6,7 @@
|
||||
[{
|
||||
"name": "Timing Gates",
|
||||
"url":"/projects/timing-gates",
|
||||
"description": "Setup timing gates to measure the speed of a moving object",
|
||||
"imageUrl":"/static/mb/projects/timegate.jpg"
|
||||
}]
|
||||
```
|
||||
@ -16,10 +17,12 @@
|
||||
[{
|
||||
"name": "Soil Moisture",
|
||||
"url":"/projects/soil-moisture",
|
||||
"description": "Keep track of the moisture level of your plants",
|
||||
"imageUrl":"/static/mb/projects/soilmoisture.jpg"
|
||||
}, {
|
||||
"name": "Plant Watering",
|
||||
"url":"/projects/plant-watering",
|
||||
"description": "Automatically water you plants!",
|
||||
"imageUrl":"/static/mb/projects/plantwatering.jpg"
|
||||
}]
|
||||
```
|
||||
@ -30,6 +33,7 @@
|
||||
[{
|
||||
"name": "States of Matter",
|
||||
"url":"/projects/states-of-matter",
|
||||
"description": "A simulation of a substance changing state: solid, liquid, and gas",
|
||||
"imageUrl":"/static/mb/projects/som.jpg"
|
||||
}]
|
||||
```
|
||||
|
Reference in New Issue
Block a user