Fix alignment

This commit is contained in:
Madison Rye Progress
2024-06-04 16:22:20 -07:00
parent 7b3c7c7203
commit 1c95748534

View File

@ -5,6 +5,7 @@
<ul> <ul>
<li class="carousel-entry home"><a href="#home">Home</a></li> <li class="carousel-entry home"><a href="#home">Home</a></li>
<li class="carousel-entry publications"><a href="#publications">Publications</a></li> <li class="carousel-entry publications"><a href="#publications">Publications</a></li>
<li class="carousel-entry projects"><a href="#projects">Projects</a></li>
<li class="carousel-entry recent"><a href="#recent">Recent posts</a></li> <li class="carousel-entry recent"><a href="#recent">Recent posts</a></li>
<li class="carousel-entry more"><a href="#more">More...</a></li> <li class="carousel-entry more"><a href="#more">More...</a></li>
</ul> </ul>
@ -200,6 +201,21 @@
<li><a href="https://thenewstack.io/coming-out-in-tech/">The New Stack</a> - <em>Coming Out In Tech</em></li> <li><a href="https://thenewstack.io/coming-out-in-tech/">The New Stack</a> - <em>Coming Out In Tech</em></li>
</ul> </ul>
</section> </section>
<section class="carousel-item projects">
<h2>Projects</h2>
<div class="large">
<p>Along with standalone works and story collections, Madison has worked on several writing projects, often with others</p>
<ul>
<li><a target="_blank" href="https://post-self.ink">Post-Self</a> - a collaborative fiction project designed to explore the implications of a universe where the sense of self can be blurred, split, or demolished through replication</li>
<li><a target="_blank" href="https://ally.id">ally</a> - an ergodic, semiautobiographical project in the form of a conversation</li>
</ul>
</div>
<div class="small">
<a target="_blank" href="https://ally.id"><img alt="ally" src="/assets/img/projects/ally.png" /></a>
<a target="_blank" href="https://post-self.github.io"><img alt="Post-Self" src="/assets/img/projects/post-self.png" /></a>
<a target="_blank" href="https://adjectivespecies.com"><img alt="[a][s]" src="/assets/img/projects/adjspecies.png" /></a>
</div>
</section>
<section class="carousel-item recent"> <section class="carousel-item recent">
<h2>Recent</h2> <h2>Recent</h2>
<ol class="post-card-box clearfix"> <ol class="post-card-box clearfix">
@ -250,7 +266,7 @@
<p>Several of Madison's projects take part in shared universes or in series.</p> <p>Several of Madison's projects take part in shared universes or in series.</p>
<ul> <ul>
<li><a href="/series/sawtooth">Sawtooth</a></li> <li><a href="/series/sawtooth">Sawtooth</a></li>
<li><a href="https://post-self.ink">Post-Self</a></li> <li><a href="/series/post-self">Post-Self</a></li>
<li><a href="/series/rum-and-coke">Run and Coke</a></li> <li><a href="/series/rum-and-coke">Run and Coke</a></li>
</ul> </ul>
</div> </div>