Add micro:bit extension to gallery
This commit is contained in:
parent
58af5e6405
commit
d243d9a363
3 changed files with 18 additions and 1 deletions
BIN
images/extensions/microbit_large.png
Normal file
BIN
images/extensions/microbit_large.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
BIN
images/extensions/microbit_small.png
Normal file
BIN
images/extensions/microbit_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.7 KiB |
19
index.html
19
index.html
|
@ -302,7 +302,7 @@
|
|||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<li>
|
||||
<a href="?url=http://creativecomputerlab.github.io/MakeSenseConnector-1.0.js" data-action="load-url">
|
||||
<header>
|
||||
<h2>Make!Sense</h2>
|
||||
|
@ -319,6 +319,23 @@
|
|||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=https://llk.github.io/microbit-extension/microbit_extension.js" data-action="load-url">
|
||||
<header>
|
||||
<h2>micro:bit</h2>
|
||||
<p class="author">Scratch Team</p>
|
||||
</header>
|
||||
<img src="images/extensions/microbit_small.png" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Control micro:bit over bluetooth</p>
|
||||
<a href="?url=https://llk.github.io/microbit-extension/examples/Button.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="https://llk.github.io/microbit-extension" target="_blank">Documentation</a>
|
||||
</section>
|
||||
<section class="tags">
|
||||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=http://MrYsLab.github.io/rb4s/rb4s.js" data-action="load-url">
|
||||
<header>
|
||||
|
|
Reference in a new issue