diff --git a/docs/coding.md b/docs/coding.md index 90998990..935b40b5 100644 --- a/docs/coding.md +++ b/docs/coding.md @@ -9,6 +9,7 @@ "name": "Autonomous Parking", "description": "TBD", "url":"/coding/autonomous-parking", + "imageUrl": "/static/lessons/parking.png", "cardType": "side" }, { "name": "Object Detection", diff --git a/docs/design-engineering.md b/docs/design-engineering.md index 7a1cd215..19b98708 100644 --- a/docs/design-engineering.md +++ b/docs/design-engineering.md @@ -8,14 +8,14 @@ "name": "Make It Move Without Wheels", "description": "TBD", "imageUrl": "/static/lessons/make-it-move.png", - "url": "/design-engineering/make-it-move", + "url": "/design-engineering/make-it-move-1", "cardType": "side" }, { "name": "Make It Smarter and Faster", "description": "TBD", "imageUrl": "/static/lessons/make-it-smarter.png", - "url": "/design-engineering/make-it-smarter", + "url": "/design-engineering/make-it-smarter-1", "cardType": "side" }, { diff --git a/docs/static/lessons/make-a-system.png b/docs/static/lessons/make-a-system.png index 374fea75..272b4c0e 100644 Binary files a/docs/static/lessons/make-a-system.png and b/docs/static/lessons/make-a-system.png differ diff --git a/docs/static/lessons/make-it-move-1.png b/docs/static/lessons/make-it-move-1.png new file mode 100644 index 00000000..f2c97775 Binary files /dev/null and b/docs/static/lessons/make-it-move-1.png differ diff --git a/docs/static/lessons/make-it-move-2.png b/docs/static/lessons/make-it-move-2.png new file mode 100644 index 00000000..a2725b52 Binary files /dev/null and b/docs/static/lessons/make-it-move-2.png differ diff --git a/docs/static/lessons/make-it-move-3.png b/docs/static/lessons/make-it-move-3.png new file mode 100644 index 00000000..d564507c Binary files /dev/null and b/docs/static/lessons/make-it-move-3.png differ diff --git a/docs/static/lessons/make-it-move.png b/docs/static/lessons/make-it-move.png deleted file mode 100644 index 6a82838b..00000000 Binary files a/docs/static/lessons/make-it-move.png and /dev/null differ diff --git a/docs/static/lessons/make-it-smarter-1.png b/docs/static/lessons/make-it-smarter-1.png new file mode 100644 index 00000000..b515bf3b Binary files /dev/null and b/docs/static/lessons/make-it-smarter-1.png differ diff --git a/docs/static/lessons/make-it-smarter-2.png b/docs/static/lessons/make-it-smarter-2.png new file mode 100644 index 00000000..13c80db6 Binary files /dev/null and b/docs/static/lessons/make-it-smarter-2.png differ diff --git a/docs/static/lessons/make-it-smarter.png b/docs/static/lessons/make-it-smarter.png deleted file mode 100644 index b9fa819e..00000000 Binary files a/docs/static/lessons/make-it-smarter.png and /dev/null differ diff --git a/docs/static/lessons/parking.png b/docs/static/lessons/parking.png new file mode 100644 index 00000000..b6e9061c Binary files /dev/null and b/docs/static/lessons/parking.png differ diff --git a/docs/static/lessons/sound-machine.png b/docs/static/lessons/sound-machine.png new file mode 100644 index 00000000..154c9eaa Binary files /dev/null and b/docs/static/lessons/sound-machine.png differ diff --git a/docs/static/lessons/try.png b/docs/static/lessons/try.png index 13bad7df..56fbd30b 100644 Binary files a/docs/static/lessons/try.png and b/docs/static/lessons/try.png differ diff --git a/docs/static/lessons/use.png b/docs/static/lessons/use.png index c096a5ad..fa1e7bd7 100644 Binary files a/docs/static/lessons/use.png and b/docs/static/lessons/use.png differ