update from sparkleup
This commit is contained in:
parent
f618f21573
commit
4513b27455
|
@ -23,6 +23,7 @@ garden in winter</div>
|
|||
<li><a href="missives.html">Poems from missives</a></li>
|
||||
<li><a href="mental-health.html">Mental health</a></li>
|
||||
<li><a href="gender.html">Gender</a></li>
|
||||
<li><a href="numeno.html">Numeno</a></li>
|
||||
<li><a href="misc.html">Misc</a></li>
|
||||
<li><a href="fossils.html">Fossils</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -291,30 +291,6 @@ Place a stone over where I lie.
|
|||
Let time eat your memories of me:
|
||||
A final morsel to savor.</div>
|
||||
<hr />
|
||||
<h2 id="numeno">Numeno</h2>
|
||||
<p><q class="comment">In <em>Eigengrau</em></q></p>
|
||||
<div class="verse">Inter ĝuo kaj timo
|
||||
Estas loko de tro da signifo.
|
||||
Apud kompreno, ekster saĝo,
|
||||
Tamen ĝi tutampleksas.
|
||||
Mi kompareble malgrandas
|
||||
Kaj ĝi tro granda estas.
|
||||
Nekomprenebla
|
||||
Nekontestebla,
|
||||
Senmova kaj ĉiam ŝanĝiĝema.
|
||||
|
||||
-----
|
||||
|
||||
Between joy and fear
|
||||
Is a place of too much meaning.
|
||||
Next to understanding, outside wisdom,
|
||||
It nonetheless expands.
|
||||
I’m so small beside it
|
||||
and it is too big.
|
||||
Incomprehensible,
|
||||
Incontestible,
|
||||
Unmoving and always changing.</div>
|
||||
<hr />
|
||||
<h2 id="rush">Rush</h2>
|
||||
<p><q class="comment">In <em>Eigengrau</em></q></p>
|
||||
<div class="verse">A flash of coppery sweetness,
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Numeno</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 | Numeno</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h2 id="numeno">Numeno</h2>
|
||||
<p><q class="comment">In <em>Eigengrau</em></q></p>
|
||||
<div class="verse">Inter ĝuo kaj timo
|
||||
Estas loko de tro da signifo.
|
||||
Apud kompreno, ekster saĝo,
|
||||
Tamen ĝi tutampleksas.
|
||||
Mi kompareble malgrandas
|
||||
Kaj ĝi tro granda estas.
|
||||
Nekomprenebla
|
||||
Nekontestebla,
|
||||
Senmova kaj ĉiam ŝanĝiĝema.
|
||||
|
||||
-----
|
||||
|
||||
Between joy and fear
|
||||
Is a place of too much meaning.
|
||||
Next to understanding, outside wisdom,
|
||||
It nonetheless expands.
|
||||
I’m so small beside it
|
||||
and it is too big.
|
||||
Incomprehensible,
|
||||
Incontestible,
|
||||
Unmoving and always changing.</div>
|
||||
<hr />
|
||||
<style>
|
||||
.speak {
|
||||
line-height: 0.3;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="verse speak">
|
||||
speak to me
|
||||
speak to me
|
||||
speak to me
|
||||
speak to me
|
||||
speak to me
|
||||
speak to me
|
||||
speak to me
|
||||
|
||||
that i may see
|
||||
that i may see
|
||||
that i may see
|
||||
that i may see
|
||||
that i may see
|
||||
|
||||
the face of god
|
||||
the face of god
|
||||
the face of god
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-04-24</p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue