This commit is contained in:
Case 2019-05-21 23:11:12 -05:00
parent 996c95985b
commit 886b1f9e5f
2 changed files with 42 additions and 0 deletions

View File

@ -106,12 +106,40 @@
~demophoon</a></dd>
<dd><a href="/~x4464/tildebrowser/">
a browser of all our pages</a></dd>
<dd><a href="/~karlen/">
no one will ever read this</a></dd>
<dt>surfing the world wide web</dt>
<dd><a href="https://generative.fm/">
Generative music generator</a></dd>
</dl>
</section>
<section id="lets-get-weird">
<h1>get weird</h1>
<p class="note">
I want to do something here that's "weird,"
like interesting.
But I don't know what to do.
Maybe bad poetry?</p>
<p class="verse">
<span class="line">There are things and there are things</span>
<span class="line">and there are other things, surely</span>
<span class="line">there are those that would not want</span>
<span class="line">to be so general but they don't know</span>
<span class="line">what it means to be general do they</span>
<p class="verse">
<span class="line">I have the general feeling</span>
<span class="line">that I wrote this in about two minutes</span>
<span class="line">and it shows</span>
<p class="verse">
<span class="line">I cannot simply keep slumping down into</span>
<span class="line">a reflexive self-consciousness</span>
<span class="line">I need to simply be who I am</span>
<span class="line">and be myself surely there is a way</span>
<span class="line">to do that but somehow they never</span>
<span class="line">told me what to do</span>
</section>
</main>
<footer>
<span class="ring" id="tilde_ring">

View File

@ -101,3 +101,17 @@ dd {
border-left: 1px solid black;
padding-left: 0.5em;
}
.note {
margin: 0 4rem;
font-style: italic;
}
.verse {
}
.verse .line {
display: block;
margin: 0;
margin-left: 1rem;
text-indent: -1rem;
}