zk_html/lj-dump/L-1071.html

59 lines
2.4 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>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>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2007-06-23 02:31:55</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>