zk_html/lj-dump/L-101.html

62 lines
2.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Blasphemy ^^</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 | Blasphemy ^^</h1>
</header>
<article class="content">
<blockquote>"Your Man Jesus seems to me a bit of a son of a bitch when it comes to women," Roland said. "Was He ever married?"
The corners of Callahan's mouth quirked. "No," he said, "but His girlfriend was a whore."
"Well," Roland said, "That's a start."</blockquote>
<p>Went over to Kelly's to see her and Linda off last night. Took an Andrew. He and Samir drove the two to DIA while Moondog and I talked. When the got back Andrew called, got called, did stuff, then Samir drove him back to Boulder. I don't know the details, and that's okay.</p>
<p>Yaytalking. Moondog even slept for a good deal of the night, though he was up coughing for a good deal. And pointing at the books on Kelly's shelves while declaring them to be "queer queer queer queer queer." This morning, Samir pounced us, and we futzed around for a while, eating food and drinking beverages, talking and canoodling.</p>
<p>Now I think Andrew and Samir are gonna come over. Either Andrew's gonna stay the night, or pretend he's going to while going to stay with Samir. I don't know. I'm gonna do homework as soon as I finish DT:V. 200 more pages. Should finish tonight</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-03-28 16:50:19</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>