diff --git a/docs/lessons.md b/docs/lessons.md index 9474d2ca..71fba6ec 100644 --- a/docs/lessons.md +++ b/docs/lessons.md @@ -51,7 +51,6 @@ ### ~column ## Maker -* [The Watch](/lessons/the-watch), design and create The Watch * [Hack your Headphones](/lessons/hack-your-headphones), create music on the BBC micro:bit by hacking your headphones * [Banana Keyboard](/lessons/banana-keyboard), create music with fruits * [Telegraph](/lessons/telegraph), play the telegraph game between two BBC micro:bits diff --git a/docs/lessons/stem.md b/docs/lessons/stem.md index 9b64edfe..82923ee5 100644 --- a/docs/lessons/stem.md +++ b/docs/lessons/stem.md @@ -38,7 +38,6 @@ Overview of Blocks lessons for the BBC micro:bit. ## Engineering -* [The Watch](/lessons/the-watch), design and create The Watch * [Truth or dare](/lessons/truth-or-dare), a game that forces each player to reveal a secret or do something funny with if statement * [Spinner](/lessons/spinner), spin the arrow with multiple if statements * [Dice roll](/lessons/dice-roll), spin with more if statements diff --git a/docs/lessons/the-watch.md b/docs/lessons/the-watch.md deleted file mode 100644 index c05bb73b..00000000 --- a/docs/lessons/the-watch.md +++ /dev/null @@ -1,23 +0,0 @@ -# the watch lesson - -display beautiful images on the BBC micro:bit. - -![](/static/mb/lessons/the-watch-0.png) - -## Topic - -The Watch - -## Quick Links - -* [activity](/lessons/the-watch/activity) - - - -## Prior learning/place of lesson in scheme of work - -Learn how to design the BBC micro:bit watch with household supplies. - -## Objectives - -* learn how to design and make the watch with the BBC micro:bit diff --git a/docs/projects.md b/docs/projects.md index 3569aef3..f259d1b8 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -38,7 +38,7 @@ ![](/static/mb/projects/a9-radio.png) -## [Watch](/lessons/the-watch/activity) +## [Watch](/projects/the-watch) ![](/static/mb/projects/a10-watch.png) diff --git a/docs/projects/flashing-heart.md b/docs/projects/flashing-heart.md index 46927f5d..305a63ac 100644 --- a/docs/projects/flashing-heart.md +++ b/docs/projects/flashing-heart.md @@ -39,7 +39,7 @@ basic.forever(() => { basic.showLeds(` . # . # . # # # # # -# # # # # +# # # # #d . # # # . . . # . .`); basic.pause(500); diff --git a/docs/lessons/the-watch/activity.md b/docs/projects/the-watch.md similarity index 96% rename from docs/lessons/the-watch/activity.md rename to docs/projects/the-watch.md index b5b7d4f6..cd50c214 100644 --- a/docs/lessons/the-watch/activity.md +++ b/docs/projects/the-watch.md @@ -1,6 +1,4 @@ -# The watch activity - -Control images with variables. +![](/static/mb/projects/a10-watch.png) # micro:bit watch @@ -152,7 +150,7 @@ Your watch is ready! ### ~avatar avatar -Excellent, you're ready to continue with the [challenges](/lessons/rock-paper-scissors/activity)! +Excellent, you're ready to continue with the [challenges](/projects/rock-paper-scissors)! ### ~ diff --git a/docs/static/mb/projects/music-1.png b/docs/static/mb/projects/music-1.png deleted file mode 100644 index 67b0e462..00000000 Binary files a/docs/static/mb/projects/music-1.png and /dev/null differ diff --git a/docs/static/mb/projects/music-2.png b/docs/static/mb/projects/music-2.png deleted file mode 100644 index 05761081..00000000 Binary files a/docs/static/mb/projects/music-2.png and /dev/null differ diff --git a/docs/static/mb/projects/music-3.png b/docs/static/mb/projects/music-3.png deleted file mode 100644 index ddc661db..00000000 Binary files a/docs/static/mb/projects/music-3.png and /dev/null differ diff --git a/docs/static/mb/projects/music-4.png b/docs/static/mb/projects/music-4.png deleted file mode 100644 index c222803c..00000000 Binary files a/docs/static/mb/projects/music-4.png and /dev/null differ diff --git a/docs/static/mb/projects/music-5.png b/docs/static/mb/projects/music-5.png deleted file mode 100644 index e1b77ace..00000000 Binary files a/docs/static/mb/projects/music-5.png and /dev/null differ diff --git a/docs/static/mb/projects/music-7.png b/docs/static/mb/projects/music-7.png deleted file mode 100644 index 72d897ef..00000000 Binary files a/docs/static/mb/projects/music-7.png and /dev/null differ diff --git a/docs/static/mb/projects/music-8.png b/docs/static/mb/projects/music-8.png deleted file mode 100644 index eaf1896d..00000000 Binary files a/docs/static/mb/projects/music-8.png and /dev/null differ diff --git a/pxtarget.json b/pxtarget.json index be9d8caa..ebd21d75 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -107,10 +107,6 @@ { "name": "Reference", "path": "/reference" - }, - { - "name": "Lessons", - "path": "/lessons" } ], "sideDoc": "getting-started"