create audio content page

This commit is contained in:
Aadil Ayub 2022-09-29 08:17:25 +05:00
parent 8e1546d518
commit 86ad93c842
4 changed files with 188 additions and 2 deletions

View File

@ -6,7 +6,7 @@ theme = "sophie-lewis"
[params]
#navbar = ["about", "writing", "get-in-touch"]
navbar = ["about", "writing", "videos", "events", "get-in-touch"]
navbar = ["about", "writing", "videos", "audio", "events", "get-in-touch"]
[params.header]
name = "Sophie Lewis"

161
content/audio.html Normal file
View File

@ -0,0 +1,161 @@
---
title: Audio
---
<section id="audio-listing">
<h1>Audio Content</h1>
<ul class="audio-list">
<li>
<p>
<a href="https://open.spotify.com/episode/4AGxGKLV9TT0mulzAD9Ttx">
Politics Theory Other podcast trans-exclusionary radical feminism
</a>
</p>
<small>August 2018</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/6g5Y1gEJRLYGbPJZdd86q0">
Politics Theory Other podcast Full Surrogacy Now: Feminism Against Family
</a>
</p>
<small>January 2019</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/6eL0fe8J3bHmo6KuLxGYgP">
LRB Bookshop Podcast with Joanna Biggs Full Surrogacy Now
</a>
</p>
<small>June 2019</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/0Y5KcMfWbSQMmmSaOHfOGS">
The Dig podcast with Daniel Denvir Abolish the Family
</a>
</p>
<small>July 2019</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/1eFjuiB1ZITl3ILlBEwQjN">
e-flux podcast with Mariana Silva Wages for Womb-Work
</a>
</p>
<small>November 2019</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/4iuQbJOb0B82qfFpIIrozl">
Against Everyone With Conner Habib Families, Quarantines, Witches
</a>
</p>
<small>April 2020</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/1Y0jZCWEeM4JnuQBC2dHTD">
Rabbles Podcast on Shulamith Firestone
</a>
</p>
<small>February 2021</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/3ISirSzDBuxxzffS88WBUD">
Big Mood Little Mood with Daniel Lavery on Chosen Family
</a>
</p>
<small>June 2021</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/6xzKNRmHSephLvN6sd3zoa">
Very Specific Interview with Sarah Miller Cheese Trutherism
</a>
</p>
<small>July 2021</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/6vk1L1l80L3JfXeO09kbxa">
The Death Panel Repro-Utopia with Bea Adler-Bolton and Artie Vierkant
</a>
</p>
<small>October 2021</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/0FYY7aOwJuD9QuBRbrCdD4">
Town Hall Seattle conversation with Kyla Schuller on The Trouble with White Women
</a>
</p>
<small>January 2022</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/1I6jlrd8HpE0FfgpNaVuKp">
Podcast For Social Research The End of Abortion
</a>
</p>
<small>May 2022</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/0U5zOVFLMg3tjDqgtXZxC">
Final Straw Radio Abortion, Family, Queerness and Private Property
</a>
</p>
<small>July 2022</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/5JIi3sTs9VDzd51lkJM0Ks">
The Heteropessimists with Jennifer Hamilton Domestic Ecologies and Family Abolition
</a>
</p>
<small>July 2022</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/0fKazItDzaxzNgPKIDk4ti">
The Death Panel podcast Against Forced Life with Bea and Artie
</a>
</p>
<small>August 2022</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/67OqB11o3UrbUL7Z6ak7kP">
The Good Robot with Kerry Mackereth and Eleanor Drage on Technofeminisms
</a>
</p>
<small>August 2022</small>
</li>
<li>
<p>
<a href="https://open.spotify.com/episode/6agw5WZ5PHTS8Nr4TRPZZw">
Politics Theory Other The overturning of Roe v. Wade
</a>
</p>
<small>August 2022</small>
</li>
</ul>
</section>

File diff suppressed because one or more lines are too long

View File

@ -340,4 +340,29 @@ footer {
font-style: italic;
}
}
}
/* AUDIO PAGE STYLES
============================= */
#audio-listing {
h1 {
margin-bottom: 1em;
font-family: 'IBM Plex Serif', sans-serif;
font-weight: 200;
font-size: 2.25rem;
font-style: italic;
}
.audio-list {
li {
margin-bottom: 2rem;
p {
padding-bottom: 0;
font-weight: bold;
}
small { font-weight: normal;}
}
}
}