61 lines
2.9 KiB
HTML
61 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Arr...</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 | Arr...</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>The navy blue I've been seeing at waist level in front of me and to my left is contentment. I'm not entirely sure that it being omnipresent is a good thing, however, considering the colors it's mixed with. Am I really content with longing and hopelessness? It's not out of the question, I suppose that it could just be another aspect of my personality. But that just brings up the question of whether or not it's something I ingrained into myself through habit, something where I just kinda accepted that feeling such things is normal, okay, and what I want; or is it something I was born with, or that we're all born with? Is it a side effect of love, expecting impossible desires and the blind hopelessness that follows the end of a four year undertaking?</p>
|
|
<p><em>Whatever, you're rambling.</em>
|
|
Guilty, conspirator.
|
|
<em>Hushya.</em></p>
|
|
<p>There was a LAN in here (Caffe Sole) earlier, they just left.</p>
|
|
<p>Earlier today, I went to my dad's to go shopping with Julie. Belmar kinda sucks, but I got some nice clothes. Hooray for stereotypical women. After that, I came back and had dinner with my mom. I went out to get some more applications, and that's when the cyan took over. Now I'm just switching randomly between Dvorak and QWERTY. I suppose I should pick one</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-06-03 21:01:28</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>
|