Photo index

This commit is contained in:
Pau 2022-12-27 01:56:54 +01:00
parent 4719c8a4d5
commit 35608ccef5
3 changed files with 9 additions and 5 deletions

View File

@ -6,10 +6,10 @@ title: index
<h1 class="red-text">Announcement</h1>
<p class="red-text">Abolish the Family: A Manifesto for Care and Liberation <a href="https://www.versobooks.com/books/4075-abolish-the-family">Available For Pre-Order Now</a>.<p>
<div class="has-text-centered">
<image src="img/separator.jpg">
<image class="is-rounded" src="img/portrait.jpg">
{{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}}
<img src='{{ $img }}'>
<image class="small-cover" src="img/separator.jpg">
<div class="headshot">
<image class="small-cover" src="img/portrait.jpg">
</div>
</div>
<h1>Im <b>Sophie Lewis</b>, writer, speaker, teacher, and recovering academic.</h1>

File diff suppressed because one or more lines are too long

View File

@ -230,6 +230,10 @@ hr {
width: 25%;
}
.small{
width: 25%;
}
.clearfix {
clear: both;
}