[2025-04-10] Removed full stops, added refresh
This commit is contained in:
parent
13ec41e8a4
commit
8b1fdab3b9
@ -5,30 +5,31 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h2><strong><strong>It is currently <button>{{ nowTime }}</button> on <button>{{ nowDate }}</button>.</strong></strong></h2>
|
||||
<h1></h1>
|
||||
<h2><strong><strong>It is currently <button>{{ nowTime }}</button> on <button>{{ nowDate }}</button> <a style="text-decoration: none;" href="http://127.0.0.1:5000">↻<a></strong></strong></h2>
|
||||
<h3>
|
||||
We are <button>{{ yearPercent }}%</button> of the way through {{ year }}.<br>
|
||||
We are <button>{{ yearPercent }}%</button> of the way through {{ year }}<br>
|
||||
<progress max="100" value="{{ yearPercent }}">{{ yearPercent }}%</progress>
|
||||
</h3>
|
||||
<strong>To put that into context, if the year was:</strong><br>
|
||||
<br>
|
||||
<div class="left">
|
||||
⚽ a 90 minute football match, it would be the {{ footballMinute }}th minute.
|
||||
⚽ a 90 minute football match, it would be the {{ footballMinute }}th minute
|
||||
</div><br>
|
||||
<div class="right">
|
||||
🕘 a 40 hour work week, it would be {{ workTime }} on {{ workDay }}.
|
||||
🕘 a 40 hour work week, it would be {{ workTime }} on {{ workDay }}
|
||||
</div><br>
|
||||
<div class="left">
|
||||
🏃 a marathon, you would have {{ marathonMile }} miles to go.
|
||||
🏃 a marathon, you would have {{ marathonMile }} miles to go
|
||||
</div><br>
|
||||
<div class="right">
|
||||
🪲 Abbey Road, you would be listening to "{{ abbeyRoadSong }}"
|
||||
</div><br>
|
||||
<div class="left">
|
||||
🗡️ The Hobbit, Bilbo would be {{ hobbitChapter }}.
|
||||
🗡️ The Hobbit, Bilbo would be {{ hobbitChapter }}
|
||||
</div><br>
|
||||
<div class="right">
|
||||
✈️ a flight from London to New York, you would be about <a href="https://www.openstreetmap.org/?mlat={{ lat }}&mlon={{ long }}.00#map=4/{{ lat }}/{{ long }}">here</a>.
|
||||
✈️ a flight from London to New York, you would be about <a href="https://www.openstreetmap.org/?mlat={{ lat }}&mlon={{ long }}.00#map=4/{{ lat }}/{{ long }}">here</a>
|
||||
</div><br>
|
||||
<div class="left">
|
||||
🧬 the history of life on Earth, {{ homoSapiens }}
|
||||
@ -36,7 +37,7 @@
|
||||
<br>
|
||||
<div class="footer">
|
||||
<a href="mailto:andrew@andrewconl.in">📨 Suggestions?</a> |
|
||||
<a href="https://github.com/andrwcnln/year-progress">🧑💻 Source</a> |
|
||||
<a href="https://git.andrewconl.in/andrew/year-progress">🧑💻 Source</a> |
|
||||
<a href="https://concrete.style">🎨 Style</a> |
|
||||
<a href="https://ko-fi.com">☕ Buy me a coffee!</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user