53 lines
1.7 KiB
HTML
53 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2019-09-16-moving</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 | 2019-09-16-moving</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-09-16
|
|
title: Moving</p>
|
|
<hr />
|
|
<p>If I could find just the correct movement, joints in all the right places, each curving arc of my hands as fluid as could be, and just <em>make</em> it, perhaps I could hold still.</p>
|
|
<!--more-->
|
|
|
|
<blockquote>
|
|
<p>In a frictionless vacuum, perhaps, but you don’t live in one.</p>
|
|
</blockquote>
|
|
<p>There must be some equation to define it. Some mathematical perfection.</p>
|
|
<blockquote>
|
|
<p>You know as well as I that those don’t always map to reality, messy as it is.</p>
|
|
</blockquote>
|
|
<p>Great.</p>
|
|
<h3 id="new-content">New content</h3>
|
|
<ul>
|
|
<li><a href="/23.html">ally 23</a> and <a href="/24.html">ally 24</a></li>
|
|
<li><a href="/movement.html">Movement</a></li>
|
|
</ul>
|
|
<h3 id="updated-content">Updated content</h3>
|
|
<ul>
|
|
<li><a href="/19.html">ally 19</a> — the ally and I swapped roles.</li>
|
|
</ul>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|