Skip to content

Latest commit

 

History

History
executable file
·
138 lines (100 loc) · 4.22 KB

outside.md

File metadata and controls

executable file
·
138 lines (100 loc) · 4.22 KB
layout permalink tagline order
page
/outside/
putting one foot in front of the other
4
image

Running

Love grinding and powering out some forward propelling bipedal movement! Seeing some beautiful places with my own two feet and testing my limits brings me a lot of joy :)

	<h4>2019&nbsp;Race&nbsp;Calendar</h4>
	<li>Jan 5 - <a href="https://www.coastaltrailruns.com/nyod_new_year_one_day.html/">New Year's One Day </a> </li>
	<li>September 21 - <a href="http://www.goldenultra.com/">The Golden Ultra 120k </a> </li>
	<br>

Past Races

  [ Show/Hide ]

	<div id="past-races" class="past-races" style="display:none">

	<h5>2018</h5>
	<ul>
	<li>October 20 - Wild Duluth 50k </li>
	<li>October 6 - Skyline to Sea 50k </li>
	<li>June 17 - Broken Arrow Skyrace 26k </li>
	<li>May 12 - Quicksilver 100k </li>
	<li>April 14 - Sonoma 50 Mile </li>
	<li>March 10 - Marin Ultra Challenge 50k </li>
	</ul>

		<h5>2017</h5>
	<ul>
	<li>April 8 - <a href="https://www.zumbroendurancerun.com/">Zumbro 50 Mile</a></li>
	<li>July 29 - <a href="http://www.voyageur50.com/"> Voyageur 50 Mile</a></li>
	<li>Oct 21 - <a href="http://wildduluthraces.blogspot.com/"> Wild Duluth 50K</a></li>
	</ul>

		<h5>2016</h5>
			<ul>
			<li>Oct 30 - <a href="http://http://www.capecodmarathon.com/">Cape Cod Marathon (DNF)</a></li>
			</ul>

		<h5>2015</h5>
			<ul>
			<li>April 15 - <a href="http://www.getingearevents.com/results.html">Get in Gear Half Marathon</a></li>
			<li>Oct 31 - <a href="http://www.minnesotamonster.org/half-marathon.html">Monster Dash Half Marathon</a></li>
			</ul>

		<h5>2014</h5>
			<ul>
			<li>Oct 5 --- <a href="https://www.tcmevents.org/tcmarathon/">Twin Cities Marathon</a></li>
			</ul>

	</div>


Adventures

I am a super-fan of long distance, self-powered travel. I enjoy the simplicity of carrying everything I need on my pack, and hiking away into the unknown!

<h4> <a href="https://lighterpack.com/r/ss4wft"> What's in my pack? </a> </h4>

<br />


<h4>Past Trips</h4>

<h5>2024</h5>
	<ul>
		<li>2024 - <a href="/adventures/2024/09/08/PCT.html">Pacific Crest Trail Thru-Hike</a></li>
	</ul>

<h5>2018-2023</h5>
	<ul>
	<!-- <li>Aug 2017 - <a href="/adventures/2017/10/27/Badlands.html">Badlands mini traverse</a></li> -->
	<li>I haven't done a great job of keeping up to date, maybe I will if/when I have time :P</li>
	</ul>

<h5>2017</h5>
	<ul>
	<!-- <li>Aug 2017 - <a href="/adventures/2017/10/27/Badlands.html">Badlands mini traverse</a></li> -->
	<li>Aug 2017 - Badlands mini traverse</li>
	<li>July 2017 - <a href="/adventures/2017/07/24/ColoradoTrail.html">Colorado Trail Thru Hike</a></li>
	<li>March 2017 - <a href="/adventures/2017/03/23/SkyeTrail.html">Scotland's Skye Trail - Portree to Duntulm</a></li>
	</ul>

<h5>2016</h5>
	<ul>
	<li>May 2016 - <a href="/adventures/2016/05/31/GR20.html">Corsica's GR20</a></li>
	<li>May 2016 - <a href="/adventures/2016/05/31/Iceland.html">Three days meandering in Iceland</a></li>
	<li>Nov 2016 - <a href="/adventures/2016/11/29/GrandCanyon.html">Grand Canyon - Boucher-Tonto-Bright Angel Loop</a></li>
	</ul>

<h5>2015</h5>
	<ul>
	<li>Aug 2015 - <a href="/adventures/2015/08/30/JMT.html">John Muir Trail - Red's Meadow to Mount Whitney</a></li>
	</ul>

<br>
<br>

<center><img src="{{ site.url }}/assets/icon_strava.png" width="26px"> Follow me on <a href="https://www.strava.com/athletes/19002578"> Strava</a></center>
<script> function togglePastRaces(){ var pastraces=document.getElementById('past-races'); if (pastraces.style.display === 'none') { pastraces.style.display = 'block'; } else { pastraces.style.display = 'none'; } } // Run when Page is ready window.onload=function(){ document.getElementById('showpast').addEventListener('click',togglePastRaces,false); } </script>