62 lines
2.2 KiB
HTML
62 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | index</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 | index</h1>
|
|
</header>
|
|
<article class="content">
|
|
<h1 id="con">Con</h1>
|
|
<p><span class="tag">novel</span> <span class="tag">writing</span> <span class="tag">furry</span></p>
|
|
<p>Gonzo journalism piece about furry, maybe about FC?</p>
|
|
<ul>
|
|
<li>Mix in my history with furry</li>
|
|
<li>Self-satire: me being head-over-heels for the fandom</li>
|
|
<li>Social critique: furry and writing don’t get along as well as they say they do; race to the top popularity wise (buying art, being artist/fursuit maker, having suit, etc); lauded as this bastion of sexual/kink liberation but dogged by purity culture; touted as get-rich-quick for artists, but way more complicated than that</li>
|
|
<li>anagnorisis is me realizing maybe I need to stop writing furry for a bit</li>
|
|
<li>Fiction is often the best fact: fictional friend met on the Uber to the hotel</li>
|
|
</ul>
|
|
<h2 id="brief-outline">Brief outline</h2>
|
|
<p>(The con bits will perforce have to wait until FC)</p>
|
|
<ul>
|
|
<li>Con (chronological order):<ul>
|
|
<li>Meeting Aya in the cab on the way to the con</li>
|
|
</ul>
|
|
</li>
|
|
<li>History (reorder as necessary):<ul>
|
|
<li>Finding furry</li>
|
|
<li>The requisite artist phase</li>
|
|
<li>FFF</li>
|
|
<li>Sanefurs and falling out of love with furry</li>
|
|
<li>Sexuality and gender</li>
|
|
<li>Falling back in love with furry</li>
|
|
<li>[a][s]</li>
|
|
<li>Furry in professional life</li>
|
|
<li>Species changes at trauma points</li>
|
|
<li>Cons</li>
|
|
<li>Relationships good and bad</li>
|
|
<li>…</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2021-11-17</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|