zk_html/lj-dump/L-537.html

67 lines
2.8 KiB
HTML
Raw Normal View History

2020-04-23 20:50:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | .</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 | .</h1>
</header>
<article class="content">
<p>This song makes me see an orange sunset from a bright red sun, from the point of view of an aircraft of some sort, miles above the earth, somehow disconnected from the scene, yet every bit an integral part.
<em>Music is our religion.</em>
What else can make us see?
<em>Our eyes.</em>
Shut up. I wish that I could express this to some people. Others just understand, and others just don't need to know. It's just that the musical/emotional/situational memory is such a wonderful thing. Also, when I listen to this song, I'm reminded of reading <u>Endymion</u> at 3am here at school, then walking out on the oval. When I listen to Tallis' Spem in Alium, I'm in the basement of my old house in my bed at 10am watching the light on my walls. When I listen to Vaughn Williams' Fantasia on a Theme by Tallis, I'm reading <u>Hyperion</u> for the first time in my room at the old townhouse uphill from Fairview, thinking how the wind makes me feel like I'm flying.
<em>What reminds you of me?</em>
A clip of opera from.. uh.. Half Life? Counter Strike? Some game. I got it from Ryan.
<em>How sweet.</em></p>
<p>So you didn't disappear?
<em>No. We have become one.</em>
So I'm talking to myself?
<em>Hmm.. I believe the word I'm looking for is.. 'duh'.&lt;/em</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2005-05-12 07:40: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>