personal-site/src/extra.filler.html
2024-04-23 04:39:42 -05:00

78 lines
1.8 KiB
HTML

<div>
<h1 style="margin-bottom: 0px;">Extra</h1>
<p style="margin-top: 0px;">Extra bits of information about me</p>
<!--<h2>Rail Photography</h2>
<p>
I take photos of trains and train stations fairly often.
If you would like to see these pictures, they are avaliable
<a href="/on-rails.html">here</a>
</p>-->
<h2>Bowling</h2>
<p>
I go bowling with some friends regularly. We track our scores
down to the throw in a csv. You can check out a website where
that data is compiled into a readable format
<a href="https://bart.nickorlow.com">here</a>
</p>
<h2>Personal Records</h2>
<table style="width: 100%;">
<tr>
<th>Activity</th>
<th>Effort</th>
<th>Date</th>
<th>Location</th>
</tr>
<tr>
<td>1600m (1 mile)</td>
<td>4:34</td>
<td>November 14th, 2020</td>
<td>Williamson County Park</td>
</tr>
<tr>
<td>Milk Mile</td>
<td>5:41</td>
<td>May 20th, 2021</td>
<td>Lake Travis High School</td>
</tr>
<tr>
<td>3200m (2 mile)</td>
<td>10:11</td>
<td>March 20th, 2021</td>
<td>Carroll High School</td>
</tr>
<tr>
<td>5000m XC</td>
<td>16:43</td>
<td>September 26th, 2020</td>
<td>Old Settler's Park</td>
</tr>
<tr>
<td>Bench Press</td>
<td>280 Lbs</td>
<td>August 10th, 2023</td>
<td>FUTO HQ</td>
</tr>
<tr>
<td>Squat</td>
<td>415 Lbs</td>
<td>August 10th, 2023</td>
<td>FUTO HQ</td>
</tr>
<tr>
<td>Deadlift</td>
<td>415 Lbs</td>
<td>Augist 10th, 2023</td>
<td>FUTO HQ</td>
</tr>
<tr>
<td>Bowling</td>
<td>170</td>
<td>April 19th, 2024</td>
<td>Texas Union Underground</td>
</tr>
</table>
</div>