Added more stuff to my running training
This commit is contained in:
parent
74007dc3b0
commit
77b54b76e2
|
@ -95,6 +95,31 @@
|
|||
<tr><th>Best Distance</th><td>21.49 Km</td></tr>
|
||||
<tr><th>Total Distance</th><td>1025.30 Km</td></tr>
|
||||
</table>
|
||||
<p>
|
||||
Below, I have a list of the races I have (and will) compete in, just to see how my competitive performance stacks up. For races that are coming up, I've marked their times as <em>TBD</em>, or "to be decided".
|
||||
</p>
|
||||
<p>
|
||||
Note that these races may or may not be "official" in any sense of the word; they're just any organized running event that I've participated in, that I've remembered to record here.
|
||||
</p>
|
||||
<table class="stats-table">
|
||||
<thead>
|
||||
<tr><th>Race</th><th>Date</th><th>Distance</th><th>Time</th></tr>
|
||||
</thead>
|
||||
<body>
|
||||
<tr>
|
||||
<td>Trot through the Terrace</td>
|
||||
<td>2023-11-11</td>
|
||||
<td>10 Km</td>
|
||||
<td>TBD</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Best Damn Race, Safety Harbor</td>
|
||||
<td>2024-01-20</td>
|
||||
<td>Half-Marathon</td>
|
||||
<td>TBD</td>
|
||||
</tr>
|
||||
</body>
|
||||
</table>
|
||||
</article>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue