Spaces:
Running
Running
Add Walkthrough Mode card to main menu
Browse files- index.html +7 -0
index.html
CHANGED
|
@@ -653,6 +653,13 @@
|
|
| 653 |
<div class="category-count">5 Fun Activities</div>
|
| 654 |
</div>
|
| 655 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 656 |
<div class="category-card developer" onclick="showCategory('developer')">
|
| 657 |
<div class="category-icon">⚙️</div>
|
| 658 |
<h3 class="category-title">Developer</h3>
|
|
|
|
| 653 |
<div class="category-count">5 Fun Activities</div>
|
| 654 |
</div>
|
| 655 |
|
| 656 |
+
<div class="category-card walkthrough" onclick="showCategory('walkthrough')">
|
| 657 |
+
<div class="category-icon">🎓</div>
|
| 658 |
+
<h3 class="category-title">Walkthrough Mode</h3>
|
| 659 |
+
<p class="category-description">Learn step-by-step how neural networks work with interactive tutorials and explanations.</p>
|
| 660 |
+
<div class="category-count">Guided Learning</div>
|
| 661 |
+
</div>
|
| 662 |
+
|
| 663 |
<div class="category-card developer" onclick="showCategory('developer')">
|
| 664 |
<div class="category-icon">⚙️</div>
|
| 665 |
<h3 class="category-title">Developer</h3>
|