add some quotes and a link

This commit is contained in:
maren 2023-12-09 17:27:43 -05:00
parent cc296654df
commit 78aaba6e14
4 changed files with 37 additions and 8 deletions

View file

@ -3,3 +3,14 @@
<li><a href="/blog/diy-sms-ftw-vs-ig-fb-etc">diy sms ftw vs ig, fb, etc. | November 2023</a></li> <li><a href="/blog/diy-sms-ftw-vs-ig-fb-etc">diy sms ftw vs ig, fb, etc. | November 2023</a></li>
<li><a href="/blog/init">init | October 2023</a></li> <li><a href="/blog/init">init | October 2023</a></li>
</ul> </ul>
<h2>a quote</h2>
<blockquote>
<p>the first revolutions destroyed the great cultures of the women. once the men triumphed, all that was other from them was considered inferior and therefore worthy only of abuse and contempt and extinction. stories told of these times are of heroic action and terrifying defeat and silent waiting. stories told of these times make the faggots and their friends weep.<p>
<p>the second revolutions made many of the people less poor and a small group of men without color very rich. with craftiness and wit the faggots and their friends are able to live in this time, some in comfort and some in defiance. the men remain enchanted by plunder and destruction. the men are deceived easily and so the faggots and their friends have nearly enough to eat and more than enough time to think about what it means to be alive as the third revolutions are beginning.</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/The_Faggots_%26_Their_Friends_Between_Revolutions">the faggots and their friends between revolutions</a>, <a href="https://en.wikipedia.org/wiki/Larry_Mitchell_(author)">mitchell</a></li>
</ul>
</blockquote>

View file

@ -1,12 +1,14 @@
<h2>home</h2> <h2>home</h2>
<p>hello my name is maren and this is the domain i purchased with usd.</p> <p>hello my name is maren and this is the domain i purchased with usd.</p>
<p>i live in the mountains in north carolina in the us.</p> <p>i live in <a href="https://www.openstreetmap.org/#map=14/35.5975/-82.5526">the mountains in north carolina in the us</a>.</p>
<p>i do computer things and other things too. i think this site is mostly about the computer things</p> <p>i do computer things and other things too. i think this site is mostly about the computer things</p>
<pre>
political commitment isn't a perimeter, sam;
it's a parameter. don't you ever wonder?
don't you ever doubt?
- trouble on triton, delany
</pre>
<p>be well &lt;3</p> <p>be well &lt;3</p>
<h2>a quote</h2>
<blockquote>
<p>"political commitment isn't a perimeter, sam; it's a parameter. don't you ever wonder? don't you ever doubt?"</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Triton_(novel)">trouble on triton</a>, <a href="https://en.wikipedia.org/wiki/Samuel_R._Delany">delany</a></li>
</ul>
</blockquote>

View file

@ -3,6 +3,7 @@
<li><strong>git</strong>: <a href="https://git.bunk.computer/maren">git.bunk.computer/maren</a></li> <li><strong>git</strong>: <a href="https://git.bunk.computer/maren">git.bunk.computer/maren</a></li>
<li><strong>also git</strong>: <a href="https://github.com/stillgreenmoss">github.com/stillgreenmoss</a></li> <li><strong>also git</strong>: <a href="https://github.com/stillgreenmoss">github.com/stillgreenmoss</a></li>
<li><strong>mastodon</strong>: <a href="https://social.coop/@stillgreenmoss">social.coop/@stillgreenmoss</a></li> <li><strong>mastodon</strong>: <a href="https://social.coop/@stillgreenmoss">social.coop/@stillgreenmoss</a></li>
<li><strong>other</strong>: <a href="https://bunk.computer/~maren">bunk.computer/~maren</a></li>
</ul> </ul>
<h2>contact</h2> <h2>contact</h2>
@ -10,3 +11,11 @@
<li><strong>email</strong>: maren at this domain</li> <li><strong>email</strong>: maren at this domain</li>
<li><strong>matrix</strong>: stillgreenmoss at matrix dot org</li> <li><strong>matrix</strong>: stillgreenmoss at matrix dot org</li>
</ul> </ul>
<h2>a quote</h2>
<blockquote>
<p>"sometimes a god comes," selver said. "he brings a new way to do a thing, or a new thing to be done. a new kind of singing, or a new kind of death. he brings this across the bridge between the dream-time and the world-time. when he has done this, it is done. you cannot take things that exist in the world and try to drive them back into the dream, to hold them inside the dream with walls and pretenses. that is insanity. what is, is. there is no use pretending, now, that we do not know how to kill one another."</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/The_Word_for_World_Is_Forest">the word for world is forest</a>, <a href="https://en.wikipedia.org/wiki/Ursula_K._Le_Guin">le guin</a></li>
</ul>
</blockquote>

View file

@ -24,6 +24,10 @@ pre {
overflow-x: auto; overflow-x: auto;
word-wrap: normal; word-wrap: normal;
} }
blockquote {
background: #1f473d;
padding: 1em;
}
a:link { a:link {
color: #ffffff; color: #ffffff;
} }
@ -34,6 +38,9 @@ h2, h3, h4, h5, h6 {
background: #47261f; background: #47261f;
padding: .25em; padding: .25em;
} }
hr {
border: 1px solid white;
}
/* head */ /* head */
.head { .head {