71 lines
2.8 KiB
HTML
71 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Wai.</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 | Wai.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Okay, so I'm a bit of a hypocrite, but Still(tm), Kiran hasn't posted in for. ev. er. My excuse is a mixture of: too busy, and the stuff I've been doing doesn't seem worth writing about. Except for the rampant buttsecks. Oh wait, there hasn't been any. I suppose I should update for real.</p>
|
|
<p>Roommate:
|
|
This has a potential to end poorly, but, as Ryan points out, so does most everything, agagaga. He's a born-again devout catholic (my roommate, not Ryan), and I'm a big ol' flamey faggot. So.. yeah, but he's not around all that often, so LON takes over my room. Except for during the buttsex.</p>
|
|
<p>Lon:
|
|
There's this kid, see, and his name is Lon, right? Yeah. He's this kid, right, right, okay, so he's this kid on my hall. And he's blonde.</p>
|
|
<p>Teh Trhee Furrehs:
|
|
There have been some damn funny moments, and a few bones of contention, which have been cleared up, and some snot dressing on Ryan's salad. Um.. so, yeah. Wargh c.c</p>
|
|
<p>Food:
|
|
Tasty.</p>
|
|
<p>Buttsex:
|
|
nonexistant.</p>
|
|
<p>Classes:
|
|
Okay, but we need to get past this goddamned review part. That or people really didn't learn that much in highschool and Fairview was somehow exceptional.</p>
|
|
<p>Loooooooomf:
|
|
What.</p>
|
|
<p>I'm sorry, I think I've lost my journalling knack</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-09-01 10:58:54</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>
|