52 lines
2.2 KiB
HTML
52 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Thank yous.</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 | Thank yous.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Now, I hate to seem like I’m gushing, but, well, if I am, I see no harm in it. I would just like to say thank you to some people who have meant a lot to me over the last year :o)</p>
|
|
<p>First of all, I’d like to thank everyone that wished me a happy birthday. Birthdays would be piddly little ordeals without you.</p>
|
|
<p>Also:
|
|
Jim - for being patient with my mood swings.
|
|
Michael - for tolerating me.
|
|
Brandon - for being understanding.
|
|
Andy - for talking to me.
|
|
Lon - for being the other gay kid on the hall.
|
|
Shannon - for being goofy.
|
|
Ryan - for being goofy, but also serious.
|
|
Andres - for being interesting.
|
|
Kiran - for being Kiran.
|
|
Kory - for not being disgusted with me.
|
|
Kristal - for keeping me from being too serious about Kory.
|
|
Dr. Kim - for giving me the one bit of advice that improved my technique by 100%.
|
|
Myself - for being there to talk to.
|
|
My hall - for helping me open up.
|
|
My roommate - for helping me with realizing just how annoying I can be.
|
|
My parents - for being my parents.
|
|
My school - for providing me with humility.
|
|
My fox - Rikoshi, for being such a wonderful fox :o)
|
|
And, of course, whatever deity, power, or semi-random arrangement of molecules that provides me with my soul, my heart, my life, and the colors of my emotions</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-01-22 08:15:36</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|