Initial commit: Interactives site

Astro-based site with 40+ interactive math games, puzzles, and explorations.
Includes admin dashboard, todo system, blog, theme/subcategory navigation,
and embed pages for iframe embedding.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Neeldhara Misra 2026-04-17 03:09:40 +05:30
commit c5926b4213
265 changed files with 51899 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 11.5C14.4853 11.5 16.5 9.48528 16.5 7C16.5 4.51472 14.4853 2.5 12 2.5C9.51472 2.5 7.5 4.51472 7.5 7C7.5 9.48528 9.51472 11.5 12 11.5Z" stroke="currentColor" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.25 20.25V19.25C5.25 16.4886 7.48858 14.25 10.25 14.25H13.75C16.5114 14.25 18.75 16.4886 18.75 19.25V20.25" stroke="currentColor" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.25 8.25L21 10L19.25 11.75" stroke="currentColor" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.75 8.25L3 10L4.75 11.75" stroke="currentColor" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 819 B

View file

@ -0,0 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="8.625" stroke="currentColor" stroke-width="1.35"/>
<circle cx="12" cy="12" r="5.625" stroke="currentColor" stroke-width="1.35" opacity="0.45"/>
<circle cx="12" cy="12" r="2.625" stroke="currentColor" stroke-width="1.35"/>
<circle cx="12" cy="12" r="0.875" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 416 B

View file

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 12H21" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
<path d="M6 8.5V15.5" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
<path d="M12 6V18" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
<path d="M18 9.5V14.5" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
<circle cx="6" cy="12" r="2" stroke="currentColor" stroke-width="1"/>
<circle cx="12" cy="12" r="2.625" stroke="currentColor" stroke-width="1"/>
<circle cx="18" cy="12" r="2" stroke="currentColor" stroke-width="1"/>
<circle cx="12" cy="12" r="0.75" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 729 B