2023-07-30 23:11:02 +00:00
|
|
|
<head>
|
|
|
|
<title>Nicholas Orlowsky</title>
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<a href="/">[ Home ]</a>
|
|
|
|
<a href="/blog.html">[ Blog ]</a>
|
|
|
|
<a href="/projects.html">[ Projects ]</a>
|
|
|
|
<a href="/extra.html">[ Extra ]</a>
|
|
|
|
<hr/>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h1 style="margin-bottom: 0px;">Extra</h1>
|
|
|
|
<p style="margin-top: 0px;">Extra bits of information about me</p>
|
2024-04-01 14:45:15 +00:00
|
|
|
|
|
|
|
<!--<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>
|
|
|
|
|
2023-07-30 23:11:02 +00:00
|
|
|
<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>
|
2023-08-20 18:47:57 +00:00
|
|
|
<td>280 Lbs</td>
|
|
|
|
<td>August 10th, 2023</td>
|
|
|
|
<td>FUTO HQ</td>
|
2023-07-30 23:11:02 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Squat</td>
|
2023-08-20 18:47:57 +00:00
|
|
|
<td>415 Lbs</td>
|
|
|
|
<td>August 10th, 2023</td>
|
|
|
|
<td>FUTO HQ</td>
|
2023-07-30 23:11:02 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Deadlift</td>
|
2023-08-20 18:47:57 +00:00
|
|
|
<td>415 Lbs</td>
|
|
|
|
<td>Augist 10th, 2023</td>
|
|
|
|
<td>FUTO HQ</td>
|
2023-07-30 23:11:02 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<hr />
|
|
|
|
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
2023-11-16 18:14:34 +00:00
|
|
|
<p style="margin-top: 0px; margin-bottom: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
|
|
|
|
<p style="margin-top: 0px;">Powered by <a href="https://github.com/nickorlow/anthracite">Anthracite Web Server</a></p>
|
2023-07-30 23:11:02 +00:00
|
|
|
</footer>
|
|
|
|
</body>
|