small-adjustements #12
@ -3,7 +3,7 @@ title: Events
|
|||||||
---
|
---
|
||||||
|
|
||||||
<section id="events-listing">
|
<section id="events-listing">
|
||||||
<h1>Upcoming Events</h1>
|
<h1>Past Events</h1>
|
||||||
<ul class="events-list">
|
<ul class="events-list">
|
||||||
<li class="past-event">
|
<li class="past-event">
|
||||||
<p class="event-title">Parapraxis seminar, online (Zoom) – with M.E. O’Brien</p>
|
<p class="event-title">Parapraxis seminar, online (Zoom) – with M.E. O’Brien</p>
|
||||||
@ -50,7 +50,7 @@ title: Events
|
|||||||
<small> 29 October 2022, 7pm</small>
|
<small> 29 October 2022, 7pm</small>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li class="past-event">
|
||||||
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
|
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
|
||||||
<small>16 November 2022, 4pm</small>
|
<small>16 November 2022, 4pm</small>
|
||||||
</li>
|
</li>
|
||||||
|
@ -5,7 +5,7 @@ title: abolish-the-family
|
|||||||
<div id="abolish-the-family">
|
<div id="abolish-the-family">
|
||||||
<div class="column is-three-fifths">
|
<div class="column is-three-fifths">
|
||||||
<div class="book-cover has-text-centered">
|
<div class="book-cover has-text-centered">
|
||||||
<h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1>
|
<h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1><br>
|
||||||
<img class="medium" src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
|
<img class="medium" src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
|
||||||
<p class="book-stats"><a class="order-link red-text" href="https://versobooks.com/books/4075-abolish-the-family">Pre-order now</a></p>
|
<p class="book-stats"><a class="order-link red-text" href="https://versobooks.com/books/4075-abolish-the-family">Pre-order now</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{{ range .Params.Books }}
|
{{ range .Params.Books }}
|
||||||
<div class="column is-half">
|
<div class="column is-half">
|
||||||
<div class="book-cell">
|
<div class="book-cell">
|
||||||
<h3>{{ .title }}</h3>
|
<h3>{{ .title }}</h3><br>
|
||||||
<div class="book-cover">
|
<div class="book-cover">
|
||||||
<a href={{ .path }}>
|
<a href={{ .path }}>
|
||||||
<img src={{ .imgsrc }} alt={{ .title }}>
|
<img src={{ .imgsrc }} alt={{ .title }}>
|
||||||
@ -20,4 +20,4 @@
|
|||||||
{{ end}}
|
{{ end}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user