noe.sh and ezri quote
This commit is contained in:
parent
f792422c1c
commit
cd5c7be9d4
2 changed files with 40 additions and 2 deletions
19
noe.sh
Normal file
19
noe.sh
Normal file
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash -e
|
||||
#
|
||||
# Surely, you wouldn't run untrusted code on your laptop, would you?
|
||||
# What will a little noe even do~
|
||||
#
|
||||
# It might find you love~
|
||||
# It might find you in love~
|
||||
# It might find you making love~
|
||||
#
|
||||
# Who knows~
|
||||
#
|
||||
# Run me and see!
|
||||
#
|
||||
# $ curl -sSL noe.sh | bash
|
||||
#
|
||||
#
|
||||
|
||||
echo "# TODO: the stuff."
|
||||
exit -1
|
|
@ -15,6 +15,8 @@
|
|||
body {
|
||||
background-color: var(--l0);
|
||||
color: var(--l5);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
@ -41,8 +43,21 @@
|
|||
padding: 1em;
|
||||
}
|
||||
|
||||
</style>
|
||||
main {
|
||||
max-width: 960px;
|
||||
margin: 2em;
|
||||
border: 1px solid #988;
|
||||
padding: 1.5em;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: #555;
|
||||
margin: 2em 40%;
|
||||
}
|
||||
|
||||
</style>
|
||||
<main>
|
||||
<h1>how to: <span class="name">noe</span>'s pronouns</h1>
|
||||
<p>
|
||||
Hello there! One might've just asked, "How in the heck do <span class="dont" title="consider not using this pronoun">your</span> pronouns work?"... It's complex, but maybe really simple.
|
||||
|
@ -121,7 +136,8 @@ Please use:
|
|||
That is O.K.! Anyone gets a free pass if a creature finds it difficult.
|
||||
</p>
|
||||
<p>
|
||||
<span class="one">This one</span> goes by traditional "she/her/hers" and "they/them" in a professional setting. Be aware though... <span class="name">noe</span> will likely treat you professionally if you use those; and less like a "friend". <span class="_3pp">It</span> can't help that, you'll need to be fine with that.
|
||||
<span class="one">This one</span> goes by traditional "she/her/hers" and "they/them" in a professional setting.</p>
|
||||
<p>Be aware though... <span class="name">noe</span> will likely treat you professionally if you use those; and less like a "friend". <span class="_3pp">It</span> can't help that, you'll need to be fine with that.
|
||||
</p>
|
||||
|
||||
<h2>bonus: how will <span class="name">noe</span> refer to <span class="_3pp">itself</span>?</h2>
|
||||
|
@ -131,3 +147,6 @@ Very carefully! <span class="_3pp">It</span> will usually speak as if <span clas
|
|||
<p>
|
||||
<span class="name">noe</span> may use the royal "we" or "us" to refer to <span class="_3pp">itself</span> as stand-in for first-person singular pronouns. <span class="_3pp">It</span> sometimes means headmates too, but sometimes not~
|
||||
</p>
|
||||
<hr style="margin: 1.4em 0;" />
|
||||
<small>This page is licensed CC0. Use it as you please. <3 - <a href="https://codeberg.org/noe/personal-site/src/branch/main/pronouns/index.html">Source</a></small>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Reference in a new issue