fixing layout images
@ -9,17 +9,19 @@
|
|||||||
"name": "Autonomous Parking",
|
"name": "Autonomous Parking",
|
||||||
"description": "TBD",
|
"description": "TBD",
|
||||||
"url":"/coding/autonomous-parking",
|
"url":"/coding/autonomous-parking",
|
||||||
"imageUrl": "/static/lessons/parking.png",
|
"imageUrl": "/static/lessons/autonomous-parking.png",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
}, {
|
}, {
|
||||||
"name": "Object Detection",
|
"name": "Object Detection",
|
||||||
"description": "TBD",
|
"description": "TBD",
|
||||||
"url":"/coding/object-detection",
|
"url":"/coding/object-detection",
|
||||||
|
"imageUrl": "/static/lessons/object-detection.jpg",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
}, {
|
}, {
|
||||||
"name": "Line Following",
|
"name": "Line Following",
|
||||||
"description": "TBD",
|
"description": "TBD",
|
||||||
"url":"/coding/line-following",
|
"url":"/coding/line-following",
|
||||||
|
"imageUrl": "/static/lessons/line-detection.jpg",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
@ -7,21 +7,21 @@
|
|||||||
{
|
{
|
||||||
"name": "Make It Move Without Wheels",
|
"name": "Make It Move Without Wheels",
|
||||||
"description": "TBD",
|
"description": "TBD",
|
||||||
"imageUrl": "/static/lessons/make-it-move-1.png",
|
"imageUrl": "/static/lessons/make-it-move-without-wheels.png",
|
||||||
"url": "/design-engineering/make-it-move",
|
"url": "/design-engineering/make-it-move",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Make It Smarter and Faster",
|
"name": "Make It Smarter and Faster",
|
||||||
"description": "TBD",
|
"description": "TBD",
|
||||||
"imageUrl": "/static/lessons/make-it-smarter-1.png",
|
"imageUrl": "/static/lessons/make-it-smarter-and-faster.png",
|
||||||
"url": "/design-engineering/make-it-smarter",
|
"url": "/design-engineering/make-it-smarter",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Make a System that Communicates",
|
"name": "Make a System that Communicates",
|
||||||
"description": "A robot that tells you what it is doing.",
|
"description": "A robot that tells you what it is doing.",
|
||||||
"imageUrl": "/static/lessons/make-it-communicate.png",
|
"imageUrl": "/static/lessons/make-a-system-that-communicates.png",
|
||||||
"url": "/design-engineering/make-it-communicate",
|
"url": "/design-engineering/make-it-communicate",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,15 @@ These six activities require the LEGO® MINDSTORMS® Education EV3 Core Set (455
|
|||||||
"description": "Create instruments with your EV3 Brick!",
|
"description": "Create instruments with your EV3 Brick!",
|
||||||
"url":"/maker/sound-machine",
|
"url":"/maker/sound-machine",
|
||||||
"cardType": "example",
|
"cardType": "example",
|
||||||
"imageUrl": "/static/maker/sound-machine.png",
|
"imageUrl": "/static/lessons/make-a-sound-machine.png",
|
||||||
|
"cardType": "side"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Make A Security Gadget",
|
||||||
|
"description": "TBD",
|
||||||
|
"url":"/maker/security-gadget",
|
||||||
|
"cardType": "example",
|
||||||
|
"imageUrl": "/static/lessons/make-a-security-device.png",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
BIN
docs/static/lessons/autonomous-parking.png
vendored
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
docs/static/lessons/line-detection.jpg
vendored
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 36 KiB |
BIN
docs/static/lessons/make-a-security-device.png
vendored
Normal file
After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
BIN
docs/static/lessons/make-a-system.png
vendored
Before Width: | Height: | Size: 32 KiB |
BIN
docs/static/lessons/make-it-move-1.png
vendored
Before Width: | Height: | Size: 30 KiB |
BIN
docs/static/lessons/make-it-move-2.png
vendored
Before Width: | Height: | Size: 44 KiB |
BIN
docs/static/lessons/make-it-move-3.png
vendored
Before Width: | Height: | Size: 27 KiB |
BIN
docs/static/lessons/make-it-move-without-wheels.png
vendored
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
docs/static/lessons/make-it-smarter-1.png
vendored
Before Width: | Height: | Size: 33 KiB |
BIN
docs/static/lessons/make-it-smarter-2.png
vendored
Before Width: | Height: | Size: 24 KiB |
BIN
docs/static/lessons/make-it-smarter-and-faster.png
vendored
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
docs/static/lessons/object-detection.jpg
vendored
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
docs/static/lessons/parking.png
vendored
Before Width: | Height: | Size: 13 KiB |
BIN
docs/static/lessons/sound-machine.png
vendored
Before Width: | Height: | Size: 16 KiB |