105 lines
3.5 KiB
HTML
105 lines
3.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Just finished with the wand. It feels full. I shall let it rest until my fast (Sunday morning through Monday night), where I will identify with it.</p>
|
|
<p>I think I may need to talk with Moondog about something I wrote about while in AZ. Even if she doesn't need it cleared up, I still want to talk about it.</p>
|
|
<p>Had an interesting conversation with Danny. I blew up at him for something, but we kindasorta fixed it. Think things are mostly better now..
|
|
<details><summary>Read more...</summary></p>
|
|
<p></details>
|
|
Taken from Moondoggy, before I remembered the one from Shannon c.c</p>
|
|
<p>(X) ...been drunk?
|
|
(X) ...smoked pot?
|
|
(X) ...kissed a member of the opposite sex?
|
|
(X) ...kissed a member of the same sex?
|
|
(X)...crashed your own car?
|
|
( ) ...crashed a friend's car?
|
|
( ) ...been to Japan?
|
|
(X) ...rode in a taxi?
|
|
(NC) ...had anal sex?
|
|
(X) ...been in love?
|
|
(X) ...had sex?
|
|
( ) ...had sex in public?
|
|
(X) ...been dumped?
|
|
(X) ...shoplifted?
|
|
( ) ...been fired?
|
|
( ) ...been in a fist fight?
|
|
( ) ...had a threesome?
|
|
(X) ...snuck out of your parents house?
|
|
(X) ...been tied up (sexually)?
|
|
( ) ...been caught masturbating?
|
|
(X) ...pissed on yourself?
|
|
(X) ...had sex with a member of the same sex?
|
|
(NC) ...had sex with a member of the opposite sex?
|
|
( ) ...been arrested?
|
|
( ) ...made out with a stranger?
|
|
( ) ...stole something from my job?
|
|
( ) ...celebrated New Years in Time Square?
|
|
( ) ...gone on a blind date?
|
|
(X) ...lied to a friend?
|
|
( ) ...had a crush on a teacher?
|
|
( ) ...celebrated Mardi Gras in New Orleans?
|
|
( ) ...been to Europe?
|
|
(X) ...skipped school?
|
|
( ) ...slept with a co-worker?
|
|
( ) ...been fisted or fisted anyone?
|
|
( ) ...thrown up in a bar?
|
|
(X) ...purposly set yourself on fire?
|
|
(X) ...eaten Sushi?
|
|
(x) ...been snowboarding?
|
|
(x) ...been happy with yourself?
|
|
( ) ...met a movie star?
|
|
(X) ...been naked in front of another person?
|
|
(X) ...had a mental illness?</p>
|
|
<p>NC = too much explaining to do</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-03-16 21:15:44</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>
|