Fix alignment
This commit is contained in:
@ -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>
|
||||||
@ -37,15 +38,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
-->
|
-->
|
||||||
<li>
|
<li>
|
||||||
<div class="post-card light-purple">
|
<div class="post-card light-purple">
|
||||||
<a href="https://idumea.post-self.ink" class="post-card-image">
|
<a href="https://idumea.post-self.ink" class="post-card-image">
|
||||||
</a>
|
</a>
|
||||||
<div class="post-card-body">
|
<div class="post-card-body">
|
||||||
<a href="https://idumea.post-self.ink" class="post-card-link"><h3 class="post-card-title">Idumea</h3></a>
|
<a href="https://idumea.post-self.ink" class="post-card-link"><h3 class="post-card-title">Idumea</h3></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="post-card light-purple">
|
<div class="post-card light-purple">
|
||||||
<a href="https://motes-played.post-self.ink" class="post-card-image">
|
<a href="https://motes-played.post-self.ink" class="post-card-image">
|
||||||
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user