update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-01-11 23:10:08 -08:00
parent 793b83bf05
commit 10adc00604
1 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,70 @@
<!doctype html>
<html>
<head>
<title>Zk | Limerent Object (WT)</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 | Limerent Object (WT)</h1>
</header>
<article class="content">
<p><span class="tag">short-story</span> <span class="tag">fiction</span> <span class="tag">sawtooth</span> <span class="tag">furry</span></p>
<h3 id="brief-outline">Brief outline</h3>
<ul>
<li>The slow formation of a crush<ul>
<li>Falling for anyone who&rsquo;s the slightest bit nice to you</li>
</ul>
</li>
<li>Intolerable limerence<ul>
<li>Limerence as unwanted emotional attraction</li>
<li>pining</li>
<li>dreaming about just being close, casual affection, etc</li>
<li>Not wanting to talk about it b/c afraid of coercion</li>
<li>Just try to be the best person you can be for them</li>
<li>Except that just makes it all the more intense</li>
</ul>
</li>
<li>Crisis point and denouement<ul>
<li>Bounce off each other at some point and the limerence starts to fade</li>
<li>Picture what would have happened had they gotten together.</li>
</ul>
</li>
</ul>
<p>Told in the form of journal entries after long online conversations, complete with snippets</p>
<h3 id="characters">Characters</h3>
<ul>
<li>Dee<ul>
<li>Coyote guy</li>
<li>Psychology student</li>
<li>Has the terminology and some of the self awareness, but not enough</li>
<li>Raised very religious</li>
<li>Has a crush on&hellip;</li>
</ul>
</li>
<li>Kay<ul>
<li>Coyote gal</li>
<li>Music student at UI Boise</li>
<li>Transferred after a year, met in the last few weeks of shared class</li>
<li>Not religious, and the thing that they bounce off each other on down the line is her refusal to not demonize religion</li>
</ul>
</li>
</ul>
<h2 id="story">Story</h2>
</article>
<footer>
<p>Page generated on 2021-01-11</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>