diff --git a/docs/courses/csintro/algorithms/activity.md b/docs/courses/csintro/algorithms/activity.md index c71192aa..dcf21a78 100644 --- a/docs/courses/csintro/algorithms/activity.md +++ b/docs/courses/csintro/algorithms/activity.md @@ -32,7 +32,7 @@ One fun unplugged activity you can do with kids to reinforce the idea of an acti Notes: -* Tooltips - Hover over any block until a hand icon appears and a small text box will pop up telling you what that block does. You can try this now with the ‘on start’ and ‘forever’ blocks. Notice that it also shows you the equivalent code in JavaScript. +* Tooltips - Hover over any block until a hand icon appears and a small text box will pop up telling you what that block does. You can try this now with the ‘on start’ and ‘forever’ blocks. >![Blocks tooltips](/static/courses/csintro/algorithms/blocks-tooltips.png) diff --git a/docs/courses/csintro/making/activity.md b/docs/courses/csintro/making/activity.md index 3b2d01cc..7c98c6b5 100644 --- a/docs/courses/csintro/making/activity.md +++ b/docs/courses/csintro/making/activity.md @@ -14,9 +14,9 @@ Open a browser window to [makecode.com](https://makecode.com), and select the mi ![micro:bit card icon](/static/courses/csintro/making/microbit-card-icon.png) -From the top left corner of the screen, select the **Projects** Menu, and click on **Import File**. Select the file that you saved on your computer in the previous step. +At the right of **My Projects** on the home screen, click on the **Import** button and then click on **Import File** in the import dialog. Select the file that you saved on your computer in the previous step -![Projects folder](/static/courses/csintro/making/projects-folder.png) +![Import button](/static/courses/csintro/making/import-button.png) ![Import file](/static/courses/csintro/making/import-file.png) diff --git a/docs/static/courses/csintro/algorithms/add-comment.png b/docs/static/courses/csintro/algorithms/add-comment.png index 149bef91..b981bc31 100644 Binary files a/docs/static/courses/csintro/algorithms/add-comment.png and b/docs/static/courses/csintro/algorithms/add-comment.png differ diff --git a/docs/static/courses/csintro/algorithms/blocks-tooltips.png b/docs/static/courses/csintro/algorithms/blocks-tooltips.png index b8e3d4ec..40497d23 100644 Binary files a/docs/static/courses/csintro/algorithms/blocks-tooltips.png and b/docs/static/courses/csintro/algorithms/blocks-tooltips.png differ diff --git a/docs/static/courses/csintro/algorithms/clear-screen-block.png b/docs/static/courses/csintro/algorithms/clear-screen-block.png index 6517f537..5dc54603 100644 Binary files a/docs/static/courses/csintro/algorithms/clear-screen-block.png and b/docs/static/courses/csintro/algorithms/clear-screen-block.png differ diff --git a/docs/static/courses/csintro/algorithms/clear-screen-disabled.png b/docs/static/courses/csintro/algorithms/clear-screen-disabled.png index 303d5bb9..6715bb5e 100644 Binary files a/docs/static/courses/csintro/algorithms/clear-screen-disabled.png and b/docs/static/courses/csintro/algorithms/clear-screen-disabled.png differ diff --git a/docs/static/courses/csintro/algorithms/help-menu.png b/docs/static/courses/csintro/algorithms/help-menu.png index 2460612d..b6a95077 100644 Binary files a/docs/static/courses/csintro/algorithms/help-menu.png and b/docs/static/courses/csintro/algorithms/help-menu.png differ diff --git a/docs/static/courses/csintro/algorithms/on-button-b.png b/docs/static/courses/csintro/algorithms/on-button-b.png index 3c837d95..d8ad58d3 100644 Binary files a/docs/static/courses/csintro/algorithms/on-button-b.png and b/docs/static/courses/csintro/algorithms/on-button-b.png differ diff --git a/docs/static/courses/csintro/algorithms/two-on-buttons.png b/docs/static/courses/csintro/algorithms/two-on-buttons.png index 57446d8b..ae35115e 100644 Binary files a/docs/static/courses/csintro/algorithms/two-on-buttons.png and b/docs/static/courses/csintro/algorithms/two-on-buttons.png differ diff --git a/docs/static/courses/csintro/algorithms/write-comment.png b/docs/static/courses/csintro/algorithms/write-comment.png index 62598d53..a21b5dee 100644 Binary files a/docs/static/courses/csintro/algorithms/write-comment.png and b/docs/static/courses/csintro/algorithms/write-comment.png differ diff --git a/docs/static/courses/csintro/making/import-button.png b/docs/static/courses/csintro/making/import-button.png new file mode 100644 index 00000000..85804454 Binary files /dev/null and b/docs/static/courses/csintro/making/import-button.png differ diff --git a/docs/static/courses/csintro/making/microbit-card-icon.png b/docs/static/courses/csintro/making/microbit-card-icon.png index f2d61118..610d442a 100644 Binary files a/docs/static/courses/csintro/making/microbit-card-icon.png and b/docs/static/courses/csintro/making/microbit-card-icon.png differ