Skip to content

Commit 31333e4

Browse files
Content and formatting refinements
- Clearer indication for OSI motivational times. - Tip for viewing tables. - Explain warning icons. - Footer copy updates. - Improve link layout on mobile.
1 parent 9268eda commit 31333e4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Swim Check - Motivational Time Tracker</title>
6+
<title>Swim Check - OSI Motivational Times Lookup</title>
77
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
88
<style>
99
/* Custom styles */
@@ -212,6 +212,7 @@
212212
<main class="container">
213213
<div class="app-header">
214214
<h1>Swim Check 🏊</h1>
215+
<h4>Motivational Times Lookup</h4>
215216
<p class="season-info" id="seasonInfo">Loading...</p>
216217
</div>
217218

@@ -247,6 +248,13 @@ <h1>Swim Check 🏊</h1>
247248

248249
<!-- Clear Times Section -->
249250
<section class="clear-section">
251+
<p class="note-text" style="margin-bottom: 1rem;">
252+
💡 Tip: Rotate your phone to landscape view for better table visibility.
253+
</p>
254+
<p class="note-text" style="margin-bottom: 1rem;">
255+
Times marked with ⚠️ indicate source data issues or unexpected time progressions
256+
(<a href="https://github.com/ironprogrammer/swimcheck" target="_blank" rel="noopener noreferrer">more details on GitHub</a>).
257+
</p>
250258
<button type="button" id="clearTimesBtn" class="secondary">Clear All Times</button>
251259
</section>
252260

@@ -271,11 +279,11 @@ <h1>Swim Check 🏊</h1>
271279
<footer class="app-footer">
272280
<p class="footer-phrase" id="footerPhrase">Made with <span class="heart">❤️</span> in war-torn PDX</p>
273281
<div class="footer-support">
274-
<p>Do you find Swim Check useful?<br>Consider <a href="https://github.com/ironprogrammer/swimcheck" target="_blank" rel="noopener noreferrer">contributing on GitHub</a> or buying me a coffee!</p>
282+
<p><strong>Do you find Swim Check useful?</strong><br>Consider <a href="https://github.com/ironprogrammer/swimcheck" target="_blank" rel="noopener noreferrer">contributing on GitHub</a> or buying me a coffee! (aka helping pay for meet fees)</p>
275283
</div>
276284
<div class="footer-buttons">
277-
<iframe src="https://ghbtns.com/github-btn.html?user=ironprogrammer&repo=swimcheck&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
278285
<a href="https://www.buymeacoffee.com/ironprogrammer" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>
286+
<iframe src="https://ghbtns.com/github-btn.html?user=ironprogrammer&repo=swimcheck&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
279287
</div>
280288
</footer>
281289
</main>
@@ -703,7 +711,7 @@ <h1>Swim Check 🏊</h1>
703711
const phrases = [
704712
'Made with <span class="heart">❤️</span> in war-torn PDX',
705713
'Made with <span class="heart">❤️</span> while PDX is aflame',
706-
'Built with <span class="heart">❤️</span> and the bravery to venture into PDX streets',
714+
'Built with <span class="heart">❤️</span> and the bravery to venture into the rough streets of PDX',
707715
'Made with <span class="heart">❤️</span> between pickleball games in war-ravaged PDX',
708716
'Crafted with <span class="heart">❤️</span> from the front lines of PDX',
709717
'Freshly brewed with <span class="heart">❤️</span> and Courier Coffee',

0 commit comments

Comments
 (0)