Compare commits

...

3 Commits

Author SHA1 Message Date
9f098b89d9 Add new review for abolish the family 2022-10-04 14:23:50 +05:00
49f0985a71 reverse order of audio items 2022-10-04 14:21:17 +05:00
b5cdea87c8 add new events 2022-10-04 14:18:52 +05:00
4 changed files with 22 additions and 2 deletions

View File

@ -20,7 +20,7 @@ title: Events
<small>22 Sep 2022 (Thurs) 5:30pm CST</small>
</li>
<li>
<li class="past-event">
<p class="event-title">Lecture, Fisher Center, Hobart & William Smith Colleges, Geneva, NY</p>
<small>28 Sep 2022 (Wed) 7pm EST</small>
</li>
@ -45,9 +45,24 @@ title: Events
<small>15-16 Oct 2022 (Sat-Sun)</small>
</li>
<li>
<p class="event-title">Abolish the Family launch discussion, Making Worlds bookstore, Philadelphia</p>
<small> 29 October 2022, 7pm</small>
</li>
<li>
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
<small>16 November 2022, 4pm</small>
</li>
<li>
<p class="event-title">University of Pittsburgh</p>
<small>1 Dec 2022 (Thur)</small>
</li>
<li>
<p class="event-title">Diane di Prima and Acid Communism, Culture Nights at the Bishop Bar, Bloomington, Indiana</p>
<small>7 December 2022, 5pm</small>
</li>
</ul>
</section>

View File

@ -14,6 +14,9 @@ title: Abolish the Family
<section id="reviews">
<h2 class="subtitle">Reviews</h2>
<ol>
<li>
<p><a href="https://www.newstatesman.com/international-politics/ideas-international-politics/2022/09/abolish-family">Red Love, For All</a> — by Erin Maglaque</p>
</li>
<li>
<p><a href="https://www.publishersweekly.com/9781839767197">Publisher's Weekly:</a> “Lewis builds a harsh yet well-grounded portrait of familial dysfunction. This provocation stings.”</p>
</li>

File diff suppressed because one or more lines are too long

View File

@ -357,6 +357,8 @@ footer {
}
.audio-list {
display: flex;
flex-direction: column-reverse;
li {
margin-bottom: 2rem;