Skip to content

Commit 75816ec

Browse files
authored
Merge pull request #80 from DrissBoumlik/feature/activities-learning
Add flexbox froggy and EAK websites to learning section
2 parents db51226 + 0650510 commit 75816ec

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pages-activities/activities-learning.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,40 @@ <h4>
174174
</div>
175175
</div>
176176
</div>
177+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
178+
<div class="row">
179+
<div class="card">
180+
<h4>
181+
<span class="fas fa-frog"></span>
182+
<a href="https://flexboxfroggy.com/" target="_blank">FlexBox Froggy</a>
183+
<span class="badge badge-success">Easy</span>
184+
</h4>
185+
<p>
186+
Flexbox Froggy is a game for learning CSS flexbox.<br/>
187+
It takes inspiration from the classic arcade game
188+
<a href="https://en.wikipedia.org/wiki/Frogger">Frogger</a>,
189+
and web literacy games like the brilliant
190+
<a href="https://flukeout.github.io/" style="white-space: nowrap;">CSS Diner</a>
191+
and <a href="https://eraseallkittens.com/">Erase All Kittens</a>,
192+
where you learn about CSS selectors and HTML markup respectively.
193+
</p>
194+
</div>
195+
</div>
196+
</div>
197+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
198+
<div class="row">
199+
<div class="card">
200+
<h4>
201+
<span class="fas fa-cat"></span>
202+
<a href="https://eraseallkittens.com/" target="_blank">Erase All Kittens</a>
203+
<span class="badge badge-success">Easy</span>
204+
</h4>
205+
<p>
206+
E.A.K. is a revolutionary, online game that provides kids aged 8-14 with knowledge of both
207+
computational thinking and professional coding languages,
208+
to effectively prepare them for 21st Century degrees and careers.
209+
</p>
210+
</div>
211+
</div>
212+
</div>
177213
</div>

0 commit comments

Comments
 (0)