From a17ade5b3bff45f1c58c406b7fcf20f173d85bf1 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 11 Sep 2018 13:16:56 -0700 Subject: [PATCH] stop-watch -> stopwatch --- docs/SUMMARY.md | 4 ++-- docs/projects/fashion.md | 5 +++-- docs/projects/{stop-watch.md => stopwatch.md} | 2 +- docs/projects/turtle.md | 4 ++-- .../mb/projects/{stop-watch.png => stopwatch.png} | Bin 5 files changed, 8 insertions(+), 7 deletions(-) rename docs/projects/{stop-watch.md => stopwatch.md} (97%) rename docs/static/mb/projects/{stop-watch.png => stopwatch.png} (100%) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 81797af0..774f8825 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -39,12 +39,13 @@ * [Telegraph](/projects/telegraph) * [Railway Crossing](/projects/railway-crossing) * [Karel](/projects/karel) + * [Stop Watch](/projects/stopwatch) + * [Name Tag](/projects/name-tag) ## #examples * [Examples](/examples) * [Blinky](/examples/blinky) - * [Name Tag](/examples/name-tag) * [Rando](/examples/rando) * [Plot Acceleration](/examples/plot-acceleration) * [Plot Light Level](/examples/plot-light-level) @@ -52,7 +53,6 @@ * [Servo Calibrator](/examples/servo-calibrator) * [Game of Life](/examples/gameofLife) * [Egg and Spoon Race](/examples/egg-and-spoon) - * [Stop Watch](/examples/stop-watch) * [Radio Dashboard](/examples/radio-dashboard) ## #courses diff --git a/docs/projects/fashion.md b/docs/projects/fashion.md index e36ca609..80717493 100644 --- a/docs/projects/fashion.md +++ b/docs/projects/fashion.md @@ -14,8 +14,9 @@ }, { "name": "Stop Watch", "description": "Easily track time", - "url": "/projects/stop-watch", - "imageUrl":"/static/mb/projects/stop-watch.png" + "url": "/projects/stopwatch", + "imageUrl":"/static/mb/projects/stopwatch.png", + "cardType": "side" }] ``` diff --git a/docs/projects/stop-watch.md b/docs/projects/stopwatch.md similarity index 97% rename from docs/projects/stop-watch.md rename to docs/projects/stopwatch.md index b1fed293..4f8193ab 100644 --- a/docs/projects/stop-watch.md +++ b/docs/projects/stopwatch.md @@ -1,6 +1,6 @@ # Stopwatch -![A @boardname@ stopwatch toon image](/static/mb/projects/stop-watch.png) +![A @boardname@ stopwatch toon image](/static/mb/projects/stopwatch.png) This project turns the @boardname@ into a simple stopwatch. Pressing **A** will start the timer. Pressing **A** again will show the amount of elapsed time and reset the timer. Let's get started. diff --git a/docs/projects/turtle.md b/docs/projects/turtle.md index b23a39d4..0e344a48 100644 --- a/docs/projects/turtle.md +++ b/docs/projects/turtle.md @@ -16,12 +16,12 @@ Turtle graphics on your @boardname@ screen! "description": "Move in a spiral", "url": "/projects/turtle-spiral", "imageUrl":"/static/mb/projects/turtle-spiral.png", - "cardType": "sideProject" + "cardType": "side" }, { "name": "Scanner", "description": "Scan down the screen", "url": "/projects/turtle-scanner", "imageUrl":"/static/mb/projects/turtle-scanner.png", - "cardType": "sideProject" + "cardType": "side" }] ``` diff --git a/docs/static/mb/projects/stop-watch.png b/docs/static/mb/projects/stopwatch.png similarity index 100% rename from docs/static/mb/projects/stop-watch.png rename to docs/static/mb/projects/stopwatch.png