update from sparkleup
This commit is contained in:
parent
af448630c1
commit
ebb2b5e021
|
@ -0,0 +1,84 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zk | 2022-01-15</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 | 2022-01-15</h1>
|
||||||
|
</header>
|
||||||
|
<article class="content">
|
||||||
|
<h1 id="fc-home-con-plot-structure">FC Home-con: Plot structure</h1>
|
||||||
|
<h2 id="outline">Outline</h2>
|
||||||
|
<ol>
|
||||||
|
<li>Goal/agenda<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Meet cute</li>
|
||||||
|
<li>No way #1<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Stuck together</li>
|
||||||
|
<li>No way #2<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Bone town</li>
|
||||||
|
<li>Seeds of Doubt:<ol>
|
||||||
|
<li>Wallow #1<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Retreat<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Choose fear<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Wallow #2<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li>Choose love</li>
|
||||||
|
<li>Plan! Risk!<ul>
|
||||||
|
<li>…</li>
|
||||||
|
<li>…</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Grand gesture — ends with YES</li>
|
||||||
|
<li>Payoff</li>
|
||||||
|
<li>Epilogue/hope</li>
|
||||||
|
</ol>
|
||||||
|
<h2 id="sources">Sources</h2>
|
||||||
|
<p>Romance Caduceus: <a href="https://amandasdesign.com/portfolio/romancecaduceus/">https://amandasdesign.com/portfolio/romancecaduceus/</a></p>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2022-01-15</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>
|
Loading…
Reference in New Issue