Reorganzing projects

This commit is contained in:
6d486f49
2026-06-22 16:27:28 -04:00
parent c11d8ecc82
commit 960db5f4fd
32 changed files with 759 additions and 259 deletions
+25
View File
@@ -0,0 +1,25 @@
@namespace Shared.Pages
@page "/"
<PageTitle>Slop Game Reference - Chrono CCG</PageTitle>
<div class="home-hero">
<div class="hero-glow"></div>
<div class="hero-content">
<h1 class="hero-title">Slop Game Reference - Chrono CCG</h1>
<p class="hero-subtitle">
AI generated website for reference notes on playing Chrono CCG.
</p>
<div class="hero-actions">
<a class="cta-button primary" href="/cards">
<i class="bi bi-collection-fill"></i> Browse Cards
</a>
<a class="cta-button secondary" href="/agents">
<i class="bi bi-people-fill"></i> Agents Data Table
</a>
<a class="cta-button secondary" href="/decks">
<i class="bi bi-journal-text"></i> View Decks
</a>
</div>
</div>
</div>