diff --git a/docs/coding.md b/docs/coding.md index 935b40b5..4842258d 100644 --- a/docs/coding.md +++ b/docs/coding.md @@ -9,17 +9,19 @@ "name": "Autonomous Parking", "description": "TBD", "url":"/coding/autonomous-parking", - "imageUrl": "/static/lessons/parking.png", + "imageUrl": "/static/lessons/autonomous-parking.png", "cardType": "side" }, { "name": "Object Detection", "description": "TBD", "url":"/coding/object-detection", + "imageUrl": "/static/lessons/object-detection.jpg", "cardType": "side" }, { "name": "Line Following", "description": "TBD", "url":"/coding/line-following", + "imageUrl": "/static/lessons/line-detection.jpg", "cardType": "side" }] ``` diff --git a/docs/design-engineering.md b/docs/design-engineering.md index 275add2a..9317af68 100644 --- a/docs/design-engineering.md +++ b/docs/design-engineering.md @@ -7,21 +7,21 @@ { "name": "Make It Move Without Wheels", "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", "cardType": "side" }, { "name": "Make It Smarter and Faster", "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", "cardType": "side" }, { "name": "Make a System that Communicates", "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", "cardType": "side" } diff --git a/docs/maker.md b/docs/maker.md index d307ea8b..fcb07c27 100644 --- a/docs/maker.md +++ b/docs/maker.md @@ -13,7 +13,15 @@ These six activities require the LEGO® MINDSTORMS® Education EV3 Core Set (455 "description": "Create instruments with your EV3 Brick!", "url":"/maker/sound-machine", "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" } ] diff --git a/docs/static/lessons/autonomous-parking.png b/docs/static/lessons/autonomous-parking.png new file mode 100644 index 00000000..05ddf4ab Binary files /dev/null and b/docs/static/lessons/autonomous-parking.png differ diff --git a/docs/static/lessons/line-detection.jpg b/docs/static/lessons/line-detection.jpg index bb2a29f3..f302280a 100644 Binary files a/docs/static/lessons/line-detection.jpg and b/docs/static/lessons/line-detection.jpg differ diff --git a/docs/static/lessons/make-a-security-device.png b/docs/static/lessons/make-a-security-device.png new file mode 100644 index 00000000..370b4040 Binary files /dev/null and b/docs/static/lessons/make-a-security-device.png differ diff --git a/docs/static/lessons/make-it-communicate.png b/docs/static/lessons/make-a-system-that-communicates.png similarity index 100% rename from docs/static/lessons/make-it-communicate.png rename to docs/static/lessons/make-a-system-that-communicates.png diff --git a/docs/static/lessons/make-a-system.png b/docs/static/lessons/make-a-system.png deleted file mode 100644 index 272b4c0e..00000000 Binary files a/docs/static/lessons/make-a-system.png and /dev/null differ diff --git a/docs/static/lessons/make-it-move-1.png b/docs/static/lessons/make-it-move-1.png deleted file mode 100644 index f2c97775..00000000 Binary files a/docs/static/lessons/make-it-move-1.png and /dev/null differ diff --git a/docs/static/lessons/make-it-move-2.png b/docs/static/lessons/make-it-move-2.png deleted file mode 100644 index a2725b52..00000000 Binary files a/docs/static/lessons/make-it-move-2.png and /dev/null differ diff --git a/docs/static/lessons/make-it-move-3.png b/docs/static/lessons/make-it-move-3.png deleted file mode 100644 index d564507c..00000000 Binary files a/docs/static/lessons/make-it-move-3.png and /dev/null differ diff --git a/docs/static/lessons/make-it-move-without-wheels.png b/docs/static/lessons/make-it-move-without-wheels.png new file mode 100644 index 00000000..dc888b79 Binary files /dev/null and b/docs/static/lessons/make-it-move-without-wheels.png differ diff --git a/docs/static/lessons/make-it-smarter-1.png b/docs/static/lessons/make-it-smarter-1.png deleted file mode 100644 index b515bf3b..00000000 Binary files a/docs/static/lessons/make-it-smarter-1.png and /dev/null differ diff --git a/docs/static/lessons/make-it-smarter-2.png b/docs/static/lessons/make-it-smarter-2.png deleted file mode 100644 index 13c80db6..00000000 Binary files a/docs/static/lessons/make-it-smarter-2.png and /dev/null differ diff --git a/docs/static/lessons/make-it-smarter-and-faster.png b/docs/static/lessons/make-it-smarter-and-faster.png new file mode 100644 index 00000000..550f6b9c Binary files /dev/null and b/docs/static/lessons/make-it-smarter-and-faster.png differ diff --git a/docs/static/lessons/object-detection.jpg b/docs/static/lessons/object-detection.jpg new file mode 100644 index 00000000..a1233160 Binary files /dev/null and b/docs/static/lessons/object-detection.jpg differ diff --git a/docs/static/lessons/parking.png b/docs/static/lessons/parking.png deleted file mode 100644 index b6e9061c..00000000 Binary files a/docs/static/lessons/parking.png and /dev/null differ diff --git a/docs/static/lessons/sound-machine.png b/docs/static/lessons/sound-machine.png deleted file mode 100644 index 154c9eaa..00000000 Binary files a/docs/static/lessons/sound-machine.png and /dev/null differ