58 lines
2.9 KiB
HTML
58 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Nnghghgheee</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 | Nnghghgheee</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>After three hours of sleep, I got up feeling pretty good, and that feeling continued through most of the day (excepting, as usual, choir). Did my FLCL speech (or, rather, I bullshitted it), and got pretty good comments on it. Freaked a good number of people out. Then I annoyed Shannon and pestered Ryan in art before heading off to take the National Latin Exam instead of my math homework test. This meant I didn't have to go to Latin, so I dragged Ryan, Shannon, Kiran, and Kory out to lunch at Deli Zone, which was full, and thus, safeway. After school. I went home for a while, then sought out Ryan for Excel Saga, and ended up taking an incredibly strange walk after tea with him. I started melting into the earth in a non-physical manner, as well as projecting outwards and upwards, and I think I kinda freaked him out (well, I definately did when I was projecting outwards and went to bite his neck, whereupon he nearly fell into a pondlet (little pond!)). I also found five wands and two twisty sticks (which I lost).</p>
|
|
<p>Now I'm freaking my mom out with anime and about to take a shower, then bed. Waaaaay tired, still melty ^^ I kinda want to talk to Moondog, though. Curious about Sam stuffs and other things. Maybe later.</p>
|
|
<p><a href="http://livejournal.com/users/breakfastfox/16996.html"></a>Ryan's perspectiv</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-03-08 18:53:27</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>
|