workout: Add Day A card for Apr 6

This commit is contained in:
Ash
2026-04-06 07:55:24 -07:00
parent 14cacfe8d3
commit 6d58ad10a1
2 changed files with 133 additions and 13 deletions
+5 -13
View File
@@ -20,15 +20,6 @@
.breadcrumb { color: #666; margin-bottom: 24px; font-size: 0.85rem; }
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: #f97316; }
.empty {
color: #555;
text-align: center;
padding: 48px 20px;
background: rgba(255,255,255,0.03);
border-radius: 12px;
border: 1px dashed rgba(255,255,255,0.1);
}
.empty .icon { font-size: 2rem; margin-bottom: 12px; }
.card {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
@@ -52,10 +43,11 @@
<h1>💪 Workouts</h1>
<p style="color:#888; margin-bottom:24px;">KB+DB Circuit — 3x/week, A/B/C rotation</p>
<div class="empty">
<div class="icon">🏋️</div>
<p>No workout cards yet.<br>First one drops next session.</p>
</div>
<a href="2026-04-06.html" class="card">
<span class="date">Apr 6</span>
<span class="session">Day A · Upper/Lower</span>
</a>
</div>
</body>
</html>