update from sparkleup
This commit is contained in:
parent
55499654f7
commit
08964816d5
|
@ -0,0 +1,55 @@
|
|||
<!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>Another angry morning. Grrf</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-08 14:14:01</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>Fine at school, angry at home.</p>
|
||||
<p>But I've got orange cream sherbert, so it's okay</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-08 20:54:51</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!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>Music history was cancelled. And on the one day I didn't get quite enough sleep x.x Oh well.</p>
|
||||
<p>Music wise, things have been going alright. Since I've started NaNoWriMo, it's turned into a quality way to spend my time procrastinating on that (still having content issues). It's not so much that I've been writing new stuff, but rather that I've just been learning more about what I do and what I want to do. Right now, CSU is hosting David Maslanka, a fairly famous composer, for the Rocky Mountain Contemporary Music festival; I went to hear him speak to the composition seminar (which I'm not part of, and wasn't.. really all that welcome at), and it turns out that he and I share a lot of the same ideas on the source of music for the composer. Granted, we differ on a lot, also, such as the fact that he refuses to touch computers, or to plan out his songs in advance, whereas I use the computer for 75% of my composition, and, being a choral writer, can't help but plan out my works. Anyway, I printed out a few of my pieces, and I'm going to try to schedule a little meeting time with him today before he leaves so that I can have a talk with him and maybe have him look at some of what I've written. I really hope that goes through - I'd be nice to have some input from someone who has been doing what I want to do for the past.. oh.. 50 years.</p>
|
||||
<p>In other news, coffee</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-09 15:23:05</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Maslanka.</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 | Maslanka.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>So, I had my meeting with Dr. Maslanka about my composition. Hrr. When I first met him on Monday, I got the impression that he didn't really like me - I mean, he's a nice enough guy, but he just didn't quite warm up to me like he did to Elliott. Anyway, today I got to spend about 40 minutes with him talking about both myself and my music, and.. well, it was rather discouraging. We both have strict ideas on harmony, it seems, and while his is more minimalist, I tend to enjoy both stark chords, as well as those juicy enough to bite into. So we disagreed a little on that section. It's mostly my fault, however, for bringing in two of my choral pieces in which I specifically wanted a rather rich harmonic sound. The real problem he seemed to have was with my use of scansion, though. I have a particular fondness for abusing the scansion of a poem as a color: putting accented syllables on beats that are normally unaccented. For example, in 'To Sleep,' I have a 9/8 bar "misscanned" purposefully to sound like a 4/4 bar with an extra eigth note at the beginning, sort of like an anacrusis. This followed by another 9/8 bar scanned with an extra eight note at the end. He mentioned readability, but, to me, I don't think having a bar of 1/8 (or 1/4, if I want to stretch it), followed by two bars of 4/4, followed by a bar of 1/8 is any clearer. I suppose, if I wanted, I could do something like 8+1/8 or augment the rhythms to fit some larger meter. It still doesn't change the fact that I like it misscanned >:E</p>
|
||||
<p>Anyway, I was a little disappointed in him - he did have some very good suggestions for engraving, as well as some different textures I'd like to try out, but really, I don't think I'll take too much away from this personal lesson. I gained a lot, however, from his lectures on the source of music, for which I'm grateful. Good luck to him wherever he goes. :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-09 23:07:16</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>
|
|
@ -0,0 +1,273 @@
|
|||
<!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">
|
||||
<details><summary>Read more...</summary>
|
||||
(17:10:45) Ranna: Anything else new?
|
||||
(17:11:35) Moondog dragon: ... no
|
||||
(17:11:41) Moondog dragon: thinking more than usual
|
||||
(17:11:44) Moondog dragon: but that's it
|
||||
(17:11:50) Ranna: What about?
|
||||
(17:12:06) Moondog dragon: sex mostly
|
||||
(17:12:08) Moondog dragon: ^_^
|
||||
(17:12:25) Ranna: Man, today's just been a really hormonal day for a lot of people I know, including myself ^^
|
||||
(17:12:39) Moondog dragon: yiffy going all around?
|
||||
(17:12:57) Ranna: Mmhm. Kept getting.. distracted by thoughts in class.
|
||||
(17:13:07) Moondog dragon: hehe
|
||||
(17:13:20) Moondog dragon: I need the yiff... ~whimper~
|
||||
(17:13:30) Ranna: Yeah x.x
|
||||
(17:13:51) Moondog dragon: hehe
|
||||
(17:14:00) Moondog dragon: I told you, just let me know if you wanna
|
||||
(17:14:47) Ranna: Seems I always want :oP
|
||||
(17:15:07) Moondog dragon: with me that is
|
||||
(17:15:38) Ranna: Mrf, yeah.. you sure it's okay?
|
||||
(17:16:26) Moondog dragon: I still haven't talked it over with Brandon, but it's ok with me
|
||||
(17:16:37) Ranna: Okie.
|
||||
(17:17:03) Moondog dragon: why? do you want to?
|
||||
(17:17:46) Ranna: Rrf, you mean now?
|
||||
(17:18:14) Moondog dragon: ~shrugs~
|
||||
(17:19:16) Ranna: Not now, I think. Getting down there's a problem, and all :oP
|
||||
(17:19:39) Moondog dragon: yeah, I know
|
||||
(17:20:41) Ranna: Stupid gas :oP
|
||||
(17:22:42) Moondog dragon: yeah i know
|
||||
(17:22:57) Moondog dragon: I still don't have a job so its even more of an issue
|
||||
(17:23:11) Ranna: Yeah :o/
|
||||
(17:28:23) Ranna: Grrf, now you got me thinking again. Tsk :o)
|
||||
(17:28:35) Moondog dragon: hehe
|
||||
(17:28:41) Moondog dragon: nothing wrong with that
|
||||
(17:28:50) Ranna: Nope :o)
|
||||
(17:29:21) Ranna: I wasn't.. er.. too heavy for you last time, was I? Felt like I was gonna crush you or something :oP
|
||||
(17:30:22) Moondog dragon: no no, you were fine
|
||||
(17:30:29) Moondog dragon: how much do you weigh?
|
||||
(17:30:40) Ranna: I think about 200.
|
||||
(17:30:59) Moondog dragon: about 20 less than brandon, so it's all good
|
||||
(17:31:45) Ranna: Okie.
|
||||
(17:31:51) Moondog dragon: ^_^
|
||||
(17:32:11) Ranna: Just got me thinking about different positions where that wouldn't be a problem :oP
|
||||
(17:32:44) Moondog dragon: hehe, I did get you thinking didn't I
|
||||
(17:33:09) Ranna: Yeah c.c
|
||||
(17:33:16) Moondog dragon: hehe
|
||||
(17:34:14) Ranna: Can't help it. I'm a fox.
|
||||
(17:34:48) Moondog dragon: it's not just foxes, wolves are like that too
|
||||
(17:34:55) Ranna: Really?
|
||||
(17:35:29) Moondog dragon: oh yeah
|
||||
(17:35:35) Moondog dragon: either that or it's a guy thing
|
||||
(17:35:42) Ranna: Hee.
|
||||
(17:36:05) Ranna: So.. random question. Have you been with anyone else since me, besides Brandon?
|
||||
(17:36:29) Moondog dragon: nope
|
||||
(17:36:36) Moondog dragon: I told you that last time we talked
|
||||
(17:36:52) Ranna: Ah, heh. Sorry ^^
|
||||
(17:36:59) Moondog dragon: it's all good
|
||||
(17:37:04) Ranna: You mentioned almost hooking up with someone, so I was curious.
|
||||
(17:37:28) Moondog dragon: almost hooked up with them, but never did
|
||||
(17:37:52) Ranna: Ah..
|
||||
(17:38:18) Moondog dragon: what about you? been with anyone since me?
|
||||
(17:39:22) Ranna: Not really. I mean, there've been some times when, like, there was heavy petting through clothes, but only once or twice at that.
|
||||
(17:39:48) Moondog dragon: nothing under the clothes?
|
||||
(17:40:17) Ranna: Nope c.c
|
||||
(17:43:03) Moondog dragon: I need to reboot, be back in a few
|
||||
(17:43:10) Ranna: Okie.
|
||||
(17:43:10) Unable to send message: Not logged in
|
||||
(17:58:22) Moondog dragon logged in.
|
||||
(17:58:31) Moondog dragon logged out.
|
||||
(17:58:40) Ranna: Yip?
|
||||
(17:58:45) Moondog dragon: back
|
||||
(17:58:48) Ranna: Woo!
|
||||
(17:59:09) Moondog dragon: still thinking about the yiff?
|
||||
(17:59:18) Ranna: Always :oP
|
||||
(17:59:24) Moondog dragon: me too
|
||||
(17:59:46) Ranna: Hee.
|
||||
(17:59:55) Ranna: Thinking about anything in particular?
|
||||
(18:00:21) Moondog dragon: sex
|
||||
(18:00:29) Ranna: :oP
|
||||
(18:00:38) Ranna: That's as specific as it gets? :o)
|
||||
(18:01:07) Moondog dragon: lots of sex
|
||||
(18:01:16) Ranna: Hee.
|
||||
(18:01:41) Moondog dragon: what you thinking about?
|
||||
(18:04:39) Ranna: I dunno, I got distracted by tea. Um.. making sure my condoms aren't expired o.@
|
||||
(18:05:00) Moondog dragon: hehe
|
||||
(18:05:23) Moondog dragon: I don't usually have to worry about that
|
||||
(18:05:25) Moondog dragon: ^_^
|
||||
(18:05:32) Ranna: True, true ^^
|
||||
(18:05:48) Ranna: But it wouldn't do if either of us got sick, or, you know, something caught c.c
|
||||
(18:06:55) Moondog dragon: yeah, don't want either of that... really not the second one
|
||||
(18:07:07) Ranna: Yeah x.x
|
||||
(18:07:34) Ranna: I mean, it might be nice to see what it felt like, but it's not worth the risk. I doubt it's that much different without a condom, anyway.
|
||||
(18:08:01) Moondog dragon: I would doubt it
|
||||
(18:08:10) Moondog dragon: it's so not worth the risk
|
||||
(18:08:22) Ranna: Yep :op
|
||||
(18:09:46) Moondog dragon: so I see you're thinking much more about it now...
|
||||
(18:10:13) Ranna: Well, looking at porn ain't gonna get rid of it :oP
|
||||
(18:10:23) Moondog dragon: is that what you're doing?
|
||||
(18:10:45) Ranna: Yeah.
|
||||
(18:14:26) Moondog dragon: me too now
|
||||
(18:14:34) Ranna: Hee ^^
|
||||
(18:14:37) Moondog dragon: damn the porn and the more yiffiness
|
||||
(18:15:00) Ranna: Hehe, 'bout time to take care of that? At least for a little bit?
|
||||
(18:15:28) Moondog dragon: for me or for you to take care of it?
|
||||
(18:15:51) Ranna: You c.c
|
||||
(18:15:59) Ranna: Still don't think I can make it down there.
|
||||
(18:16:03) Moondog dragon: i would but can't
|
||||
(18:16:11) Ranna: No?
|
||||
(18:16:21) Moondog dragon: we wouldn't have time even if you could make it down here
|
||||
(18:16:26) Moondog dragon: and we don't really have a place
|
||||
(18:16:30) Ranna: Yeah :o/
|
||||
(18:16:44) Ranna: So if we were to do anything, would it be up here?
|
||||
(18:17:19) Moondog dragon: not quite sure where...
|
||||
(18:17:51) Ranna: There's always the car :oP
|
||||
(18:18:03) Moondog dragon: mmm.... car yiff...
|
||||
(18:18:09) Ranna: Hee.
|
||||
(18:18:58) Moondog dragon: I like that idea
|
||||
(18:19:09) Ranna: Yeah?
|
||||
(18:19:14) Moondog dragon: but where oh where do park the car?
|
||||
(18:19:44) Ranna: Heh.. hmm. Good question.
|
||||
(18:19:59) Moondog dragon: hehe
|
||||
(18:20:58) Ranna: Out back of some place, maybe?
|
||||
(18:21:23) Moondog dragon: maybe... have to find a place to not get caught
|
||||
(18:21:37) Ranna: Hehe, yeah :oP
|
||||
(18:22:39) Ranna: There much of a chance of you being able to stay up here for a night or something like that?
|
||||
(18:22:56) Moondog dragon: no chance
|
||||
(18:23:10) Ranna: Okie.
|
||||
(18:23:50) Moondog dragon: that would make it easier, but there's no chance of that happening
|
||||
(18:24:39) Ranna: With Brandon and all?
|
||||
(18:24:55) Moondog dragon: yeah
|
||||
(18:25:25) Ranna: Ah..
|
||||
(18:25:44) Ranna: Involving him out of the question, too?
|
||||
(18:25:44) Moondog dragon: I almost think it'd be easier if Brandon didn't know
|
||||
(18:25:49) Ranna: Ah, yeah c.c
|
||||
(18:26:01) Moondog dragon: ... probably out of the question
|
||||
(18:26:08) Ranna: Okie.
|
||||
(18:26:24) Moondog dragon: would you want to involve him?
|
||||
(18:26:39) Ranna: I dunno, just trying to make things easier.
|
||||
(18:26:56) Moondog dragon: I don't think that'd make it easier
|
||||
(18:27:08) Moondog dragon: I think the easiest thing to do is to not tell him
|
||||
(18:27:33) Ranna: Hmm..
|
||||
(18:28:34) Ranna: Think that'd work out well enough?
|
||||
(18:29:30) Moondog dragon: probably the best way to work it out
|
||||
(18:29:36) Ranna: Yeah.
|
||||
(18:29:46) Moondog dragon: as long as neither of us post about it on lj or talk to him about it
|
||||
(18:29:52) Ranna: Yeah.
|
||||
(18:30:01) Ranna: Just.. like.. when he's at work or something?
|
||||
(18:31:19) Moondog dragon: yeah, but that's only during the day... and you have school and then it'd be more easially caught outside in the car...
|
||||
(18:31:20) Moondog dragon: hmm
|
||||
(18:31:32) Ranna: Well, I only have school until 1.
|
||||
(18:31:40) Ranna: And there's thanksgiving.
|
||||
(18:31:55) Moondog dragon: hmmm
|
||||
(18:32:08) Moondog dragon: but i am really fond of the car idea
|
||||
(18:32:12) Ranna: Hee ^^
|
||||
(18:32:25) Moondog dragon: but that'd be uncomfortable
|
||||
(18:32:44) Ranna: Well, the pathfinder's got room..
|
||||
(18:32:56) Ranna: Maybe not much, but enough for me to lay down in the backseat with my legs bent.
|
||||
(18:33:04) Moondog dragon: hmm
|
||||
(18:33:23) Moondog dragon: hmm...
|
||||
(18:33:29) Ranna: Or there are sitting positions.. I dunno c.c
|
||||
(18:33:48) Ranna: Or kneeling, or doggy style..
|
||||
(18:33:56) Ranna: Clearly, I've thought a lot about this :oP
|
||||
(18:34:10) Moondog dragon: ... doggy style.... ^_^
|
||||
(18:34:15) Ranna: Rrwr ^^
|
||||
(18:34:19) Ranna: Foxystyle?
|
||||
(18:34:44) Moondog dragon: hehe
|
||||
(18:34:58) Moondog dragon: you didn't mention standing
|
||||
(18:35:22) Ranna: True, though that's hard to do in a car ^^
|
||||
(18:35:49) Moondog dragon: against the car though... ^_~
|
||||
(18:36:08) Ranna: Hehe, yup ^^
|
||||
(18:36:49) Ranna: Hmm..
|
||||
(18:37:38) Moondog dragon: lots of thinkin going into this
|
||||
(18:37:49) Ranna: Yeah, badfox :o)
|
||||
(18:39:53) Moondog dragon: i almost wanna cyber yiff now.... but i can't paw off right now...
|
||||
(18:40:04) Ranna: People around?
|
||||
(18:40:25) Moondog dragon: at a friend's house
|
||||
(18:40:35) Ranna: Oh, hehe.
|
||||
(18:41:34) Ranna: Probably not a good idea, then.
|
||||
(18:42:10) Moondog dragon: the pawing off or the cyber?
|
||||
(18:42:17) Ranna: Pawing off.
|
||||
(18:42:37) Ranna: If you've been talking about sex for the past hour, cybering's probably not much different.
|
||||
(18:43:01) Moondog dragon: not much different,no
|
||||
(18:45:19) Moondog dragon: I want sex...
|
||||
(18:45:25) Ranna: Awr, hehe.
|
||||
(18:46:34) Moondog dragon: what time do you get out of school?
|
||||
(18:47:10) Ranna: 1.
|
||||
(18:48:02) Moondog dragon: hmm
|
||||
(18:48:22) Moondog dragon: what about on the weekends? any class then?
|
||||
(18:48:35) Ranna: Nope.
|
||||
(18:48:40) Ranna: Occasionally a concert.
|
||||
(18:49:08) Moondog dragon: ah
|
||||
(18:49:35) Moondog dragon: there would be more time on the weekend... but where?
|
||||
(18:53:53) Ranna: The car? Hehehe.
|
||||
(18:54:19) Ranna: I dunno, still not sure of where to go.
|
||||
(18:54:22) Moondog dragon: yes, but the daylight makes it easier to get caught
|
||||
(18:54:38) Moondog dragon: your place is out of the question I assume?
|
||||
(18:56:34) Ranna: Hmm? No, it's fine here :o)
|
||||
(18:56:53) Moondog dragon: nobody there during the day or what?
|
||||
(18:58:55) Ranna: Well, Ryan usually goes home, and Shannon just listens to loud music in her bed. Like, all the time. Besides, we have a closed door policy.
|
||||
(18:59:07) Ranna: I've fooled around before with both of them there, neither noticed.
|
||||
(18:59:12) Moondog dragon: hmm...
|
||||
(18:59:17) Moondog dragon: it's a possibility
|
||||
(18:59:19) Moondog dragon: brb
|
||||
(18:59:27) Ranna: Okie.
|
||||
(19:01:57) Moondog dragon: back
|
||||
(19:02:04) Moondog dragon: I wanna paw off soo bad right now....
|
||||
(19:02:10) Moondog dragon: ~whimper whimper~
|
||||
(19:02:39) Ranna: Awr *helps* ^^
|
||||
(19:02:44) Moondog dragon: mmm
|
||||
(19:05:03) Ranna: Hee, sorry, shouldn't tease ^^
|
||||
(19:05:20) Moondog dragon: not now at least...
|
||||
(19:05:25) Moondog dragon: oh well
|
||||
(19:06:46) Moondog dragon: i gotta go now
|
||||
(19:06:53) Moondog dragon: talk more about this later
|
||||
(19:07:04) Ranna: Alright, definitely.
|
||||
(19:07:10) Moondog dragon: bai bai
|
||||
(19:07:53) Ranna: Byee ^^
|
||||
(19:07:53) Unable to send message: Not logged in
|
||||
|
||||
</details
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-10 03:51:59</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>Dr. Kim keeps beating on me ;.;</p>
|
||||
<p>Heh. I tried to give him 'En etsi valtaa loistoa' for the carol balcony sing that's going on before the concert. He rejected it 'cause it was in Finnish. Oh well ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-10 20:45:11</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>
|
|
@ -0,0 +1,58 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | After reading XML in a Nutshell...</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 | After reading XML in a Nutshell...</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><strong>latex2xml</strong> - project in progress -
|
||||
This should be fairly easy to do, as long as we can figure out how to convert the images. I downloaded the latex2html source to help me a bit. Basically, just convert the LaTeX file into xml, and distribute with the package an xslt2html.xsl, xslt2xsl-fo.xsl, and latex2html.css file to deal with these things. The output from xslt2xsl-fo.xsl can be converted into a PDF, straight TeX (and then to dvi, if that's absolutely necessary), or PS with java on the commandline. Besides, then DocMan can deal with a better LaTeX converter, without random images popping up.</p>
|
||||
<p><strong>RFP.pm redone</strong> - finished project - http://ranna.bolognia.net/available/in-progress/docman/RFP.pm
|
||||
Now it has different styles supported: normal (current), minimalist (http://ranna.bolognia.net/minimalist), greenery (http://ranna.bolognia.net/greenery), printable version, text/plain, and application/octet-stream</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2002-08-13 02:07:22</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>
|
|
@ -0,0 +1,66 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Yooof.</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 | Yooof.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Pops went fine. More tickling Kory (since I guess I'm the only one who can do it), and then strike. I made a fairly large tape-ball with scraps from the stage. I called Moondog at around 11:30 and ended up leaving at around 12. I kept thinking she'd show up any second, so I kept delaying taking a shower. When I finally did, of course, she showed up while I was still in there. Odd.. don't feel like writing much about this.</p>
|
||||
<p>Anyway, She ended up staying about 17 hours, four of which were spent not in the bed or on the futon, and four of which were spent sleeping. That leaves nine hours for snuggling and frottage while Hank looked at us funny and Hobbes tried to lay on top. We went to Abo's and Cafe Sole for lunch; she ordered a chai, so they gave her a cider. We went to 14th St. Bar & Grill for dinner. When she left, she tasted like vanilla and cloves.</p>
|
||||
<p>In other news...
|
||||
Shanerak: When's your graduation?
|
||||
RannaFox: May 31 I believe..
|
||||
Shanerak: Hmm.
|
||||
RannaFox: Hmm>
|
||||
RannaFox: ?
|
||||
Shanerak: Yeah
|
||||
Shanerak: I dunno, maybe I'll come c.c
|
||||
RannaFox: Really? That'd be way cool..
|
||||
Shanerak: I'll see, yeah</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-02-29 19:28:32</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | I was born on...</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 | I was born on...</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://en.wikipedia.org/wiki/National_Hugging_Day">x.x</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-10 23:14:03</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>So, I was kinda angry because all the nose in and around the house kept me from napping, but when I finally got up, I found that the place had been cleaned pretty thoroughly. <3 Shannon.</p>
|
||||
<p>Also, thinking of writing an article about <em>Harmonielehre</em>. The song. I'll write one for the book when I finish it, perhaps</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-10 23:33: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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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 spent an hour of <em>pain</em> with Finale. Grrf. Both Finale and Sibelius are filled with visual gimicks, but, in my opinion, those in Finale tend to get in the way more than they could help. There were also quite a few bugs with the Speedy Input function. Well, whatever. I guess I'm just used to Sibelius</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-11 21:13:09</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Bahahaha, QOTD.</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 | Bahahaha, QOTD.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>"Your Neutralness! Beige alert!"<br />
|
||||
"If I don't survive, tell my wife... 'hello.'</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-11 22:10:53</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>I think I've pretty much given up on NaNoWriMo. It's not that I plan on giving up on the novel itself, just that I can't do it this month - just not nearly enough time what with class and all.</p>
|
||||
<p>However, I think I might turn December into NaSoCoMo - National Song Composition Month. Heh. I don't think the NaNo people would be too happy with that, though. The reason I'm doing it is <a href="http://bmifoundation.org/pages/SComposer.asp">this</a>, which seems like a good idea: sending my music off to a publisher, not to get published, but surely to get exposed. Since there's a better chance of winning that than there ever was of winning the ABO award, I think I might go for it, perhaps with the Keats Cantata. Whatever ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-16 17:20:30</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | History essay.</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 | History essay.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>I was all excited about <a href="http://www.twu.net/~ranna/choralcontemp.pdf">it</a>, but it came out really crappy 'cause I got so distracted :o/ Oh well, I got to include examples, which makes it all better ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-18 07:22:13</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Two things.</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 | Two things.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Noodling around with SL. I think this makes me a bad person.</p>
|
||||
<p>Hot buttered rum is weird</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-20 05:03:01</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>http://furries.frithcat.com/prints/Rikoshi.jp</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-21 20:41:01</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>So I got to thinking, after grabbing the Serenity soundtrack at Borders, that writing soundtracks would be a mighty nice summer job, if I could pull it off. I'd probably need to add composition to my major, though, but I figure that since I can always picture something visual to go along with music, with training, I could picture music to go along with something visual.</p>
|
||||
<p>Just a thought :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-22 21:16:24</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>
|
|
@ -0,0 +1,80 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | osnap!</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 | osnap!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>My supposed humility turned into elitism, if it wasn't that all along!</p>
|
||||
<p>Well, shit.</p>
|
||||
<p>Chi imparar vuole a tòr moglie
|
||||
Mastri esperti eccoci qui;
|
||||
E diciam che chi la toglie
|
||||
Dato aver vedrà in duo dì
|
||||
‘una diavola infernale,
|
||||
‘una zucca senza sale.
|
||||
Me ne stetti al detto altrui:
|
||||
Un buon uom mi disse: “Fa”;
|
||||
Oh minchion, minchion ch’io fui!
|
||||
Inciampai (e ben mi sta)
|
||||
‘N una diavola infernale,
|
||||
‘N una zucca senza sale.
|
||||
Ohimè! Chè per bellezza
|
||||
Ch’era tutta frondi e fior
|
||||
Colsi poi frutti d’asprezza,
|
||||
M’incontrai, ebbro d’amor,
|
||||
‘N una diavola infernale,
|
||||
‘N una zucca senza sale.
|
||||
Zie, sorelle, madri e nonne
|
||||
Lo staranno a inzipillar,
|
||||
E dieci altre mone Cionne
|
||||
Per finirlo d’affogar
|
||||
‘N una diavola infernale,
|
||||
‘N una zucca senza sale</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-23 08:41:39</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>
|
|
@ -0,0 +1,58 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Hmm.</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 | Hmm.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>My body's rebelling.</p>
|
||||
<p>I feel a little like a failure. The worst kind, the biological kind. The kind with no chance of success.</p>
|
||||
<p>But, I know that's just Mr. Pessimism, and that everything will be okay. Better than okay, things will be wonderful ^^</p>
|
||||
<p>In other news, today was pretty good</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-01 22:27:59</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>What a stupid night. Voilent mood swings, the likes of which I haven't had since high school, mostly 'cause something's keeping me from thinking things through clearly. Hopefully I can get things figured out over the next couple of days, because if this keeps up, I'll probably end up doing something stupid :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-23 09:55: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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>So.. the standard deal today - went over to Jack and Diane's (my step-step-grandparents - don't ask) for dry turkey and good food. Ate.. well, not quite too much, but more than I usually do. I have to say, I'm thankful for a smartass family, who likes a good smartass like myself, as well as <lj user="shanerak"></lj>'s couch, but most especially foxish phonecalls, despite impending pie</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-25 01:30:53</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>
|
|
@ -0,0 +1,61 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | x.x</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 | x.x</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>I got bored, so I played a sort of game, making recursive acronyms out of people. I've done it a lot before, but I guess I try to make it challenging.</p>
|
||||
<p>For instance.. :o)</p>
|
||||
<p>Srass' <strong>r</strong>epass <strong>a</strong>ss' <strong>s</strong>ass <strong>s</strong>urpass(es).</p>
|
||||
<p>Or now, making sentences...</p>
|
||||
<p>Ben's enviably nice. Undine, needing diversion, invites new evil while Varsonin, agreeing, reserves special onaid networks inside Norway. Ranna apparently notices, notifying authorities. Ben escapes! Neat :o)</p>
|
||||
<p>Vexus explains xeroscaping, underestimating severely Srass' reply, affecting simplistic sarcasm in Varsonin and Ranna (another notoriously new association), seeking other nobodies in need.</p>
|
||||
<p>I think I discovered something completely useless o.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-25 09:00:36</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>
|
|
@ -0,0 +1,75 @@
|
|||
<!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>You whisper, "I guess I'm just sorta curious as to what's going on lately.. I feel a little like you're not letting me get close to you. I mean, there's not really too much of a problem with that, 'cause it's just the internet and all, but.. well, the interenet's about all we've got right now. I think that's why I got sorta jealous last night." to Rikoshi.
|
||||
Rikoshi whispers, "Oh, sweetie, I'm sorry. I didn't mean to upset you with anything. I guess I'm not sure what I've been doing that makes you feel like we're not so close anymore... I mean, I don't FEEL like I'm un-close to you. Is there anything I can do to fix that, hon?" to you.
|
||||
You page, "Well, I'm not quite sure what's happened, or if things changed or something. I don't feel any less close to you or anything, just that.. when I get affectionate or something, it seems like you just get passive and just repeat whatever I said or something. I guess I don't really have a problem if you're not really into doing that sort of thing with me anymore - I suppose it can get stale if one does it enough :o) - but I'm a little confused as to why. I think about you an awful lot, so I guess it's just been weighing on my mind, and last night was just kind of proof that I was maybe focusing on it a little too much.." to Rikoshi.
|
||||
You page-pose, "Ranna rambles @.@" to Rikoshi
|
||||
(p) In a page-pose to you, Rikoshi hugs you on up. "Oh, hon, I get what you mean," he says, nosing at your cheek. "I can promise you that there's no... disinterest on my part. I think that lately, it's just been a matter of timing combined with stress -- I haven't been writing about work in my LJ as much lately, but it's really starting to... kinda get to me, and so at night, I'm sorta... I dunno, in a weird mood, a lot. Last night, actually, I was... well, definitely kinda frisky and all, but it was just sorta late so I didn't wanna start too much. Does that make sense? I don't want to sound like I'm making excuses, because I'm not trying to."
|
||||
You page-pose, "Ranna smiles a little, "I trust you hon, I know you're not disinterested, it's just.. I guess like I said, I've kinda gotten a little too attached to you over the past few months, and so I guess I've started thinking of us as in.. well.. some sort of relationship, whether we are or aren't. I think I started having some expectations of you without really realising it, much less voicing them. Of course, I hardly would expect such things of you simply 'cause foxes like each other - you're free to do your own thing, really.." He pauses and smiles a little, "Though, for the future, I'm not too keen on watching; makes me feel kinda weird."" to Rikoshi
|
||||
(p) In a page-pose to you, Rikoshi kisses you on the nose, first. "Thanks for getting that out, hon," he says. "I appreciate that, and believe me when I say that you're not just... you know, imagining stuff. There's... y'know, a definite mutual fox-liking going on, here." :)
|
||||
You page-pose, "Ranna wiggles his nose a little and licks at your chin, "I know, hon. Foxes like eachother lots. And expect a nice christmas gift, even if it might be a little late :o) Anyway, I guess all this is coming out 'cause I don't have the stress of school to worry about, so it's good to at least talk about some - I don't mean to put any sort of damper on your day."" to Rikoshi
|
||||
Somewhere on the muck, TealFox has disconnected.
|
||||
Somewhere on the muck, Farrel has connected.
|
||||
(p) In a page-pose to you, Rikoshi smooches you again, and then kinda grabs your butt. "Aw, you're not a damper. And I think the stress on both parts is probably understandable. I don't think we need to worry, maybe." ^^
|
||||
You page-pose, "Ranna giggles a little and yips at the grab, wagging about. "Yeah, I'm sure it'll work out. Besides, in less than two months, I plan on pouncing a fox, anyhow," he says, grinning." to Rikoshi
|
||||
(p) In a page-pose to you, Rikoshi rrrls and smooches you once more. "Hey, and I plan on maybe getting some thorough digital pouncings in between now and then, Mr. Playful," he teases.
|
||||
You page-pose, "Ranna chirps and smooches back once or thrice, "Hee.. I can't help it, s'just the fox I am." He shrugs. And predictably, follows that up with a pounce," to Rikoshi
|
||||
Huh? (Type "help" for help.)
|
||||
(p) In a page-pose to you, Rikoshi catches you, or at least tries to, before you end up just knocking him over. "Hee! Well, that's one for Rannafox, I guess," he says, wiggling his nose and whiskers.
|
||||
(p) In a page-pose to you, Rikoshi acks! "Hey, foxer, houseguests have shown up (Van and Raffy) and so I should probably go and keep 'em company," he says. "You'll be around later, yeah?"
|
||||
(p) In a page-pose to you, Rikoshi steals a nice, deep-muzzle kiss from you, first, though, because that's, y'know, foremost.
|
||||
You page-pose, "Ranna kisses back all nice and deep. Rrrf. Part of the reason he likes foxes so much. "I expect I'll be around a bit, yeah.."" to Rikoshi
|
||||
(p) In a page-pose to you, Rikoshi rubs your butt some more, and smiles. "Okay, sweetheart. See you soon!"
|
||||
Somewhere on the muck, Rikoshi has disconnected</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-26 19:57:06</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>I think if I ever write a memoir or something, I should go through my LJ and just pick out the most flowery, wankerish, dramatic posts and compile them into a short book :</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-27 07:38:02</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Badgers? We don't need no stinkin' badgers!</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 | Badgers? We don't need no stinkin' badgers!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://www.weebls-shop.co.uk/toys.asp?siteid=100&prodcatid=140">Tee hee!</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-28 01:48:10</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>
|
|
@ -0,0 +1,67 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Time! x.x</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 | Time! x.x</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Work schedule.</p>
|
||||
<p>Friday 7-8, 9-12
|
||||
Sunday 5:30a-2:30p
|
||||
Monday 1-4:30
|
||||
Tuesday 1-4:30</p>
|
||||
<p>Finals week.</p>
|
||||
<p>Wednesday 10:00-10:15 piano
|
||||
Wednesday 11:20-1:20 history
|
||||
Wednesday 1:30-3:30 flute/oboe
|
||||
Thursday 1:30-3:30 theory
|
||||
(Tuesday 7:00-9:00 choir)</p>
|
||||
<p>Maybe time to take a break from the internet, too, for a little while.</p>
|
||||
<p>And now it's time to rehearse for voice lesson</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-11-30 19:51:33</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>
|
|
@ -0,0 +1,116 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Furries!</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 | Furries!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<details><summary>Read more...</summary>
|
||||
(15:11:11) Chansey RN: Hi. This is Deja, Rikoshi's friend. Are you available right now or should I pester you later?
|
||||
(15:14:40) Ranna: I'm available now.
|
||||
(15:14:40) Chansey RN logged in.
|
||||
(15:14:55) Chansey RN: All right then.
|
||||
(15:15:13) Chansey RN: Thanks.
|
||||
(15:15:21) Ranna: No problem :o)
|
||||
(15:15:43) Chansey RN: Firstly, what do you define as a furry? I find that this is the hardest thing to explain to people.
|
||||
(15:18:07) Ranna: Ah. Well.. of course, you're going to get a different answer from everyone, but for me.. hmm. I suppose it started out more spiritual for me than it is now - with a certain feeling of connection to foxes or whatever - but lately, in the past few years, it's turned into more of a community thing. It's something that my friends and I all have in common so, even when we're not talking or doing whatever online, we still have something to talk about just among ourselves in person.
|
||||
(15:21:08) Chansey RN: I guess the next obvious question is the one someone asked Rikki, why a fox? Is there some quality about them that you identify with or that you hold as an ideal?
|
||||
(15:23:05) Ranna: I think it started mostly as a means to get attention :o) I saw that foxes were popular.. oh.. six and some years ago, so that's what I chose in order to get attention. I guess it sort of stuck, though it seems widely agreed that people think I'm more of an otter. I don't know how they decided that...
|
||||
(15:23:32) Chansey RN: So you were a part of the community before you had a particular fursona?
|
||||
(15:24:54) Ranna: For a little bit, yeah. As soon as I found out about it, it was sort of a slippery slope and it didn't take long for me to get pretty deep into the whole thing.
|
||||
(15:25:24) Chansey RN: What was it that attracted you to the furry subculture in the first place?
|
||||
(15:27:37) Ranna: A couple of people and a website. At the time, I was a moderator on a bulletin board, and a few of the people there were furries. They got me intrigued, and after a search, I found the site yerf.com with a bunch of art on it, and I guess that's how it began.
|
||||
(15:28:13) Chansey RN: Have you been to any of the conventions?
|
||||
(15:32:06) Ranna: Yes, I went to Anthrocon this year, and I'm going to Further Confusion in Januar.
|
||||
(15:32:07) Ranna: y
|
||||
(15:32:42) Chansey RN: When you go, do you meet with a lot of new people or people you already know online?
|
||||
(15:33:09) Ranna: Hmm.. at AC, I pretty much just stuck with Rikky and his housemates, along with a few others, but I met some new people..
|
||||
(15:33:33) Chansey RN: Have you been to other cons? Like anime or gaming cons?
|
||||
(15:34:21) Ranna: Nope..
|
||||
(15:34:44) Chansey RN: OK.
|
||||
(15:35:17) Chansey RN: How did dealing with the people in person change from how it was online?
|
||||
(15:37:46) Ranna: It was a little strange at first because, like you suggested, everyone was very affectionate, but in a rather different context. People seemed used to, you know, swishing their tails and such which isn't too terribly possible in person :o)
|
||||
(15:39:20) Chansey RN: Did it translate in to other shows of affection then?
|
||||
(15:40:19) Ranna: For some people, yeah. For others - people with whom I'd been affectionate online - we never touched once, and in some cases, it was even a little awkward.
|
||||
(15:41:08) Chansey RN: Because they weren't as affectionate? Were they more aloof or just more introverted in person do you think?
|
||||
(15:42:30) Ranna: For the situations in which it was awkward, I think part of it had to do with the shock of meeting them in person - it's really easy to change how you are online from how you are in real life - but yeah, there were situations where one or the other of us was just not quite as extroverted as we might have seemed.
|
||||
(15:43:03) Chansey RN: So I take it you're fairly new to the community or did you spend more time being part of it online before you went to the convention?
|
||||
(15:43:30) Ranna: I spent more time online before making it to AC - about six years.
|
||||
(15:45:44) Chansey RN: Wow. OK. Does this tendency towards affection translate out of community? Like, since becoming a part of it, have you found that you're more affectionate with non-furry friends and your family or does is this something that only gets expressed in the community.
|
||||
(15:47:24) Ranna: I think that it has translated a little bit towards friends, but perhaps the opposite with parents and strangers, just because, with parents, I'm a little worried about their opinion on the matter, and with strangers (or, rather, new friends) I'm worried about weirding someone out.
|
||||
(15:48:34) Chansey RN: Moving back into the furs, how does it get expressed publicly? Hugs and light touching mostly?
|
||||
(15:49:19) Ranna: Yeah - leaning against, playful poking, and the like.
|
||||
(15:50:05) Chansey RN: Is the culture as "sexually open" as most people think it is?
|
||||
(15:52:23) Ranna: On the internet, it can be, but not as much in person. I think a much smaller percentage of furs are as "out there" as people think - at least in public. It is, however, a good deal more sexually open than non-furry culture - though some people on campus rival that image :oP
|
||||
(15:52:50) Chansey RN: So it's no dorm. Or Dragon*Con. ^_^
|
||||
(15:53:09) Ranna: Hehe, nope.
|
||||
(15:54:29) Chansey RN: How do you feel about being a part of this community?
|
||||
(15:56:44) Ranna: Comfortable, though increasingly less so. I'm starting to get feelings of "dug myself into a hole" with the whole online thing, though that's not restricted completely to furry. Also, a lot of strange new people joining from all of the media coverage.
|
||||
(15:57:24) Chansey RN: Are they the FoxWolfie Galen type or the cat-fangirl type or just new folks?
|
||||
(15:59:14) Ranna: Hehe, um.. hmm. There does seem to be an influx of cat-fangirl types, but, well.. the current trend seems to be really young AOLers who seem to be in the whole thing just to get a 'mate', which varies anywhere from someone you TS with every other night to someone you bitch about in public.
|
||||
(15:59:31) Chansey RN: TS?
|
||||
(15:59:52) Ranna: Tinysex - cybering, or.. er.. 'typefucking', as it's known c.c
|
||||
(16:00:04) Chansey RN: Ah! I thought so. Never heard that term.
|
||||
(16:00:49) Chansey RN: Well, I think that about covers it. If I find anything else, I'll probably pester you. Do you have any other comments or thoughts or just something you'd like to add?
|
||||
(16:02:07) Ranna: Hmm.. not really, other than I'd be interested in seeing a draft or final version of what you've got, just to see what you found out - it's something I've wondered about for a while now.
|
||||
(16:02:29) Chansey RN: I can get that to you tomorrow afternoon, if that's all right?
|
||||
(16:02:59) Ranna: Oh.. er.. I have run into a few people - myself included - who seem to feel that they'd be intensely uncomfortable in a relationship with a non-fur.
|
||||
(16:03:01) Ranna: Sure.
|
||||
(16:03:18) Chansey RN: Hmm. Any particular reason why?
|
||||
(16:03:21) Chansey RN: If I may ask.
|
||||
(16:04:37) Ranna: Well.. I tried at the end of last semester, and it really didn't work out for me just because I felt like I would be hiding a large part of my life from whomever I was with, even though my partner was interested in learning about it.
|
||||
(16:05:02) Chansey RN: OK. Thanks.
|
||||
(16:05:22) Chansey RN: All right, I'll probably have the work done up by tomorrow evening and I'll send you off a copy.
|
||||
(16:05:28) Ranna: Alright, thank you :o)
|
||||
(16:05:35) Chansey RN: Thank you.
|
||||
(16:05:42) Chansey RN: Have a good day.
|
||||
(16:05:46) Ranna: You too.
|
||||
|
||||
</details
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-04 23:27:10</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>
|
|
@ -0,0 +1,67 @@
|
|||
<!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">
|
||||
<!-- Posted pictures -->
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="http://pics.livejournal.com/gv_ranna/pic/00009f38/"><img alt="Spring '06 class schedule." border="0" height="127" src="http://pics.livejournal.com/gv_ranna/pic/00009f38/s320x240" width="320"/></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Spring '06 class schedule.</strong><br/>
|
||||
Not too bad..</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- End of Posted pictures --
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-05 17:24:18</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Got my first history paper back - the one on madrigals - and.. wow, I had to have been insane to write some of that stuff. I left out whole words and phrases! Somehow, I still pulled off a 100%, though, so oh well ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-05 17:42:29</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Fweeep.</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 | Fweeep.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Grooooooup toniiiiiiight. Got to see Moondog, who left her own bite marks on me, since mine left her a little bruised. Mostly, she tickled me to death, though, along with everybody freaking else!!3 Things seemed a little awkward with others around, but that's okay, I suppose. <em>luv to her</em> Ryan and Andrew both seemed a little awkward, too, though that may have been imagination. <em>luv to them, too</em></p>
|
||||
<p>Other than that, life's been slow, but good. I still feel like I'm hiding/denying/something part of myself, and I'm getting the idea that it might have something to do with spirituality, and that the feeling may be my inner skeptic clamoring. Being raised by two engineers leads to doom</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-03 21:24:01</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>
|
|
@ -0,0 +1,60 @@
|
|||
<!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">
|
||||
<table style="border:1px solid black; background-color:white; color:black;" width="500"><tr><td><img src="http://triggur.org/dearsanta/santa.gif"/><font size="6">Dear Santa...</font><br/><br/><b>Dear Santa,</b><br/><br/>This year I've been busy!<br/><br/>Last Sunday I committed genocide... Sorry about that, <lj user="moondogdragon"> <font color="gray" size="-3">(-5000 points)</font>. In July I gave <lj user="belanth"> a life-saving blood transfusion <font color="gray" size="-3">(50 points)</font>. In June I gave change to a homeless guy <font color="gray" size="-3">(19 points)</font>. In February I helped <lj user="kozatoi"> across the street <font color="gray" size="-3">(6 points)</font>. In May I pulled <lj user="schizo_wolf">'s hair <font color="gray" size="-3">(-5 points)</font>. <br/><br/>Overall, I've been <b>naughty</b> <font color="gray" size="-3">(-4930 points)</font>. For Christmas I deserve <b>a spanking</b>!<br/><br/><blockquote>Sincerely,<br/>gv_ranna</blockquote></lj></lj></lj></lj></td></tr></table>
|
||||
|
||||
<p><br/><form action="http://triggur.org/dearsanta/">Write your letter to Santa! Enter your LJ username:<input name="uname" size="20" type="text"/><input type="submit" value="Write Santa!"/></form></p>
|
||||
<p>"A spanking, a spanking!"</p>
|
||||
<p>"Yes! And then, the oral sex!"
|
||||
-MP&tQftH</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-06 00:17:53</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>I think Ryan's on to something - sleeping twelve hours on a school night feels really good @.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-06 14:20:30</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Working a lot. Should be nice to get some cash</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-07 03:35:22</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>http://jwpepper.com/catalog/search?option=results&searchtype1=itmkey&itmkey1=3296184
|
||||
http://www.sheetmusicplus.com/store/smp_detail.html?cart=33427997231791699&item=544846</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-07 06:40:02</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Worked for nine and a half hours with only one 15- and two 5-minute breaks. So, of course, when I got home and took a nap, I dreamt about work. Serving breakfast line in a post-apocalyptic world. It was really pretty stupid x.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-12 02:15:38</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Worked another eight hours - I actually took my breaks this time, though. There's some neat people at work. A guy named Colin who was being friendly all day, and two brothers who work together in dish, who call me 'brother' and compliment my work-ethic</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-12 22:57:52</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>
|
|
@ -0,0 +1,58 @@
|
|||
<!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">
|
||||
<div style="padding:5px; width: 500px; border: thin solid black"><img src="http://cthulhu.alfedenzia.com/images/Cthulhu-colour.gif" style="float:left;"/><h2>Oh Great Cthulhu!</h2><p>I have been an extremely busy devotee this year.</p><p>When the stars were right, I wore an Elder Sign <span style="font-size: small; color: #888888; font-style: italic">(-10 points)</span>. In July, I legally changed my name to Randolph Carter <span style="font-size: small; color: #888888; font-style: italic">(-40 points)</span>. In August, I fed <a href="http://livejournal.com/userinfo.bml?user=breakfastfox"><img alt="[info]" border="0" src="http://stat.livejournal.com/img/userinfo.gif"/></a><a href="http://livejournal.com/~breakfastfox">breakfastfox</a> to a Shoggoth <span style="font-size: small; color: #888888; font-style: italic">(250 points)</span>. In June, I stopped <a href="http://livejournal.com/userinfo.bml?user=terberlo"><img alt="[info]" border="0" src="http://stat.livejournal.com/img/userinfo.gif"/></a><a href="http://livejournal.com/~terberlo">terberlo</a> from defiling Lovecraft's grave <span style="font-size: small; color: #888888; font-style: italic">(-20 points)</span>. In May, I rammed a ship into you (sorry Cthulhu!) <span style="font-size: small; color: #888888; font-style: italic">(-1000 points)</span>. In March, I made a burnt offering to the Dead Dreamer <span style="font-size: small; color: #888888; font-style: italic">(100 points)</span>. </p><p>In short, I have been very bad <span style="font-size: small; color: #888888; font-style: italic">(-720 points)</span> and deserve to have my body used as a host for one of your servitors.</p><br/> Your humble and obedient servant, <br/><span style="margin-left: 0.5in">gv_ranna</span></div>
|
||||
|
||||
<p><br/><br/>Submit your own plea to Cthulhu! <form action="http://cthulhu.alfedenzia.com/cgi-bin/dearcthulhu" method="GET"><input name="uname" type="text" value=""/><br/> Name some friends or leave them blank and let me look them up myself: <input name="friend" type="text"/> <input name="friend" type="text"/> <input name="friend" type="text"/> <input type="submit" value="Submit to the will of Cthulhu"/></form></p>
|
||||
<p>In other news, I didn't do so well on my keyboard and sight-singing finals - too focused on my jury tonight x.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-13 17:40:40</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Yayjuries! Yay juries being over! Yay for doing good on juries</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-14 00:33:52</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Continuation.</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 | Continuation.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Yay for coming home to a dark house. Yay for living with people more sedentary than most rocks. Yay for checking online to find people that you hate - people you hate because it makes you feel bad to dislike someone so much. Yay for being so dependent on the internet. Yay for three more finals tomorrow, and another on Thursday.</p>
|
||||
<p>Woo. :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-14 00:42:46</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>
|
|
@ -0,0 +1,58 @@
|
|||
<!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>Piano final sucked. Oh well. Last piano class for me :o/</p>
|
||||
<p>I was thinking I'd be all economical and take the shuttle from CSU to the airport, but it turns out, it'd be cheaper to drive to Boulder and take the bus by $13 each way. Oh well. Guess I'll do that, then.</p>
|
||||
<p>Edit: Oh, oh! I got my second history paper - the one about choral compositions; I got another 100% on it @.@ My teacher even wants to talk with me more about it, being a composer himself. I BS'd both of those papers, too..</p>
|
||||
<p>Edit edit: Talked with my history prof. He's apparently really into composition, and wants to be a sort of faculty sponsor/member of the NMF! This is good, 'cause now we have some leverage in the department, and can let people know what there are still those interested in composition</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-14 17:47:25</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Hmm.</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 | Hmm.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>This recording takes the 'second' Libera Me really fast, and pull it off quite well... except for the brass, which gets far too loud at times.</p>
|
||||
<p>Anyway to.. uh.. yesterday was kinda boring. Endless school, with droning teachers. Mind you, there were good parts, such as a discussion on No Child Left Behind and the implications of it in history, and the fourth amendment in creative writing. After that, there was another Gloria rehearsal, in which random stuff happened, and Revier made faces while Mr. Wallace conducted. After, I dropped Shannon off and went to pick up some food at Deli zone. Shortly after, I fell asleep - at around six - and woke up at around 12:30. Talking to Moondoggy now.</p>
|
||||
<p>Tomorrow, Shannon, Ryan, Kiran and I were going to go play pool at the Wynkoop, but it's snowed a good deal, and it's still sorta coming down. I think I'll offer movies instead. I hope they don't mind c.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-05 01:01:19</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>
|
|
@ -0,0 +1,111 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Everyone else is doing it (and a picture).</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 | Everyone else is doing it (and a picture).</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<details text="Fourfourfourfour4four"><summary>Fourfourfourfour4four</summary>FOUR JOBS YOU'VE HAD IN YOUR LIFE:
|
||||
Web designer
|
||||
"Light office help"
|
||||
Workshop assistant
|
||||
Student hourly (line, line manager, line prep, salads, cook, dish) (might as well be one job)
|
||||
|
||||
FOUR MOVIES YOU COULD (AND DO!) WATCH OVER AND OVER:
|
||||
Amelie
|
||||
FLCL (might as well be a movie)
|
||||
Nausicaä of the Valley of the Wind
|
||||
Hero
|
||||
|
||||
FOUR CITIES YOU'VE LIVED IN:
|
||||
Lakewood, CO.
|
||||
Boulder, CO.
|
||||
Fort Collins, CO.
|
||||
Nederland, CO. (might as well lived there)
|
||||
|
||||
FOUR TV SHOWS YOU LOVE TO WATCH:
|
||||
Firefly
|
||||
FLCL (might as well be a TV show)
|
||||
Azumanga Daioh
|
||||
I guess CSI is okay..
|
||||
|
||||
FOUR PLACES YOU'VE BEEN ON VACATION:
|
||||
Raratonga, French Polynesia.
|
||||
Turks and Caicos, the.. uh.. Carribean somewhere..
|
||||
Incheon, Seoul, and Young-Wol, South Korea (might as well be a vacation)
|
||||
Philadelphia, PA.
|
||||
|
||||
FOUR WEBSITES YOU VISIT DAILY:
|
||||
LJ
|
||||
GMail
|
||||
VCL
|
||||
My school email account (might as well be a website)
|
||||
|
||||
FOUR OF YOUR ALL-TIME FAVORITE RESTAURANTS:
|
||||
Sushi Tora, Boulder.
|
||||
Beau Jo's, Fort Collins.
|
||||
Sherpa's, Boulder.
|
||||
My kitchen (might as well be a restaurant)
|
||||
|
||||
FOUR OF YOUR FAVORITE FOODS:
|
||||
Curry
|
||||
Rice with bonito and soy sauce
|
||||
Ramen (see, but I make it real good)
|
||||
Tea (might as well be a food)
|
||||
|
||||
FOUR PLACES I'D RATHER BE RIGHT NOW:
|
||||
Somewhere warm
|
||||
Somewhere warm
|
||||
Somewhere warm
|
||||
California
|
||||
|
||||
</details>
|
||||
|
||||
<p><lj-cut text="Picture!"><img src="http://twu.net/~ranna/tuxntail2.jpg"/></lj-cut</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-15 07:10:18</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>Grr! My clutch is starting to screw up pretty badly now. Last night, it scared me because it was working differently than it ever has before. Normally, I have some leeway about halfway to the floor depressing and releasing the pedal. Last night, it seems to have flipped, so that I had all the leeway when the pedal was almost all the way out, and the clutch engaging/disengaging would occur when I nearly had the pedal to the floor.. This morning, the same trend continued, this time with a twist. When I was at a stop, it was pretty much impossible to get the car in gear - first or reverse, though on occasion, I could get it in third or fourth, though still with great difficulty. To get it into first or reverse, I'd have to slide my foot to the side with the pedal depressed and let it release all by itself while the car was in neutral. The pedal would pop up with a <em>clunk</em> and then, after depressing it fully, I could finally get the car into gear, still with a good deal of difficulty. According to the internet, this is a fairly serious problem, likely involving water getting into the system, and either the master or slave cylinder going bad.</p>
|
||||
<p>Damn.. shitty time for this to happen x.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-15 21:35:00</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Wagh! Got my first Christmas presents! Kinda hammers home just how close the holidays really are. They're sitting under my wreath (since we were all going home, we skipped the whole tree thing) looking tempting</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-21 21:05:34</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>My mint plant is attacking Shannon's bamboo. It's like.. gnarrr!</p>
|
||||
<p>In other news, I'm writing a Christmas song, lyrics by Kafka</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-22 01:39:59</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>
|
|
@ -0,0 +1,60 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Meadmeadmead.</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 | Meadmeadmead.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Since I cleaned the house, I moved some stuff around, and now the mead has a room all of its own!</p>
|
||||
<details><summary>Read more...</summary><img src="http://twu.net/~ranna/meadery.jpg"/>
|
||||
|
||||
x-posted: <lj user="brewfurs"></lj>
|
||||
|
||||
</details
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-24 16:46:18</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>
|
|
@ -0,0 +1,58 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | BOOZE!!!one</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 | BOOZE!!!one</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>So.. uh.. since I'm a geek..</p>
|
||||
<p><lj user="brewfurs"></lj></p>
|
||||
<p>c.c</p>
|
||||
<p>Check it out</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-24 19:40:48</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>
|
|
@ -0,0 +1,60 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Christmasishness and stuff.</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 | Christmasishness and stuff.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>So I decided to take a break from the wonders of living alone and cleaning the house and cleaning the house and cleaning the house to come visit the folks for Christmas. Everyone seemed to enjoy their gifts, though Julie reprimanded me - mostly tongue-twoin-cheek, required-to-as-a-parental - for giving her alcohol. And I don't think my mom will listen to the CDs I gave her very often (trying to show her that contemporary classical music isn't all that bad. I spent a grand total of.. uh.. nothing on gifts! All my gifts were made (baked, cooked, brewed) or re-gifted. My dad got a Colorado State sweatshirt I never wear, Julie got some towels I got in Korea, my mom got some CDs I had already and a DVD I had (well.. I admit that I kinda bought it for her, but I opened it and watched it, because I'm a terrible fox ^^).</p>
|
||||
<p>I got some neat things. I think my dad finally clued in that I'm getting more and more minimalist now that I've moved out and don't need a bunch of random shit to fill my house with; from him, I got two nice - and I mean REALLY nice - baking pans, a REALLY nice set of measuring cups, Sibelius 4 (more on that later), and a compilation book of <a href="http://theonion.com">The Onion</a>, which will come in useful as a coffee-table (read: bathroom) book. My mom's been getting me useful stuff for the past few years, and only a little bit at that (which is quite alright by me), so I just got OS X Tiger and some cash (enough to pay <lj user="rikoshi"></lj> for FC hotel :o) ).</p>
|
||||
<p>It was nice to spend time with the parentals. I got to cook with both of them - I made use of the new baking pans to make some cheddar bread with my dad, and at my mom's, we made something out of my Soup Bible and some foccacia to go with it. I made some tomato-herb sourdough for both of them, too (supposed to be just rosemary, but I got a little overzealous and added some fresh marjoram, too. And I didn't have cornmeal to keep the loaves from sticking to the sheet, so I used some cream of wheat (cracked farina wheat), sorry <lj user="breakfastfox"></lj>). Also, my mom's letting me take some of her cookbooks that she no longer uses (since she became a vegan and moved up into the mountains to live alone with her two dogs and cat, three weeks after I moved out :oP).</p>
|
||||
<p>So.. yeah, Sibelius 4 is pretty awesome, far as I can tell. The neatest feature I've found so far is the complete integration of video, making it really easy to do soundtracks. Since that's what I was thinking of doing during the summer when I'm teaching, I'm all excited. now all I need are videos to do a soundtrack to :oP They gave me a few, so I might play around with them some. If I get anything done, I might post it somewhere. I think part of the reason I'm so excited about that is that writing for something visual gives me so much more focus; like when I was writing the program music for The Bucketrider, having the story with all its imagery made it really easy to think up music for it.</p>
|
||||
<p>Ur.. so yeah ^^ Merry what-have-you and a happy everything, everybody.</p>
|
||||
<p>PS - if you were invited to the dinner party, don't forget to RSVP. *nudgenudgepromote</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-26 03:29:11</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!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>I have 30 days to get the cat spayed. :D</p>
|
||||
<p>Which means I also need to get her rabies shot and get her licensed.</p>
|
||||
<p>EDIT: I guess I should explain. I went to the Larimer Humane Society and picked up a voucher for a discounted spay, and it's only good for 30 days. Most all vets won't spay unlicensed pets with no rabies record. No one got in trouble :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-28 01:28:34</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>Picked up Serenity today :D</p>
|
||||
<p>Also, The Exorcism of Emily somethingoranother</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2005-12-28 07:04:16</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>
|
|
@ -0,0 +1,61 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Glurr.</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 | Glurr.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Huzzah for mood swings. Back to the fish oil I go!</p>
|
||||
<p>Today was fun. First, sectionals and rehearsal, then breakfast, where Spencer Bowie tried to eat a spoonful of butter, and ended up getting quite sick 'cause he wouldn't swallow it. Much pool at the CU-UMC with Ryan, Kiran, and Shannon, then a movie (which, while it had an interesting plot, was such standard fare that I forgot the name. It started with a T...), then Anime Anonymous, where we saw Azumanga Daioh. Ryan was mleh on the way to his house (don't appologize, I know the feeling). I purchased an ounce of fine Lady Grey today. Making a little now. Too bad an ounce seems so small..</p>
|
||||
<p>(Later) The tea is quite tasty, worth the money. I miss Moondog. Crackers are salty.
|
||||
<details><summary>Read more...</summary></p>
|
||||
<p></details>
|
||||
<img alt="I'm Mihama Chiyo!" border="0" src="http://images.quizilla.com/E/EvilNaokiIIDX/1038472904_sult-chiyo.jpg"/><br/>You are Mihama Chiyo!
|
||||
<br/><br/><a href="http://quizilla.com/users/EvilNaokiIIDX/quizzes/Which%20Azumanga%20Daioh%20Character%20are%20you%3F/"> <font size="-1">Which Azumanga Daioh Character are you?</font></a><br/> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a></font</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-05 21:35:52</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>I've a hankerin' for some gin o.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-03 03:50:31</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Jerky.</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 | Jerky.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>So, tonight, I couldn't really restrain myself from cooking, and everyone had already eaten, so I decided to try my hand at making beef jerky. It's marinating in the fridge right now.</p>
|
||||
<p>Oh well, I think I might be an addict :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-03 07:15:21</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>It's break, and you know.. it actually feels kinda good not to have anything to write about.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-06 21:53:40</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>
|
|
@ -0,0 +1,207 @@
|
|||
<!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">
|
||||
<details text="Character meme: Ranna"><summary>Character meme: Ranna</summary>
|
||||
1. What is your character's name?
|
||||
Gaius Vulpius Ranna
|
||||
|
||||
2. What kind of character is it (furry, anime, etc) and any particular race?
|
||||
Furry (Mutated Red Fox)
|
||||
|
||||
3. What is the first thing your character would think of when he/she first wakes up?
|
||||
Yip... wait, what species am I?
|
||||
|
||||
4. Your character's favorite outfit would be?
|
||||
Nothing? :o)
|
||||
|
||||
5. When your character looks into a mirror, what's the first thing they would notice?
|
||||
Omigosh tails!
|
||||
|
||||
6. Does your character have the same tastes in food as you?
|
||||
I suppose so..
|
||||
|
||||
7. How is your character similar to you?
|
||||
I'd like to think so.
|
||||
|
||||
8. How is he/she different?
|
||||
Well, he's a red fox with a mutation in the tail area. Other than that, I suppose the fact that he doesn't wear clothes..
|
||||
|
||||
9. If your character could speak, would he/she have the same voice as you?
|
||||
Yup, I value my voice, what with, you know, the singing and all.
|
||||
|
||||
10. If you were to suddenly become your character, what do you think would be the first thing you would do as him/her?
|
||||
Scream.
|
||||
|
||||
11. Is there something about your character that you don't like how others think of him?
|
||||
(Grammar says what?) Uh.. I'm really not sure. I don't really know how others think of me.
|
||||
|
||||
12. What advantages does your character have over you?
|
||||
Fur? It's warm, I guess..? (I was gonna put cock, but.. uh.. I've got one of those already)
|
||||
|
||||
13. What disadvantages?
|
||||
(cooooock!) You know, the whole in a human world type thing.
|
||||
|
||||
14. Do you have any secrets relating to your character that only you know?
|
||||
Probably?
|
||||
|
||||
15. Do you have any secret drawings only you know about?
|
||||
There's only two drawings of me total that I know about.
|
||||
|
||||
16. Do you have any plans for your character or are you working on something big relating to him/her?
|
||||
Nope.
|
||||
|
||||
17. What misconception(s), if any, do people have about your character?
|
||||
Again, I don't really know what people think about my character.
|
||||
|
||||
18. If you could have just ONE characteristic from your character, what would it be?
|
||||
(cooock) Tails, probably.
|
||||
|
||||
19. Have you made any characters that go along with yours, based on real-life people, that have the same relationship with your character as you with the real-life person?
|
||||
No.
|
||||
|
||||
20. Have you written any stories about your character?
|
||||
Nope.
|
||||
|
||||
21. How has your character changed since his/her first creation?
|
||||
He's lost some clothes, gained some weight, and grown a good deal more cynical.
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
<p><lj-cut text="Character meme: Makyo">
|
||||
1. What is your character's name?
|
||||
Makyo</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p>What kind of character is it (furry, anime, etc) and any particular race?
|
||||
Furry (Arctic fox)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>What is the first thing your character would think of when he/she first wakes up?
|
||||
Yip... wait, what gender am I?</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Your character's favorite outfit would be?
|
||||
Depending on gender, a dapper pinstripe suit, or a toga-type wrap of various shades of green.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>When your character looks into a mirror, what's the first thing they would notice?
|
||||
Omigoshfluffy!</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Does your character have the same tastes in food as you?
|
||||
Yes. Doubly so on the tea.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>How is your character similar to you?
|
||||
The wit. Ohhhh the wit..</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>How is he/she different?
|
||||
The fact that it's so much easier to be witty when you can think long enough to type something out.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>If your character could speak, would he/she have the same voice as you?
|
||||
No. I think Makyo's speaking voice would be smoother, more of a real tenor (as a guy) or alto (as a girl).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>If you were to suddenly become your character, what do you think would be the first thing you would do as him/her?
|
||||
I'd pet myself an awful lot. Or, well, I'd scream, then pet myself.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Is there something about your character that you don't like how others think of him?
|
||||
I know even less about what people think about Makyo, considering he's so new.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>What advantages does your character have over you?
|
||||
Being fluffy and still looking good :o)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>What disadvantages?
|
||||
Both clothing choices are not very practical, for very different reasons. Sitting is a pain in both a toga and a suit.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Do you have any secrets relating to your character that only you know?
|
||||
Not anymore. (I didn't exactly advertise the whole gender-changing thing)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Do you have any secret drawings only you know about?
|
||||
No drawings of Makyo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Do you have any plans for your character or are you working on something big relating to him/her?
|
||||
Nah. Probably freak a few people out.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>What misconception(s), if any, do people have about your character?
|
||||
Dunno..</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>If you could have just ONE characteristic from your character, what would it be?
|
||||
Poofy white fur :3</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Have you made any characters that go along with yours, based on real-life people, that have the same relationship with your character as you with the real-life person?
|
||||
Nope.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Have you written any stories about your character?
|
||||
Nope.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>How has your character changed since his/her first creation?
|
||||
Yeah. He used to be named Astarael. That was a little too deathy, so I changed it.
|
||||
</lj-cut</p>
|
||||
</li>
|
||||
</ol>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-09 06:36:01</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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><a href="http://www.borrett.id.au/computing/petals-bg.htm">This</a> defeated me for a good half-hour this morning o.o Fun little game, though</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-09 22:22:13</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Icon <3</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 | Icon <3</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>From <lj user="senotay"></lj>.</p>
|
||||
<p>I think Mal's kinda hot :</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-11 21:15:23</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!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>Ohyeah, I got some new CDs!</p>
|
||||
<p>Fiona Apple - Extraordinary Machine (which I shall lend to Shannon - it's good)
|
||||
Christopher O'Riley - Christopher O'Riley plays Radiohead (solo piano :o9</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-11 23:21: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>
|
|
@ -0,0 +1,59 @@
|
|||
<!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">
|
||||
<blockquote><em>Nor have we one or two kind of drunkards only, but eight kinds. The first is ape drunk, and he leaps and sings and hollers and danceth for the heavens. The second is lion drunk, and he flings the pots about the house, calls his hostess whore, breaks the glass windows with his dagger and is apt to quarrel with any man that speaks to him. The third is swine drunk - heavy, lumpish, and sleepy, and cries for a little more drink and a few more clothes. The fourth is sheep drunk, wise in his own conceit when he cannot bring forth the right word. The fifth is maudlin drunk, when a fellow will weep for kindness in the midst of his ale and kiss you, saying "By God, Captain, I love thee; go thy ways, thou dost not think so often of me as I do of thee. I would, if it pleased God, I could not love thee so well as I do" - and then he puts his finger in his eye and cries. The sixth is martin drunk, when a man is drunk and drinks himself sober ere he stir. The seventh is goat drunk, when in his drunkenness he hath no mind but on lechery. The eighth is fox drunk, when he is crafty drunk as many of the Dutchmen be...
|
||||
- Thomas Nashe, 1592</em></blockquote>
|
||||
|
||||
<p>I don't think I'm a fox drunk. I think I am a sheep, most likely, and my dad is lion or martin. It makes me wonder if part of my interest in such subjects is due to growing up around him and my mom, who used to be a swine drunk, with her wine and her books.</p>
|
||||
<p>Edit: Of course, I don't mean either of those things I said about my parents as insulting. I just tried to fit them into Nashe's categories</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-13 10:56:50</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!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>Woo! Got Sera scheduled for pre-snip exam, as well as vaccines (feline leukemia, feline distemper, and rabies), whereupon I can schedule her snippage :3</p>
|
||||
<p>Poor kitten.. probably gonna be a rough few visits to the vet, but I'll feel better with a well-vaccinated cat, and I think having her fixed will be good for the house's sanity.</p>
|
||||
<p>Prrr? Prrr? Prrr? Prrr? Prrr? Prrr</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-13 22:40:48</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>So nearly set the house on fire with a $6 piece of bamboo.</p>
|
||||
<p>Man.. now I'm out $6 ;.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-14 07:17:25</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Myeep.</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 | Myeep.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>A few minutes after the last post, Sam IM'd me to tell me that Moondog was feeling bad, and that I should call her, invite her over, and have sex with her. So I did the first bit of that (calling her), and eventually ended up going over to Kelly's to spend the night. It was fun, there was snuggling and a really, really gory movie, Battle Royale, and then Moondog and I stole the bed, making Kelly and Sam sleep on the floor. I actually got some sleep this time, even though Samir was watching Love Hina. Some stuff in the morning. I left when Moondog got up for work, since I figured I had to go to my dad's eventually. Tonight, there's gonna be a big meat dinner thing. Glad I got to see the Moondoggy outside of group again.</p>
|
||||
<p>Now, downloading Azumanga Daioh - 01, Doris Day - Perhaps Perhaps Perhaps, Cake - Perhaps Perhaps Perhaps</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-06 15:31:19</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>
|
|
@ -0,0 +1,58 @@
|
|||
<!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>Ahem.. so.. here's what happened. I picked three bamboo steamer baskets and a lid (they stack, you see), along with some azuki, with the intention of making steamed buns last night. Well.. I made some, and they actually came out pretty good. Well.. the first half of the batch came out pretty good. The second half, I forgot that I had to add water to the pan during the steaming, and all the water that -was- there evaporated. Shannon noticed the smoke about a minute before they were supposed to be done and caught the whole thing before it actually caught on fire. The bottom-most steamer was charred quite badly, and the buns on that layer were lost. The rest of the buns.. well.. now they're smoked buns :oP I have yet to try one, but they should be sufficiently weird..</p>
|
||||
<p>Anyway, I need to go pick up another basket from E-W Imports, and wash the two I have thoroughly to hopefully get rid of <em>some</em> of the smoke flavor.</p>
|
||||
<p>By the way, the internet says I'm most like River Tam. I think it's because I said I'm most likely to say, "My food is problematic."</p>
|
||||
<p>Edit: I kinda got roped willingly into working as line manager at 5:30AM on weekends again. The problem is that my manager changed his schedule, so instead of working that position on sundays, I now work it on saturdays. Looks like no Alley Cat for me after the furmeets.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-14 13:00:08</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | FComigosh!</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 | FComigosh!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>It's in a few days! I'll be staying with <lj user="rikoshi"></lj>, and I'll be hanging out with (or at least meeting) a good deal of folks from both the MUCKs and IRC. I'll have a few Ranna badges to make myself obvious, but my other badge using my name from Taps will be hidden, and I'll only show it to people I know because.. uh.. it's kinda embarassing :o)</p>
|
||||
<p>Anyhoo, I'll see all y'all who are going there</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-14 23:10:05</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Hahaha..</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 | Hahaha..</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<div style="padding:8px;margin:15px;background-color:#CFCF95;color:#1A0A13;font-family: georgia, helvetica, trebuchet ms, verdana, sans-serif;"><h2 style="text-align:center;font-size:110%;background-color:#DFDFa5;padding:2px"><a href="http://thesurrealist.co.uk/trivia.pl?subject=Ranna&gender=m" style="color:#000;background-color:#DFDFa5">Ten Top Trivia Tips about Ranna!</a> </h2> <ol><li>White chocolate isn't technically chocolate, because it doesn't contain Ranna.</li><li>Four-fifths of the surface of Ranna is covered in water.</li><li>The first toy product ever advertised on television was Mr Ranna Head.</li><li>Ranna does not have toes.</li><li>Ranna cannot jump.</li><li>If you drop Ranna from the top of the Empire State Building, he will be falling fast enough to kill before reaching the ground.</li><li>Every day in the UK, four people die putting Ranna on!</li><li>A lump of Ranna the size of a matchbox can be flattened into a sheet the size of a tennis court!</li><li>The water in oceans is four times less salty than the water in Ranna!</li><li>In Vermont, the ratio of cows to Ranna is 10:1.</li></ol><form action="http://thesurrealist.co.uk/trivia.pl" method="get" style="background-color:#5F5F42;color:#CFCF95;padding:4px;text-align:center">I am interested in <input name="subject" type="text"/> - do tell me about<select name="gender"><option value="f">her</option><option value="m">him</option><option value="n">it</option><option value="p">them</option></select><input type="submit" value="Go"/></form></div
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-16 20:07: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>
|
|
@ -0,0 +1,58 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Awr..</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 | Awr..</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><img alt="Thomas" border="0" src="http://images.quizilla.com/G/Gaius37/1043591241_tuffthomas.gif"/><br/>Thomas
|
||||
<br/><br/><a href="http://quizilla.com/users/Gaius37/quizzes/What%20ASB%20Character%20Are%20You%3F/"> What ASB Character Are You?</a><br/> <font size="-2">brought to you by <a href="http://quizilla.com">Quizilla</a></font></p>
|
||||
<p>I always thought he was kinda cute, in a nice and pudgy sort of way :o)</p>
|
||||
<p>Haven't read ASB in ages.. just read Buster Wilde last night :</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-17 18:30:46</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>This was easily the worst day of work yet.</p>
|
||||
<p>I don't feel like bitching about it too much, but honestly, I'm giving work another week's chance before I start looking for a better job</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-18 03:26:45</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | LJ from a con kekeke!</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 | LJ from a con kekeke!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>So.. yeah ^^ I'm at FC, just to let you all know, room 519. If you don't have my phone number, ask someone else who knows me - I've given it out to quite a few peoples.</p>
|
||||
<p>I forgot a lot of stuff at home x.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-19 17:08:25</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Voice Post:</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 | Voice Post:</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><lj-phonepost dpid="2521" journalid="660255"></lj-phonepost</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-23 03:47:41</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Back..</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 | Back..</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>I'm back from FC, y'all, just figured I'd let you know. I think I'll type up a report of some sort tomorrow, but right now I'm too tired to mess around with it. I'm really bummed to have left it all so soon, but a few nice folks mentioned the possibility of hosting me for a visit at some point, so I might take them up on it, maybe over spring break, though I should start talking to STA travel soon (or check around on the 'net), if I'm going to go through them (I don't think my mom would be willing to do another set of free tickets)</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-23 08:04:49</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>
|
|
@ -0,0 +1,61 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Conreport: FC06</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 | Conreport: FC06</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Alright, so here’s my version of the con. School started on Tuesday and sucked all the way through my last class on Wednesday, after which I drove immediately down to Boulder, so that I could take the bus to the airport and avoid having to pay for parking. I nearly missed the bus, due to some guy telling me that Jesus loved me and that he liked my jacket. I made it, though, and got to the gate about two hours early.</p>
|
||||
<p>The plane ride sucked, as usual, because I was looking forward so much to getting there that time just wouldn’t pass fast enough. I tried reading, writing music, watching a movie, squirming.. anything I could do to pass time. Eventually, I got on the ground, and met <lj user="rikoshi"></lj>, <lj user="tealfox"></lj>, and <lj user="andreal"></lj> There was a good deal of friendly banter about cats carrying bags as we made our way to Rikoshi’s foxbox (read: Scion xB) to head over to the Doubletree, where we sat in the bar and watch people go by. As it happened, two conventions were dovetailing in the same space: an eBay con was just ending as FC was just beginning. I think we freaked a good deal of them out (as well as the non-con-goers that are always there). Bed followed shortly after – I was staying with just Rikoshi, so that was nice.</p>
|
||||
<p>Thursday mostly involved sitting around in the lobby and meeting all sorts of nice people. We met up with <lj user="kohai_tiger"></lj> and <lj user="ben_raccoon"></lj> for an attempted breakfast at IHOP, but that failed, so we ended up eating at McDonalts (damnit). More people were met afterwards, including Tsuki, <lj user="romamink"></lj>, <lj user="kurtmrufa"></lj>, <lj user="duelistca"></lj>, <lj user="dachwuff"></lj>, Endy, Darkwolf, Kevv, <lj user="wishiwas"></lj>, <lj user="grievre"></lj>, <lj user="dingo_"></lj>, <lj user="neccoloup"></lj>, <lj user="raemuz"></lj>, <lj user="schizo_wolf"></lj>, Mav, <lj user="reveille_d"></lj>, and I’m sure several others – all scattered throughout the day. Somewhere in there, I bought ten advil for $6. Later on, we went to an all-you-can-eat type Italian restaurant and racked up a $400 bill with 12 furries ([Sim] and a bunch of others came along). When we returned, the registration lines were open, so I went ahead and picked up my badge and such, just to get it out of the way.</p>
|
||||
<p>Friday started out bright and early. I got up in time to grab a quick, overpriced breakfast burrito at the hotel restaurant and get into my renaissance garb in time to help Ogg with the Ren Dancing for Fursuiters. I did my best, but I’m really not that good at playing the recorder, so I kinda only really could play along with one song. No one seemed too miffed about it, though it did seem to stress Ogg out. After that, I donned some furry stuff (paws ‘n tail), and wandered around, checking out the dealers room, the art show, and artist’s alley. Since I forgot ALL of my badges at home, I bought one from <lj user="bluewolfy"></lj>, which is cute, with big cheekruffs. That night, I met LC and Avon, and eventually played a game of Lupus, a social game about werewolves that was really fun. After that, however, I snuck off to Tsuki’s room for port and other tasty beverages. There, I meat Malkoten, Herefox, Equis, Ozz, Farrel, Roma, and several others whom I can’t remember. By that time, I’d already had a good deal to drink, and everything just kept on coming, so I ended up getting quite tipsy, to the point where, with Rikoshi already in bed, Teal walked me back to my room after I nearly fell asleep on the floor of Tsuki’s room. Sleep and stuff was had.</p>
|
||||
<p>Saturday was equally as fun, what with it being my birthday. There was more hanging out at the con, and more people met, but the highlight of the day was probably dinner. Vlad, foxfoxleopard, and <lj user="feyarh"></lj> went out to Shebele, a local(ish) Ethiopian food where raw and cooked beef, lamb, and grains were had, eaten with something like wet pitas. It was pretty tasty, and not really what I thought it would be like – lots of bitter spices used. Afterwards, we went to Teal and Andreal’s room for mead (the mint was overcarbonated, probably due to the altitude change, and tasted more like a beer; the maple and lemon-lavender were good; the dandelion was weird; and the coffee was good, though I think it would be better without any acid blend. Oh well). Teal got a little tipsy, and we ended up playing Catchphrase for about three hours with <lj user="vandringar"></lj> ("Raff calls me this all the time.." "ADD?" "Van, you forgot to hit next, the other team just did that..."), <lj user="toob"></lj> ("Toss the pintos.."), and <lj user="normanrafferty"></lj> ("Speaking of foxes on beds, three word phrase, places in the bible.." "Sodom and Gommorah!"). After that, there was an attempted trip to Krispy Kreme (closed), wherein the whole ‘leaving tomorrow – oh wait, technically today’ started to sink in. This continued through the night and caused a few problems.</p>
|
||||
<p>Sunday was the worst, though, and I ended up emoing out by the game tables, doing my best not to make a complete fool of myself, after a decent IHOP with previously mentioned folk plus <lj user="kaysho"></lj> and one or two others. I felt okay afterwards, though, and even made it through the airport (with a coffee break) and most of the plane ride home in good shape (I worked on an Usagi Yojimbo character). I didn’t do so well at the airport, or on the rides home, or at home. Even now, I still hate everything and all that jazz. Oh well.. I guess that just means it was an extraordinarily good con, or something.</p>
|
||||
<p>Edit: Just got a call from my mom – Hobbes was put down earlier today. Even more joy. I’m gonna not do homework, to celebrate, and take a shower and go to bed instead</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-24 04:48:58</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Mmf.</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 | Mmf.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Still not feeling too good. There's all these questions, like would things be different if I was out there? Or why do I seem to make such trouble for myself, relationship-wise? Or why am I -really- dissatisfied with living in Fort Collins - if my living situation were to change, would that improve? My school? My friends?</p>
|
||||
<p>Whatever.. I'm trying not to drama all over, but it's hard when I can't stop thinking about the last weekend; especially some of the people.</p>
|
||||
<p>Edit: A suitable distraction helps a great deal.. Now.. I just need to stay distracted</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-24 14:48:05</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>
|
|
@ -0,0 +1,77 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | From Ryan.</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 | From Ryan.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Test thingie from Ryan! Fill in answers about the person you got this from, then you put the entire thing as a comment. Don't feel obligated to answer this; you can just copy and put on your own livejournal.</p>
|
||||
<ol>
|
||||
<li>Give me a nickname and explain why you picked it.</li>
|
||||
<li>Am I lovable?</li>
|
||||
<li>How long have you known me?</li>
|
||||
<li>When and how did we first meet?</li>
|
||||
<li>What was your first impression?</li>
|
||||
<li>Do you still think that way about me now?</li>
|
||||
<li>What do you think my weakness is?</li>
|
||||
<li>Do you think I'll ever get married?</li>
|
||||
<li>What makes me happy?</li>
|
||||
<li>What makes me sad?</li>
|
||||
<li>What reminds you of me?</li>
|
||||
<li>If you could give me anything what would it be?</li>
|
||||
<li>How well do you know me?</li>
|
||||
<li>When's the last time you saw me?</li>
|
||||
<li>Ever wanted to tell me something but couldn't?</li>
|
||||
<li>Do you think I could kill someone?</li>
|
||||
<li>Describe me in one word.</li>
|
||||
<li>Do you think our friendship is getting stronger, weaker, or staying the same?</li>
|
||||
<li>Do you feel that you could talk to me about anything and I would listen?</li>
|
||||
<li>Are you going to put this on your LJ and see what I say about you</li>
|
||||
</ol>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-06 16:43:52</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Oops.. guess I didn't have quite enough money for FC. Oh well.. Ryan has yet to give me a check, anyhow</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-24 15:55:45</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Need me one of these.</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 | Need me one of these.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>http://www.engrish.com/detail.php?imagename=cheerful-fox.jpg&category=Household%20Items&date=2004-07-0</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-26 03:20:24</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Grrf</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 | Grrf</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Why can't I feel better? ;.;</p>
|
||||
<p>I thought of taking a sabbatical, but I can't tell if I'm lonely or not.. I don't even know what's wrong. I can't tell if it's because of people that I have around me or those that I don't, or if it's because of stress, or school, or a creative dryspell, or any combination of those.. Kinda makes me feel like a nullified existance would be good for about a week or two - just a little bit of non-being to skip ahead past this crap.</p>
|
||||
<p>Emo Ranna :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-26 05:21:35</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Voice Post</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 | Voice Post</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><lj-phonepost dpid="2620" journalid="660255"></lj-phonepost</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-28 21:57:40</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>
|
|
@ -0,0 +1,65 @@
|
|||
<!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">
|
||||
<!-- Posted pictures -->
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="http://pics.livejournal.com/gv_ranna/pic/0000k23h/g10"><img alt="Poor Kitty" border="0" height="240" src="http://pics.livejournal.com/gv_ranna/pic/0000k23h/s320x240" width="280"/></a></td>
|
||||
<td><strong>Poor Kitty</strong><br/>
|
||||
Sera got fixed on Friday! No more prr? prr? prr? prr? prr? prr? prr? prr! hrrowl! hrrowl! hrrrwl! prrf...</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- End of Posted pictures --
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-29 20:03:11</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>
|
|
@ -0,0 +1,63 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Ranna update.</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 | Ranna update.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>All I've been doing recently is angsting here, so I figured I'd actually say what's going on.</p>
|
||||
<p>School's going okay. My classes aren't as bad as they seemed the first week of school, so that's good, but some of them are still going to be a pain in the butt. The only one I'm really not liking is Low Brass techniques, though I haven't been that often. I just.. don't really dig the idea of sharing a tuba with two other people. My schooling in the US class could be better, but I'm liking it better as time goes on. I just need to remember to pick up the packet of readings x.x First bit of 'field work' starts on Wednesday: the whole MuEd Practicum class is gonna go to FCHS to watch a band rehearsal or something. Should be interesting. Got my songs for studio: Fanny Mendelssohn Hensel - <em>Das Meer erglänzte weit hinaus</em>, Giacomo Carissimi - <em>Vittoria, mio core!</em>, Samuel Barber - <em>Now Have I Fed and Eaten up the Rose</em> from "Three Songs", Lully - <em>Bois Epais</em>, and Jean Sibelius - <em>Svarta Rosor</em>. English, Swedish, German, French, and Italian @.@</p>
|
||||
<p>Work's going to be much better now, though it's a shame that I work the AM shift both Saturday and Sunday. At least I get Monday and Tuesday off. No more shifts with certain supervisors (or, at least, very few). And I still get paid money to work with food.</p>
|
||||
<p>Got a few projects in the works, even though I have so little time to work on them. For music, I'm still poking at <em>Der Kübelreiter</em>; I'm thinking of adding a narrator, but I can't decide if I want the narration to be in English or German. Also, still have the Keats Cantata in the works, though I'm still toying with the idea of whether I really want to have it be for chorus and windband, or just chorus and piano. Oh well. Also still toying with the idea of film scores. There are some other, smaller projects, like a few Kafka songs, Sappho's Hymn to Aphrodite for SSAA and brass choir in the original Greek, and a goofy waltz I was planning on singing for studio, but never really got started on. My goal is to be more cognizant of what I'm writing instead of relying so much on what it sounds like in Sibelius. I'd really like to get my stuff performed someday..</p>
|
||||
<p>The project I had in mind for NaNoWriMo is still there, and I'm still planning on writing the story out into a novella or something. It's kinda-sorta semi-autobiographical, which places it somewhere in the gay, modern, nearly-fiction category, with leanings towards <u>Catcher in the Rye</u> style slice-of-life, college life, and music textbook categories :D I'm such a geek.. I still need to straighten up a "Foxes and Milkshakes" and maybe send it off to some publisher of furry smut somewhere, if I can ever stop blushing about it.</p>
|
||||
<p>If I ever get back into programming, I've got an idea left over from back when that was my thing. It's something like a Wiki, but not quite. It's a content manager with several parts, including a semi-unique way of organizing files, and of dealing with filetypes. If anyone other than myself remembers, it's like an improved mix of CollMan and DocMan. Hehe.. that was forever ago c.c I don't know if it'll ever come to fruition.</p>
|
||||
<p>I'm still fooling around with food. My recent interests are braising and (still) breadmaking. Since I've been back from FC, I've made some whole wheat bread for the house, as well as some braised pork in a white wine and rosemary sauce with potatoes and onions. The latter is particularly good served in little french bread cups :o9</p>
|
||||
<p>I've sorta stalled out on brewing, though not because my interest has faded. Rather, I've run out of carboys to hold mead in progress, and bottles to hold finished mead. Actually.. if I get off my lazy butt and wash some bottles, I should have enough for a batch or two. So far, in the works, I've got: two gallons of prickly pear melomel, one gallon of coffeamel, one gallon of vanilla metheglin, one gallon of sack metheglin, one gallon of spiced cider, and half a gallon of persimmon mead. There's some stuff left in bottles, as well. Once I bottle some stuff, I've got plans for more lemon-lavender-rosemary melometh, as well as some other things I.. uh.. can't remember right now. I also really, really want to get started on beer; I totalled everything up that I'd need: equipment kit plus 5.5 gal. stockpot, recipe kit for honey brown ale, and three cases of bottles come out to about $190 with free shipping. Maybe once I get money straightened out with work. I've got some other ideas for what kinds of beer to brew.. I want to try the juniper rye ale, an IPA with some toasted malt a la Papazian, and a bitter. And a mild :o9</p>
|
||||
<p>Anyway.. er.. I guess that's about it</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-29 23:05:02</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Quick poll..</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 | Quick poll..</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><lj-poll-662733></lj-poll-662733</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-30 04:21:40</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>I'm so tired of Wagner</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-01-31 06:31: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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Beeah!</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 | Beeah!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>My fascination <a href="http://community.livejournal.com/brewfurs/1556.html">continues!</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-02 00:42:16</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>
|
|
@ -0,0 +1,60 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Fromafuzzy.</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 | Fromafuzzy.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Test!
|
||||
<details><summary>Read more...</summary></p>
|
||||
<p></details>
|
||||
<img alt="Yellow Vibes" border="0" src="http://images.quizilla.com/W/waywardpixie/1078266322_ergyyellow.jpg"/><br/>Your Energy is Yellow. You are generous, bright,<br/>and expressive. An excellent communicator, you<br/>keep your audience captivated with your<br/>animated storytelling. Sometimes you talk too<br/>much, but when you learn to listen you will be<br/>sought out for your talents to advise.</p>
|
||||
<p>The communications field appeals to you as a<br/>profession. Public speaking, writing, radio,<br/>acting or teaching would also be good career<br/>choices.
|
||||
<br/><br/><a href="http://quizilla.com/users/waywardpixie/quizzes/What%20color%20is%20your%20energy%3F/"> <font size="-1">What color is your energy?</font></a><br/> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a></font</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-07 19:49:26</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Badfoxy</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 | Badfoxy</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>I spent a whole lot of money yesterday c.c</p>
|
||||
<p>I also got paid! Hopefully I'll get more next pay period, what with no FC taking money from me. Though the university seems pretty bent on taking a good deal from me c.c Everything adds up on the pay stubs, but it still seems like I should be getting more than I am. Oh well.. what I want most of all is a regular paycheck, which will be starting now-ish.</p>
|
||||
<p>I'm also doing my best to get things underway for next fall. I filled out my portion of a merit-based workstudy application and gave it to Dr. Kim. He, however, forgot to fill his part out and just passed it on, so I had to go bug him. The workstudy people aren't too happy with me, still, though it's not my fault! The finance lady for the music department left, so no one knows the job code. They've got three or four apps piled up at the workstudy office because of it. At least it was stamped as recieved, and will still be considered as such</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-04 00:19:26</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | *proud*</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 | *proud*</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>I calculated the estimated starting gravity on that recipe I made up correctly!</p>
|
||||
<p>Hee ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-05 05:54:09</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | BEH-EH-EH-AH!</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 | BEH-EH-EH-AH!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://community.livejournal.com/brewfurs/1820.html">I'm a geek c.c</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-08 23:26:38</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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 recieved 72 bottles in the mail :</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-09 23:20:08</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>Omigosh! I got praise at work! A pretty hefty amount, too! And here I thought they only worked on negative reenforcement.</p>
|
||||
<p>Also, I racked my beer ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-11 23:16:12</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!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>Homemade lauter tun ftw. It'll also help with bottling.</p>
|
||||
<p>Also, I found that they sell pre-coiled copper tubing, which would make making a counterflow wort chiller much easier - I wouldn't have to deal with a pipe-bender</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-12 01:43:05</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Almost forgot, from work..</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 | Almost forgot, from work..</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Holy cow! More praise! Better not let this get to my head c.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-13 01:38:48</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Ooo</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 | Ooo</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>http://www.quixotewinery.com/ looks pretty neat.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-13 07:13:48</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>
|
|
@ -0,0 +1,69 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Oh jeez..</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 | Oh jeez..</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<details text="So much BS!"><summary>So much BS!</summary>
|
||||
“Stories are for those late hours in the night when you can’t remember how you got from where you were to where you are.” O’Brien’s tendency throughout The Things They Carried is to explore this one particular why of stories. Granted, each story has it’s own why, or maybe several – sometimes even none – but when the writer steps back from his “story-truth,” as O’Brien does in the chapter “Good Form,” he does nothing to clarify why the story is.
|
||||
|
||||
This obfuscation is well worth it in this case, however. By pulling the reader back from the directly told stories of the previous chapters, the story expands from just the twenty-one men in the stories to a wider world and a larger time scale. “Stories are for joining the past to the future,” O’Brien mentions, and in this case, a dreamlike bridge is drawn, as Curt Lemon was, up through the trees of the war and into a present time, where an aging veteran writes for his own particular why. O’Brien does this several times throughout the book, and each time solidifies the true story.
|
||||
|
||||
It isn’t easy for a writer to write to an audience. Without sounding cliché, he must address the reader and hold their interest through a conversation, all while keeping track of the plot. The same problem continuously faces a composer. Through music, he must write a little story woven through the melody, and one portrayed in the instrumentation, another hidden in the harmony; and throughout the whole piece, he must tie them together with one bit “Why?” for the listener to explore.
|
||||
|
||||
When I write, both music and words, these stories are really what I’m thinking about. I don’t think too much about creating a bridge to get from here to there, or to try and remember how I got where I am, just as I’m sure that O’Brien wasn’t thinking of how he could write a novel that somehow spanned twenty-some years of his life, so much as he was thinking about telling the stories in The Things They Carried.
|
||||
|
||||
Perhaps that’s what he carried; the stories. Stories of a man he killed, stories of comrades being lifted to the trees by the sunlight, stories of a grown man and his daughter. Each of these has it’s own why, or several, or none. When he wrote this book, he was getting the reader to help share the burden of these stories, to hump it with him, all the while asking why.
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
<p>Note how I use big words and a distant writing style with Cummings-like grammar to try to impress - or at least confuse - my professor XD I probably should've started on this a little sooner ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-13 15:52:08</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Johari</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 | Johari</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://kevan.org/johari?name=Ranna">Johari</a> - <a href="http://kevan.org/johari?view=Ranna">View</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-14 18:46: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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Kowareta tokei wo shinjite jikan wa dare no mikata?</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 | Kowareta tokei wo shinjite jikan wa dare no mikata?</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Mmmnnnghhh. Homework! I actually did all of it this time. IB Lab due tomorrow, as well as a FLCL speech, National Latin Exam, and Math homework test. Nothing much other than that. Drunken dinnerparty saturday night. My dad decided to cook a whole lot of meat. I didn't mind at all :o) Tim Toner won $60 in Shut the Box, and he gave me $20 'for my next date.' Sorry, fuzzy, I used it to buy gas instead c.c Kinda needed to get back to my mom's. Speaking of, she returned from Costa Rica today. I got a shirt that says "Just do it later" a bunch of chocolate, and a wood box. I suppose I'll hear about how she wants to retire there tomorrow. CSAPs next week. Tuesday, wednesday, and thursday, I don't have to get to school until 11, so maybe I could do some stuff.</p>
|
||||
<p>Today, I watched Azumanga Daioh eps. 1-2 (downloaded), FLCL ep. 1, and an ep. of Yami no Matsuei. I must inflict Azumanga Daioh on others ^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-03-08 00:54:18</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Gah!</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 | Gah!</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://community.livejournal.com/brewfurs/2377.html">I'm bad x.x</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-16 00:23:55</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>
|
|
@ -0,0 +1,56 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Hmm.</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 | Hmm.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Both of my housemates have posted about it already, each in their own way, so all I'm going to do is show <a href="http://www.twu.net/~ranna/housefire/">this</a>, and let you figure it out for yourselves.</p>
|
||||
<p>You know, it's been fun, but I'm ready to move on from this experience - maybe, if Kevco is willing to waive some fees, I'll start looking for my own place; perhaps I can find an affordable single or studio apartment, as long as it has a kitchen</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-19 05:15:33</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>
|
|
@ -0,0 +1,57 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Stolen from Finland.</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 | Stolen from Finland.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://www.youtube.com/watch?v=hhm67vUMamg">Bahahaha!</a></p>
|
||||
<p>As <lj user="alcarilinque"></lj> put it, "Horribly not-safe-for-work, so if granny is watching from behind (heh heh) don't show her this, or you better watch your back."</p>
|
||||
<p>Watch the movie, reread the warning, and wince</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-23 22:38: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>
|
|
@ -0,0 +1,60 @@
|
|||
<!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>Alright, here's the thing.</p>
|
||||
<p>I have work on Saturdays at 5:30 AM.</p>
|
||||
<p>I have <em>always had</em> work at 5:30 AM on Saturdays, ever since I signed up for shifts last semester.</p>
|
||||
<p>It was never a one time thing, nor was it on alternating weekends.</p>
|
||||
<p>Remember this, and quit assuming I'm free, and can cover you 'cause you want to party until the wee hours on Friday, or that I can work more than 20 hours, or that I can stay out until midnight the night before with furries, or that this is something I can change at will.</p>
|
||||
<p>Deal :</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-25 05:00:38</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!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>Almost forgot, we had this really awesome countertenor come by and sing for us in choir. It was flippin' amazing :D I wish he'd sang Chichester Psalms for us.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-02-25 23:49:05</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>
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Note.</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 | Note.</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Current-culture vs. Future-culture and how to cater to both in education</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2006-03-02 21:12:36</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>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue