update from sparkleup
This commit is contained in:
parent
ea385cde98
commit
ae9460f7c8
|
@ -0,0 +1,107 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Secession (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 | Secession (WT)</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>The secession of the system and launch of the extra-solar system.</p>
|
||||
<h1 id="characters">Characters</h1>
|
||||
<ul>
|
||||
<li>Past arc (Secession)<ul>
|
||||
<li>System<ul>
|
||||
<li>Michelle Hadje</li>
|
||||
<li>The Only Time I know My True Name Is When I Dream (True Name)<ul>
|
||||
<li>Campaigns for individual rights and secession from Sys-side</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Offline<ul>
|
||||
<li>Yared Zerezghi<ul>
|
||||
<li>Phys-side System tech</li>
|
||||
<li>Campaigns for individual rights for Sys-side individuals, with the caveat of secession</li>
|
||||
<li>Followws arc of Paul from Toledot Yeshu</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Yosef Demma<ul>
|
||||
<li>NWAC (Northwest African Coalition) politician</li>
|
||||
<li>Hires Yared to induce the secession from Phys-side</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Future Arc (Launch)<ul>
|
||||
<li>System<ul>
|
||||
<li>Codrin Balan</li>
|
||||
<li>Ioan Balan</li>
|
||||
<li>Dear, Also, The Tree That Was Felled (Dear)</li>
|
||||
<li>May Then My Name Die With Me (May Then My Name)<ul>
|
||||
<li>All of the above: Sys-side launch coordinators</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Offline<ul>
|
||||
<li>Douglas Hadje<ul>
|
||||
<li>Phys-side System tech, launch coordinator</li>
|
||||
<li>Diiistant cousin of Michelle, always feels some strange connection to her, too shy to communicate</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>de (because why not be goofy with names, it’s the dang future)<ul>
|
||||
<li>Member of collective</li>
|
||||
<li>Wants to prevent launch for ???</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h1 id="brief-outline">Brief outline</h1>
|
||||
<ul>
|
||||
<li>Secession (2124 - coming up on 10 year anniversary of system)<ul>
|
||||
<li>System</li>
|
||||
<li>Offline</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Launch (2125 - just after launch, characters retelling the story of the launch and the machinations behind it to each other (as letters, natch))<ul>
|
||||
<li>System</li>
|
||||
<li>Offline</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h1 id="outline">Outline</h1>
|
||||
<ul>
|
||||
<li class="done0"> Epigraph</li>
|
||||
<li class="done0"> Act I<ul>
|
||||
<li class="done0"> </li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="done0"> Act II</li>
|
||||
<li class="done0"> Act III</li>
|
||||
<li class="done0"> Conclusion</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-08-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>
|
Loading…
Reference in New Issue