summaryrefslogtreecommitdiff
path: root/templates/dashboard.html
diff options
context:
space:
mode:
authorMarius Peter <dev@marius-peter.com>2026-07-18 23:56:50 +0200
committerMarius Peter <dev@marius-peter.com>2026-07-18 23:56:50 +0200
commita48e91b037b049fd06db551edc76b7ed40df8f4c (patch)
tree6d6f39da625a12690e5c0770abe0a6e27ec02647 /templates/dashboard.html
parent753e25e99ddf57be78ff27ad89cb7e1bbc99d041 (diff)
Restyle typography: Besley headings, IBM Plex Sans/Mono body, remove uppercaseHEADmaster
- Load Besley 600, IBM Plex Sans 400/500/700, IBM Plex Mono 400/500 via Google Fonts - Replace system serif/mono stacks with intentional font choices - Remove text-transform: uppercase everywhere except HITO logo - Update all template text from ALL CAPS to natural case - Bump mobile base font from 15px to 16px (prevents iOS input zoom) - Raise minimum font-size to 0.8rem across all small text - Fix WCAG AA contrast: --gold-dim to #9E8340, --red-bright to #E04530 - Ensure all touch targets meet 44px minimum (inputs, buttons, checkboxes) - Blockquotes now render in Besley for literary weight - Strong elements use bold weight instead of italic for sans-serif body
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r--templates/dashboard.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/dashboard.html b/templates/dashboard.html
index da294ee..b8e9466 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -7,20 +7,20 @@
{% if ready %}
<div class="status ready">
- <h2>YOU ARE READY</h2>
+ <h2>You Are Ready</h2>
<p class="next-workout">Today you train <strong>Day {{ next_day }}: {{ next_day_name }}</strong>.</p>
- <a href="/session" class="btn-primary">BEGIN SESSION</a>
+ <a href="/session" class="btn-primary">Begin Session</a>
</div>
{% else %}
<div class="status recovering">
- <h2>RECOVERY IN PROGRESS</h2>
+ <h2>Recovery in Progress</h2>
<p class="days-remaining">
<span class="big-number">{{ days_remaining }}</span>
<span class="label">day{{ days_plural }} remaining</span>
</p>
<p class="next-date">Next session prescribed for <strong>{{ next_date }}</strong>.</p>
<p class="recovery-reason">{{ reason }}</p>
- <a href="/override" class="btn-warning">OVERRIDE RECOVERY</a>
+ <a href="/override" class="btn-warning">Override Recovery</a>
</div>
{% endif %}
@@ -32,7 +32,7 @@
<span class="history-date">{{ session.date }}</span>
<span class="history-day">Day {{ session.day }}: {{ session.day_name }}</span>
{% if session.override %}
- <span class="history-badge override">OVERRIDE</span>
+ <span class="history-badge override">Override</span>
{% endif %}
</div>
{% endfor %}
Copyright 2019--2026 Marius PETER