Merge pull request 'small-adjustements' (#12) from small-adjustements into staging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
This commit is contained in:
commit
09635ab57f
@ -3,7 +3,7 @@ title: Events
|
||||
---
|
||||
|
||||
<section id="events-listing">
|
||||
<h1>Upcoming Events</h1>
|
||||
<h1>Past Events</h1>
|
||||
<ul class="events-list">
|
||||
<li class="past-event">
|
||||
<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>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
|
||||
<small>16 November 2022, 4pm</small>
|
||||
</li>
|
||||
|
@ -5,7 +5,7 @@ title: abolish-the-family
|
||||
<div id="abolish-the-family">
|
||||
<div class="column is-three-fifths">
|
||||
<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">
|
||||
<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>
|
||||
|
@ -7,7 +7,7 @@
|
||||
{{ range .Params.Books }}
|
||||
<div class="column is-half">
|
||||
<div class="book-cell">
|
||||
<h3>{{ .title }}</h3>
|
||||
<h3>{{ .title }}</h3><br>
|
||||
<div class="book-cover">
|
||||
<a href={{ .path }}>
|
||||
<img src={{ .imgsrc }} alt={{ .title }}>
|
||||
@ -20,4 +20,4 @@
|
||||
{{ end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user