Skip to content

Commit 09f9d0f

Browse files
authored
Merge pull request #70 from CodeWithGroup/feature/new-activities
Adding untrusted JS and Microbit to the website
2 parents bb25834 + cc60a2f commit 09f9d0f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

pages-activities/activities-learning.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,37 @@ <h4>
141141
</div>
142142
</div>
143143
</div>
144+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
145+
<div class="row">
146+
<div class="card">
147+
<h4>
148+
<span class="fas fa-microchip"></span>
149+
<a href="https://microbit.org/" target="_blank">Micro:Bit</a>
150+
<span class="badge badge-success">Easy</span>
151+
</h4>
152+
<p>
153+
The BBC micro:bit is a pocket-sized computer that introduces you to how software and hardware work
154+
together. It has an LED light display, buttons, sensors and many input/output features that, when
155+
programmed, let it interact with you and your world.
156+
</p>
157+
</div>
158+
</div>
159+
</div>
160+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
161+
<div class="row">
162+
<div class="card">
163+
<h4>
164+
<span class="fab fa-js"></span>
165+
<a href="https://alexnisnevich.github.io/untrusted/" target="_blank">Untrusted Javascript</a>
166+
<span class="badge badge-warning">Medium</span>
167+
</h4>
168+
<p>
169+
The game presents you with a roguelike-like playing environment and a console window with the
170+
JavaScript code generating each level. As loaded, each level is unbeatable, and most of the
171+
JavaScript is blocked from editing. The challenge is to open a path to the next level using only
172+
the limited tools left open to you.
173+
</p>
174+
</div>
175+
</div>
176+
</div>
144177
</div>

0 commit comments

Comments
 (0)