Skip to content

Commit

Permalink
Add 'First Lessons' card to 'Courses' gallery (#5404)
Browse files Browse the repository at this point in the history
* Add 'First Lessons' card to 'Courses' gallery

* soften outside color

* remove leading space in URL
  • Loading branch information
ganicke authored Nov 26, 2023
1 parent 08ae23e commit ef8942e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

A collection of courses and tutorials built for the @boardname@.

## First lessons with MakeCode and the micro:bit

MakeCode's course for learning Computer Science with the micro:bit. This is a 14 week computer science course for middle school grades 6-8.

```codecard
[{
"name": "First Lessons",
"description": "A sequence of lessons from the Micro:bit Educational Foundation that provide a pathway through six projects, ideal for getting started with the micro:bit",
"url":"https://microbit.org/teach/lessons/first-lessons-with-makecode-and-the-microbit",
"imageUrl": "/static/courses/first-lessons.png"
}]
```

## Intro to Computer Science

MakeCode's course for learning Computer Science with the micro:bit. This is a 14 week computer science course for middle school grades 6-8.
Expand Down
1 change: 1 addition & 0 deletions docs/projects/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
* [Command Responder](/courses/blocks-to-javascript/command-responder)
* [Writing Functions](/courses/blocks-to-javascript/writing-functions)
* [Courses](/courses)
* [First Lessons](https://microbit.org/teach/lessons/first-lessons-with-makecode-and-the-microbit)
* [Intro to CS Online](/courses/csintro)
* [Intro to CS Classroom](/courses/csintro-educator)
* [Science Experiments](/courses/ucp-science)
Expand Down
Binary file added docs/static/courses/first-lessons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef8942e

Please sign in to comment.