zk_html/lj-dump/L-793.html

74 lines
2.5 KiB
HTML
Raw Normal View History

2020-04-23 20:55:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Huh...</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 | Huh...</h1>
</header>
<article class="content">
<table border="0"><tr><td align="center" valign="center"><a href="http://www.area23.com/meld/?from=gv_ranna"><img src="http://www.area23.com/meld/meld.php?username=gv_ranna"/><br/><small>Get your own spectral analysis from Area 23<sup>®</sup></small></a></td></tr></table>
<p><strong>Edit:</strong> Figure I should stick in a real update about stuff, as well.</p>
<p><u>Music progress:</u>
Svarta Rosor: 90%
Now have I fed and eaten up the rose: 85%
Vittoria, mio core: 75%
Das meer erglänzte weit hinaus: 52%
Bois Epais: 30%</p>
<p>Goin' to the Auction: 90%
This little light of mine: 90%
Let me fly: 90%
Ching-a-ring chaw: 90%
Set me as a seal: 85%
Choose something like a star: 85%
Of Crows and Clusters: 85%
Chichester Psalms: 75%
Carmina Burana: 30%</p>
<p>I need to get back into composing, though at least I'm being a little creative: I've been sketching around a bit, though nothing too great so far</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2006-03-21 17:51:30</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>