Skip to content

Commit 669ca9e

Browse files
author
Driss Boumlik
committed
Add flexbox froggy website to learning section
1 parent 28a3570 commit 669ca9e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pages-activities/activities-learning.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,23 @@ <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-warning">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.</p>
193+
</div>
194+
</div>
195+
</div>
177196
</div>

0 commit comments

Comments
 (0)