59 lines
2.6 KiB
HTML
59 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Prosecutors will be shoplifted to the fullest extent of the law. !</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 | Prosecutors will be shoplifted to the fullest extent of the law. !</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>In brief, since I have to leave in a few:</p>
|
|
<p>Tuesday night: drove to dad's, lazed around, Moondog called, drove back to boulder, had coffee with K-kun and Kindra. Dropped those two off, drove up to NCAR with Moondog, looked at lights, drove back to my house, told mom I'd be out, called dad, called K-kun, drove to Kindras, picked those two up (eventually), drove to Kelly's, tried to sleep while Moondog nearly coughed up a lung.</p>
|
|
<p>Wednesday: got up late, drove to Boulder, took a flash shower, grabbed a ducky (HUG MY DUCKY!!!), drove to Pearl, picked up applications and got told to drop off resumes, drove a ducky back before I passed out, passed out, woke up to a dog running forcefully into a closed dog-door.</p>
|
|
<p>About to go to dinner with mother-figure, then drive back, pick up Andrew, drive to OASOS. Nngh. It's a happy pain</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-03-24 15:49:57</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>
|