68 lines
3.1 KiB
HTML
68 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | FFffFFFFfFFFFFFsskljdfkoed</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 | FFffFFFFfFFFFFFsskljdfkoed</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><a href="http://www.flickr.com/photos/ranna/2311939858/" title="IMG_4400 by Drab Makyo, on Flickr"><img alt="IMG_4400" height="209" src="http://farm4.static.flickr.com/3078/2311939858_cd8e821bf5_m.jpg" width="240"/></a>
|
|
From left to right: the overacheiver who fails in all his relationships, the young fogey college kid who shaves with a straight razor, and the red-headed step-child no one really likes.</p>
|
|
<details text="More!"><summary>More!</summary>
|
|
<a href="http://www.flickr.com/photos/ranna/2311129529/" title="IMG_4399 by Drab Makyo, on Flickr"><img alt="IMG_4399" height="160" src="http://farm3.static.flickr.com/2275/2311129529_99f35890ef_m.jpg" width="240"/></a>
|
|
Yes, that's faux cork handle-bar wrap. Also, check out the awesome color scheme: seafoam green and white with black and gold text, not to mention tan-walled tires.
|
|
|
|
<a href="http://www.flickr.com/photos/ranna/2311940000/" title="IMG_4401 by Drab Makyo, on Flickr"><img alt="IMG_4401" height="160" src="http://farm4.static.flickr.com/3043/2311940000_bbdbc6739a_m.jpg" width="240"/></a>
|
|
Check out the oldschool crankset that my pedals won't fit on!
|
|
|
|
<a href="http://www.flickr.com/photos/ranna/2311940122/" title="Antique Saddle. by Drab Makyo, on Flickr"><img alt="Antique Saddle." height="160" src="http://farm4.static.flickr.com/3222/2311940122_6a8de6bb14_m.jpg" width="240"/></a>
|
|
The saddle that the bike came with. Yes, that's leather rivetted to metal. Hard as a rock, as it should be!
|
|
|
|
</details
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-03-05 05:12:29</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>
|