New poem: hotdog
This commit is contained in:
parent
bb7fdd3714
commit
93481c630f
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
|
@ -1,8 +1,12 @@
|
|||
<!--
|
||||
|
||||
/* https://gamebanana.com/skins/149836 */
|
||||
/* *donkey kong voice* oh these are some pretty cool anarchist theory */
|
||||
/* *a giant renzo novatore appears* */
|
||||
/* AAAAAAAAAAAAAAAAAAAAAAAA */
|
||||
|
||||
/* "Blue" for Layout V2 */
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-size: large;
|
||||
|
@ -65,3 +69,5 @@ hr {
|
|||
border-top: 3px dashed;
|
||||
color: #068DB9;
|
||||
}
|
||||
|
||||
-->
|
||||
|
|
|
@ -1,68 +0,0 @@
|
|||
/* Edelgard did nothing wrong */
|
||||
/* friendship ended with Rhea, now Edelgard is my best friend */
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-size: large;
|
||||
margin: auto;
|
||||
margin-top:40px;
|
||||
font-family: monospace;
|
||||
color: #D6EDF5;
|
||||
}
|
||||
|
||||
div.help, body.mayvaneday {
|
||||
max-width:900px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
table.web {
|
||||
border: 1px solid white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: monospace;
|
||||
color: #cecd8c;
|
||||
}
|
||||
p {
|
||||
font-family: monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
li {
|
||||
font-family: monospace;
|
||||
color: #c7bf8d;
|
||||
font-size: 120%;
|
||||
}
|
||||
blockquote {
|
||||
font-size: 100%;
|
||||
}
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #a1c28d;
|
||||
text-decoration: none;
|
||||
}
|
||||
b, strong {
|
||||
font-family: monospace;
|
||||
color: #d89b38;
|
||||
}
|
||||
pre, code {
|
||||
color: #85C8E0;
|
||||
}
|
||||
i, em, cite {
|
||||
font-family: monospace;
|
||||
color: #eed95f;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 3px dashed;
|
||||
color: #758f63;
|
||||
}
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
|
||||
/* "Jett" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
|
@ -88,3 +92,5 @@ img.big {
|
|||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0px 50%; }
|
||||
}
|
||||
|
||||
-->
|
||||
|
|
|
@ -0,0 +1,96 @@
|
|||
<!--
|
||||
|
||||
/* "Jett 3DS" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
padding-right: 70px;
|
||||
min-width: 500px;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("./css/jett_3ds.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
background-position: top left;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
margin: auto;
|
||||
font-size: large;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.index {
|
||||
max-width: 670px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.box, .card, nav {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #242424;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
article a, ul a, td a, .bruh {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
color: #685b71;
|
||||
}
|
||||
|
||||
i, em, code {
|
||||
color: #7daeaa;
|
||||
}
|
||||
|
||||
img.big {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* https://orangeable.com/css/animated-gradient-text */
|
||||
|
||||
.lesbian {
|
||||
background: linear-gradient(-45deg, #D52D00, #EF7627, #FF9A56, #FFFFFF, #D162A4, #B55690, #A30262);
|
||||
background-size: 300%;
|
||||
font-weight: bold;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
animation: animated_text 8s ease-in-out infinite;
|
||||
-moz-animation: animated_text 8s ease-in-out infinite;
|
||||
-webkit-animation: animated_text 8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes animated_text {
|
||||
0% { background-position: 0px 50%; }
|
||||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0px 50%; }
|
||||
}
|
||||
|
||||
-->
|
40
css/luci.css
40
css/luci.css
|
@ -1,40 +0,0 @@
|
|||
body {
|
||||
background-image: url(./back.gif);
|
||||
background-color: #000000;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
margin: auto;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.box, nav {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 5px 5px 5px 5px black;
|
||||
background: #000000;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
article a, ul a, td a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
|
||||
/* "Melia" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
|
@ -57,3 +61,5 @@ img.big {
|
|||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
-->
|
||||
|
|
47
css/pink.css
47
css/pink.css
|
@ -1,47 +0,0 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
font-size: large;
|
||||
margin: auto;
|
||||
margin-top:40px;
|
||||
font-family: monospace;
|
||||
color: #f5d6e4;
|
||||
}
|
||||
|
||||
div.help, body.mayvaneday {
|
||||
max-width:900px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: monospace;
|
||||
color: #4f6599;
|
||||
}
|
||||
p {
|
||||
font-family: monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
li, blockquote {
|
||||
font-family: monospace;
|
||||
color: #ff99cc;
|
||||
}
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #ff1a8c;
|
||||
text-decoration: none;
|
||||
}
|
||||
b, strong {
|
||||
font-family: monospace;
|
||||
color: #b52f73;
|
||||
}
|
||||
pre, code {
|
||||
color: #e085b3;
|
||||
}
|
||||
i, em {
|
||||
font-family: monospace;
|
||||
color: #ffb3da;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 3px dashed;
|
||||
color: #b90656;
|
||||
}
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
|
||||
/* "Pyra" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
|
@ -57,3 +61,5 @@ img.big {
|
|||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
-->
|
||||
|
|
1
feed.ass
1
feed.ass
|
@ -1,5 +1,6 @@
|
|||
# MayVaneDay ASS (https://tilde.town/~dzwdz/ass/) feed
|
||||
|
||||
2022-06-05 http://yggdrasil.mayvaneday.org/poetry/h/hotdog.txt hotdog
|
||||
2022-06-03 http://yggdrasil.mayvaneday.org/blog/2022/june/MUHWEBSITE.html Having a website is not revolutionary
|
||||
2022-06-01 http://yggdrasil.mayvaneday.org/poetry/y/YOU-NEED-TO-KNOW.txt YOU NEED TO KNOW
|
||||
2022-05-26 http://yggdrasil.mayvaneday.org/poetry/r/reynar.txt Reynar
|
||||
|
|
67
feed.xml
67
feed.xml
|
@ -10,6 +10,31 @@
|
|||
<email>vanevander@mayvaneday.org</email>
|
||||
</author>
|
||||
|
||||
<entry>hotdog</title>
|
||||
<link href="http://yggdrasil.mayvaneday.org/poetry/h/hotdog.txt" />
|
||||
<id>http://yggdrasil.mayvaneday.org/poetry/h/hotdog.txt</id>
|
||||
<published>2022-06-05</published>
|
||||
<summary type="html"><![CDATA[<article>
|
||||
<pre>
|
||||
Your fur a tawny brown sheen
|
||||
seen once in a feverish dream
|
||||
when into a sleeping chamber cluster I broke
|
||||
and screamed until up you woke.
|
||||
|
||||
Lovers shouldn't be sliced into shreds,
|
||||
pressed between display glass, vivisection.
|
||||
Run away, love. Go feral if you must
|
||||
until you're safe and the hours of dawn turn to dust.
|
||||
|
||||
I'll bandage the tip of your nose as the birds make a stink
|
||||
in the trees. I'll dye one of my father's dogs pink,
|
||||
line them and you up in a row, break out the defluffing brush,
|
||||
make neapolitan ice cream of shedded fur for their nests.
|
||||
</pre>
|
||||
</article>]]>
|
||||
</summary>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<title>Having a website is not revolutionary</title>
|
||||
<link href="http://yggdrasil.mayvaneday.org/blog/2022/june/MUHWEBSITE.html" />
|
||||
|
@ -167,46 +192,4 @@ there will be no futures where I hurt you?
|
|||
</summary>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<title>Gradation</title>
|
||||
<link href="http://yggdrasil.mayvaneday.org/poetry/g/gradation.txt" />
|
||||
<id>http://yggdrasil.mayvaneday.org/poetry/g/gradation.txt</id>
|
||||
<published>2022-05-24</published>
|
||||
<summary type="html"><![CDATA[<article>
|
||||
<pre>
|
||||
I kept my promise to you, Jett.
|
||||
I toed the path until the end.
|
||||
Pushed aside the branches that fell
|
||||
on the cracking path
|
||||
and found detours around those whose bark
|
||||
I could not form a painless grasp.
|
||||
Through the flood zones I trode
|
||||
in puddles and in gasping leaps
|
||||
and for those to traverse too deep
|
||||
found a different way home.
|
||||
The path is bordered now with dandelions
|
||||
and violet slips I cannot name.
|
||||
So many friends have come and gone,
|
||||
but here you and I remain.
|
||||
I'm waiting here, Jett. Just like I
|
||||
was a year ago, holding my hands high
|
||||
and with sore throat pleading to the sky:
|
||||
"Here I am! Here my vessel resides!
|
||||
Take me home. I've fought the fight."
|
||||
I've fought the fight. I've won the war.
|
||||
And, Jett, I want to fight no more.
|
||||
I see no point to compete
|
||||
with those who I'd rather broker peace,
|
||||
rather never see ever again,
|
||||
rather watch disappear
|
||||
on the wind.
|
||||
I'll wait here. And I'll wait here
|
||||
until you're ready, until of
|
||||
this departure you have no more fear,
|
||||
until I hear you singing my name like a hymn.
|
||||
</pre>
|
||||
</article>]]>
|
||||
</summary>
|
||||
</entry>
|
||||
|
||||
</feed>
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
hotdog
|
||||
2022-06-05
|
||||
|
||||
***
|
||||
|
||||
Your fur a tawny brown sheen
|
||||
seen once in a feverish dream
|
||||
when into a sleeping chamber cluster I broke
|
||||
and screamed until up you woke.
|
||||
|
||||
Lovers shouldn't be sliced into shreds,
|
||||
pressed between display glass, vivisection.
|
||||
Run away, love. Go feral if you must
|
||||
until you're safe and the hours of dawn turn to dust.
|
||||
|
||||
I'll bandage the tip of your nose as the birds make a stink
|
||||
in the trees. I'll dye one of my father's dogs pink,
|
||||
line them and you up in a row, break out the defluffing brush,
|
||||
make neapolitan ice cream of shedded fur for their nests.
|
||||
|
||||
***
|
||||
|
||||
CC BY-NC-SA 4.0 (c) Vane Vander
|
|
@ -59,6 +59,7 @@
|
|||
## H
|
||||
=> h/haru.txt Haru
|
||||
=> h/hoarding.txt Hoarding
|
||||
=> h/hotdog.txt hotdog
|
||||
=> h/home.txt You Can't Go Home Again
|
||||
|
||||
## I
|
||||
|
|
|
@ -60,6 +60,7 @@ iG
|
|||
iH
|
||||
0Haru h/haru.txt
|
||||
0Hoarding h/hoarding.txt
|
||||
0hotdog h/hotdog.txt
|
||||
0You Can't Go Home Again h/home.txt
|
||||
|
||||
iI
|
||||
|
|
|
@ -3,27 +3,24 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="Author" content="Made by 'tree'">
|
||||
<meta name="GENERATOR" content="$Version: $ tree v1.8.0 (c) 1996 - 2018 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
|
||||
<meta name="GENERATOR" content="$Version: $ tree v2.0.2 (c) 1996 - 2022 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
|
||||
<title>Directory Tree</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
BODY { font-family : ariel, monospace, sans-serif; }
|
||||
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
|
||||
B { font-weight: normal; color: black; background-color: transparent;}
|
||||
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
|
||||
BODY { font-family : monospace, sans-serif; color: black;}
|
||||
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
|
||||
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
|
||||
A:link { text-decoration : none; margin : 0px; padding : 0px;}
|
||||
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
|
||||
A:active { margin : 0px; padding : 0px;}
|
||||
.VERSION { font-size: small; font-family : arial, sans-serif; }
|
||||
.NORM { color: black; background-color: transparent;}
|
||||
.FIFO { color: purple; background-color: transparent;}
|
||||
.CHAR { color: yellow; background-color: transparent;}
|
||||
.DIR { color: blue; background-color: transparent;}
|
||||
.BLOCK { color: yellow; background-color: transparent;}
|
||||
.LINK { color: aqua; background-color: transparent;}
|
||||
.SOCK { color: fuchsia;background-color: transparent;}
|
||||
.EXEC { color: green; background-color: transparent;}
|
||||
-->
|
||||
.NORM { color: black; }
|
||||
.FIFO { color: purple; }
|
||||
.CHAR { color: yellow; }
|
||||
.DIR { color: blue; }
|
||||
.BLOCK { color: yellow; }
|
||||
.LINK { color: aqua; }
|
||||
.SOCK { color: fuchsia;}
|
||||
.EXEC { color: green; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -81,7 +78,8 @@
|
|||
├── <a href="./h/">h</a><br>
|
||||
│ ├── <a href="./h/haru.txt">haru.txt</a><br>
|
||||
│ ├── <a href="./h/hoarding.txt">hoarding.txt</a><br>
|
||||
│ └── <a href="./h/home.txt">home.txt</a><br>
|
||||
│ ├── <a href="./h/home.txt">home.txt</a><br>
|
||||
│ └── <a href="./h/hotdog.txt">hotdog.txt</a><br>
|
||||
├── <a href="./header.gph">header.gph</a><br>
|
||||
├── <a href="./i/">i</a><br>
|
||||
│ └── <a href="./i/irantaj.txt">irantaj.txt</a><br>
|
||||
|
@ -184,16 +182,14 @@
|
|||
│ └── <a href="./w/wme.txt">wme.txt</a><br>
|
||||
└── <a href="./y/">y</a><br>
|
||||
└── <a href="./y/YOU-NEED-TO-KNOW.txt">YOU-NEED-TO-KNOW.txt</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
<br><br><p>
|
||||
|
||||
23 directories, 132 files
|
||||
<br><br>
|
||||
</p>
|
||||
23 directories, 133 files
|
||||
|
||||
</p>
|
||||
<hr>
|
||||
<p class="VERSION">
|
||||
tree v1.8.0 © 1996 - 2018 by Steve Baker and Thomas Moore <br>
|
||||
tree v2.0.2 © 1996 - 2022 by Steve Baker and Thomas Moore <br>
|
||||
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
|
||||
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
|
||||
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
|
||||
|
|
16
style.css
16
style.css
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
|
||||
/* "Konton no Tsukai" for Layout V3 */
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
|
@ -9,12 +13,12 @@
|
|||
}
|
||||
|
||||
body {
|
||||
background-image: url("./css/jett_3ds.png");
|
||||
background-image: url("./css/Konton_no_Tsukai.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-size: contain;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
background-position: top left;
|
||||
background-position: bottom left;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
|
@ -58,11 +62,11 @@ hr {
|
|||
}
|
||||
|
||||
b, strong {
|
||||
color: #685b71;
|
||||
color: #80ff80;
|
||||
}
|
||||
|
||||
i, em, code {
|
||||
color: #7daeaa;
|
||||
color: #ccffcc;
|
||||
}
|
||||
|
||||
img.big {
|
||||
|
@ -88,3 +92,5 @@ img.big {
|
|||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0px 50%; }
|
||||
}
|
||||
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue