fix: images
This commit is contained in:
parent
9eda551aea
commit
13f4d61fe0
|
|
@ -138,7 +138,7 @@
|
|||
<a class="back-link" href="/tasks/index.html">← All Categories</a>
|
||||
|
||||
<div class="page-header">
|
||||
<img src="/assets/icons/pack3-asteroids/asteroid5.png" alt="">
|
||||
<img src="/assets/themes/nms/icons/pack3-asteroids/asteroid5.png" alt="">
|
||||
<h1>Split the Asteroid</h1>
|
||||
</div>
|
||||
<p class="header-desc">Break apart asteroids into two unequal pieces! Each section shows an asteroid with a number, and the child must find different ways to split it into two addends. Great for practicing number decomposition.</p>
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
|
||||
<div class="site-footer">
|
||||
<div class="planet-footer">
|
||||
<img src="/assets/footers/planet5.jpeg" alt="">
|
||||
<img src="/assets/themes/nms/footers/planet5.jpeg" alt="">
|
||||
</div>
|
||||
<div class="footer-bar">
|
||||
<label class="editor-toggle">
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@
|
|||
<a class="back-link" href="/tasks/index.html">← All Categories</a>
|
||||
|
||||
<div class="page-header">
|
||||
<img src="/assets/icons/pack4-cargobay/cargo-bay1.png" alt="">
|
||||
<img src="/assets/themes/nms/icons/pack4-cargobay/cargo-bay1.png" alt="">
|
||||
<h1>Fill the Cargo Bay</h1>
|
||||
</div>
|
||||
<p class="header-desc">Split an asteroid to fill the remaining space in a cargo bay! Each card shows a ship with cargo already inside, and an asteroid that's too big to fit whole. The child splits the asteroid so one piece fills the bay to exactly 10. Practices addition crossing the tens boundary.</p>
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
|
||||
<div class="site-footer">
|
||||
<div class="planet-footer">
|
||||
<img src="/assets/footers/planet3.jpeg" alt="">
|
||||
<img src="/assets/themes/nms/footers/planet3.jpeg" alt="">
|
||||
</div>
|
||||
<div class="footer-bar">
|
||||
<label class="editor-toggle">
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@
|
|||
</a>
|
||||
<a class="cat-card" href="/tasks/asteroid-splitting/">
|
||||
<div class="cat-image">
|
||||
<img src="/assets/icons/pack3-asteroids/asteroid5.png" alt="Asteroid Splitting">
|
||||
<img src="/assets/themes/nms/icons/pack3-asteroids/asteroid5.png" alt="Asteroid Splitting">
|
||||
</div>
|
||||
<div class="cat-info">
|
||||
<h2>Split the Asteroid</h2>
|
||||
|
|
@ -220,7 +220,7 @@
|
|||
|
||||
<a class="cat-card" href="/tasks/cargo-filling/">
|
||||
<div class="cat-image">
|
||||
<img src="/assets/icons/pack4-cargobay/cargo-bay1.png" alt="Fill the Cargo Bay">
|
||||
<img src="/assets/themes/nms/icons/pack4-cargobay/cargo-bay1.png" alt="Fill the Cargo Bay">
|
||||
</div>
|
||||
<div class="cat-info">
|
||||
<h2>Fill the Cargo Bay</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue