Split projects (#1194)
* split projets into multiple categories * split games * bring back example
This commit is contained in:
33
docs/projects/toys.md
Normal file
33
docs/projects/toys.md
Normal file
@ -0,0 +1,33 @@
|
||||
# Toys
|
||||
|
||||
## Cardboard
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Inchworm",
|
||||
"url":"/projects/inchworm",
|
||||
"imageUrl":"/static/mb/projects/inchworm.jpg"
|
||||
}, {
|
||||
"name": "Milk Carton Robot",
|
||||
"url":"/projects/milk-carton-robot",
|
||||
"imageUrl":"/static/mb/projects/milk-carton-robot.jpg"
|
||||
}, {
|
||||
"name": "Milky Monster",
|
||||
"url":"/projects/milky-monster",
|
||||
"imageUrl":"/static/mb/projects/milky-monster.jpg"
|
||||
}]
|
||||
```
|
||||
|
||||
## Reusing toys
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Railway Crossing",
|
||||
"url":"/projects/railway-crossing",
|
||||
"imageUrl":"/static/mb/projects/railway-crossing.png"
|
||||
},{
|
||||
"name": "Kitronik RC Car Hack",
|
||||
"url": "/projects/rc-car",
|
||||
"imageUrl":"/static/mb/projects/rc-car.jpg"
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user