1 Commits

Author SHA1 Message Date
e819390f20 Adding book picture, update theme
Added new book picture to the /Writing section. Also did some tweaks to
the themes so we can fine-tune some parts of the book list.
2022-03-23 14:55:00 -04:00
5 changed files with 25 additions and 8 deletions

View File

View File

@ -7,7 +7,14 @@ octo: octo-4.webp
<tbody>
<tr>
<td class="thead">BOOKS</td>
<td>
<td class="book-cell">
<div class="book-cover">
<img src="/img/books/abolish-the-family.jpg" alt='Abolish the Family Cover'>
</div>
<p class="book-stats"><b>Abolish the Family: A Manifesto for Care and Liberation</b></p>
<p class="book-stats"><i>Coming soon!</i></p>
</td>
<td class="book-cell">
<div class="book-cover">
<img src="/img/books/fsn-cover.jpg" alt='Full Surrogacy Now Cover'>
<a href="/writing/full-surrogacy-now/">
@ -16,16 +23,14 @@ octo: octo-4.webp
</p>
</a>
</div>
<p><b>Full Surrogacy Now!</b></p>
<p><i>Published in May 2019</i></p>
<p class="book-stats"><b>Full Surrogacy Now!</b></p>
<p class="book-stats"><i>Published in May 2019</i></p>
</td>
</tr>
<tr>
<td class="thead" rowspan=25>ESSAYS</td>
<td><p>2022. <a href="https://thebaffler.com/salvos/a-woman-is-a-woman-lewis"><strong>A Woman is a Woman? Lillian Faderman's Selective Histories</strong></a>, <em>The Baffler</em>, November 18.</p></td>
<td><p>2021. <a href="https://lrb.co.uk/the-paper/v43/n22/sophie-lewis/shebeen-queens"><strong>Shebeen Queens</strong></a>, <em>LRB</em>, November 18.</p></td>
</tr>
<tr><td><p>2022. <a href="http://doi.org/10.1177/14647001211059520"><strong>Mothering against motherhood: doula work, xenohospitality and the idea of the momrade</strong></a>, <em>Feminist Theory</em>, January 10.</p></td></tr>
<tr><td><p>2021. <a href="https://lrb.co.uk/the-paper/v43/n22/sophie-lewis/shebeen-queens"><strong>Shebeen Queens</strong></a>, <em>LRB</em>, November 18.</p></td></tr>
<tr><td><p>2021. <a href="https://bostonreview.net/arts-society-gender-sexuality/sophie-lewis-how-domestic-labor-robs-women-their-love"><strong>How Domestic Labor Robs Women of Their Love</strong></a>, <em>Boston Review</em>, October 28.</p></td></tr>
<tr><td><p>2021. <a href="https://www.thenation.com/article/society/shulamith-firestone-dialectic-sex/"><strong>Shulamith Firestone Wanted to Abolish Nature</strong></a>, <em>The Nation</em>, July 14.</p></p></td></tr>
<tr><td><p>2021. <a href="https://www.dissentmagazine.org/article/the-family-lottery"><strong>The Family Lottery</strong></a>, <em>Dissent Magazine</em>, Summer issue.</p></p></td></tr>

File diff suppressed because one or more lines are too long

View File

@ -120,9 +120,17 @@ hr {
padding-bottom: 1rem;
}
&.writing {
img {
margin-bottom: 0.75em;
}
.book-cell {
padding-right: 2em;
}
.book-cover {
float: left;
margin-right: 1rem;
width: 100%;
text-align: center;
img {
height: 184px;
@ -142,6 +150,10 @@ hr {
background-color: #adadad;
}
}
.book-stats {
text-align: center;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB