minimal website rewrite

This commit is contained in:
Nicholas Orlowsky 2023-07-30 18:11:02 -05:00
parent 10b2cc429c
commit a3bc0de320
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
110 changed files with 1117 additions and 56040 deletions

56
src/extra.filler.html Normal file
View file

@ -0,0 +1,56 @@
<div>
<h1 style="margin-bottom: 0px;">Extra</h1>
<p style="margin-top: 0px;">Extra bits of information about me</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>275 Lbs</td>
<td>2023</td>
<td>Gregory Gym</td>
</tr>
<tr>
<td>Squat</td>
<td>405 Lbs</td>
<td>2023</td>
<td>Gregory Gym</td>
</tr>
<tr>
<td>Deadlift</td>
<td>405 Lbs</td>
<td>2023</td>
<td>Gregory Gym</td>
</tr>
</table>
</div>