34 lines
1.7 KiB
HTML
34 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Today's Ride</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | Today's Ride</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>19.4 miles. Damnit! So close :o) Well, I rode to the furmeet, so when I ride home, I’ll top twenty for the day. I explored the set of trails out east of the city today. It’s a shame Ryan isn’t around I think he’d have really liked it. The only downside is that the shitty repair of the asphalt trail (honestly, who repairs asphalt with concrete?) might’ve un-trued my front wheel. Damn. Oh well. I rode the whole length of both the Spring Creek and the Poudre trail.</p>
|
|
<p>Max: 29.7 mph (!!!) So close! Maybe if I’d done it in the middle of the ride instead of at the end.</p>
|
|
<p>Took about an hour or so. Stupid headwind. Oh well. 67 miles on the bike so far.</p>
|
|
<p>EDIT: 21.5 miles total today, minus back and forth from work</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-06-23 02:31:55</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|