zk_html/lj-dump/L-295.html

58 lines
2.4 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Damnit</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 | Damnit</h1>
</header>
<article class="content">
<p>Roommate blew out the power for the hall again. Well.. he may not have, but he did last time, so I'm blaming him. Also, the shower I had was cold. Whatever. Grrgrrgrr.</p>
<p>I'm confused as to what to do about boys. ΔΛΦ might help with that, if only as a way to meet similar people, though that's still a ways off (I don't think pledges are allowed to sleep with pledges). Most of what I'm confused about is Shan. I <strong>think</strong> I still like him, but I'm not sure. Most of the time I think about him, I think of him as more than a friend, but a lot of the times when I talk to him, I think of him mostly as just a friend. Quite confusing, since the contrast seems rather large. Whatever, though. I still think about Kory and Jerred that way, too, on occasion.</p>
<p>So there</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-10-10 23:07:44</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>