breaking anew
This commit is contained in:
parent
56936cf495
commit
cd639bd59f
7 changed files with 253 additions and 45 deletions
79
index.html
79
index.html
|
@ -31,39 +31,74 @@
|
|||
<div class="box">
|
||||
<h3>My books:</h3>
|
||||
<h4>Poetry</h4>
|
||||
<ul>
|
||||
<li><a href="./books/tee.epub">The Eschaton Eminence</a></li>
|
||||
<li><a href="./books/twine.epub">The World Is Not Enough</a></li>
|
||||
<li><a href="./books/tyia.epub">Three Years In Absentia</a></li>
|
||||
<li><a href="./books/mm_tac.epub">Mori's Mirror and The Adoration Corporation</a></li>
|
||||
<li><a href="./books/h.epub">Hydra</a></li>
|
||||
<li><a href="./books/mm_tpf.epub">Mori's Mirror and The Poetry Factory</a></li>
|
||||
</ul>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/tee.epub">The Eschaton Eminence</a></td>
|
||||
<td class="right">(2023)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/twine.epub">The World Is Not Enough</a></td>
|
||||
<td class="right">(2023)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/tyia.epub">Three Years In Absentia</a></td>
|
||||
<td class="right">(2022)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/mm_tac.epub">Mori's Mirror and The Adoration Corporation</a></td>
|
||||
<td class="right">(2022)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/h.epub">Hydra</a></td>
|
||||
<td class="right">(2021)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/mm_tpf.epub">Mori's Mirror and The Poetry Factory</a></td>
|
||||
<td class="right">(2021)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h4>Fiction</h4>
|
||||
<ul>
|
||||
<li><a href="./books/is.epub">In Separation</a></li>
|
||||
<li><a href="./books/tvsc.epub">The Viridian Shipping Company</a></li>
|
||||
<li><a href="./books/tdom.epub">The Duality Of Mankind</a></li>
|
||||
<li><a href="./books/lw.epub">Living Wasteland</a></li>
|
||||
<li><a href="./books/mby.epub">Me Before You</a></li>
|
||||
<li><a href="./books/twlf.epub">The White Line Fever</a></li>
|
||||
<li><a href="./books/tsf.epub">The Samhain Files</a></li>
|
||||
</ul>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/is.epub">In Separation</a></td>
|
||||
<td class="right">(2020)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/tvsc.epub">The Viridian Shipping Company</a></td>
|
||||
<td class="right">(2019)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/lw.epub">Living Wasteland</a></td>
|
||||
<td class="right">(2019)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/tdom.epub">The Duality Of Mankind</a></td>
|
||||
<td class="right">(2018)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/mby.epub">Me Before You</a></td>
|
||||
<td class="right">(2018)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/twlf.epub">The White Line Fever</a></td>
|
||||
<td class="right">(2017)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left"><a href="./books/tsf.epub">The Samhain Files</a></td>
|
||||
<td class="right">(2016)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="box">
|
||||
<h3>Announcement Box</h3>
|
||||
<ul>
|
||||
<li><b>2024-10-01</b>: Earning my KING WAGE at my CLOWN JOB. Call that a hamburger because it is NOT going my way and I am NOT lovin' it right now.</li>
|
||||
<li><b>2024-07-23</b>: I have located an old backup I had forgotten about that contained the <code>xanthexikes</code> Tor keys for Let's Decentralize. That onion should be working again. I will keep both up for convenience.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="box">
|
||||
<p class="center">
|
||||
<a href="./blog/index.html">[Blog]</a>
|
||||
<a href="./poetry/">[Poetry]</a>
|
||||
</p>
|
||||
<p><a href="./poetry/">Poetry</a></p>
|
||||
<p><a href="./women.md">The big list of women who did things</a></p>
|
||||
<p><a href="./2024_books.html">Vane reads one book by women every week of 2024</a></p>
|
||||
<p><a href="./2024_music.html">Vane listens to one music album by women every week of 2024</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue