Skip to content

Commit cbc5f60

Browse files
committed
add tiles
1 parent 800d2ca commit cbc5f60

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/assets/shield-mc.jpg

29.6 KB
Loading

src/content/docs/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Micro:bit apps run on the [BBC micro:bit](/getting-started/intro/) and make use
88
[display shields](/getting-started/display-shields/) for visual output and additional inputs.
99
**Note: micro:bit apps require micro:bit v2.**
1010

11+
<CardGrid>
12+
<Card title="The BBC micro:bit">
13+
[![BBC micro:bit](../../assets/mbit-v2.png)](/getting-started/intro/)
14+
</Card>
15+
<Card title="micro:bit in display shield">
16+
[![micro:bit in display shield](../../assets/shield-mc.jpg)](/getting-started/display-shields/)
17+
</Card>
18+
</CardGrid>
19+
1120
## Featured apps
1221

1322
<CardGrid>

0 commit comments

Comments
 (0)