zk_html/lj-dump/L-43.html

57 lines
3.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Plurrr.</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 | Plurrr.</h1>
</header>
<article class="content">
<p>Ah, wednesday of doom. School starts later for me, yet I end up having to get up at the same time since I have to drive from my dad's. Then I must endure Revier for two block periods, interspersed amongst math and IB bio 3,4, and then see him again for closer rehearsal of DEATH, during which Kory and I clung together, leaned on each other, hugged, maybe even snugged. I'm focused on singing, can't you tell? After that, I hurried home, hurried dinner, hurried out, hurried <lj user="breakfastfox"></lj> and <lj user="vulpinepilot"></lj> to group, and proceeded to attach to Moondog. Speaking of attachment to Moondog, it feels like I'm becoming rather attached to Moondog. &gt;.@ I'm also spazzing out 'cause I feel obligated to only feel that way to the stereotypical gayboi. Ah well, I'm a loser that way. I'm concerned about what this might mean to her, since it, well, you know, has to do with her. I fucked myself over by not telling people before, so I'm thinking I should talk with her sometime soonish. I'll probably do it online, 'cause I'm a coward. Kelly says it's obvious that we're completely smitten, and that I should do something about it, but she's vague and confusing. And twisted, too. Illa vita. Moondog herself is kinda being vague about something about interests and perhaps liking a gayboi, but I don't want to assume. Well, I want to, but I mustn't!</p>
<p>...Yes, of doom</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-02-11 22:42:38</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>