31 lines
1.7 KiB
HTML
31 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>So despite having the program for quite a while now, and the fact that I’ve ridden my bike to work almost every day now, I finally got around to using RunKeeper to track the ride, and whaddayaknow, it’s actually really awesome. Check it out: <a href="http://bit.ly/ffYZW">my ride to work</a>. I’ve been saying seven miles, but I think that was before I started taking the Poudre trail from Timberline. I used go down Summit View, then along prospect, to pick up the Poudre Trail from their, then riding up to the Spring Creek Trail. Inefficient! Oh well, It’s less than a mile of non-trail now, which is good for a relaxing commute. I should use RunKeeper for real rides, when I get back to doing them :o) 10.08 miles per day isn’t bad, though</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2009-08-21 16:23:27</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>
|