Photo index
This commit is contained in:
parent
4719c8a4d5
commit
35608ccef5
@ -6,10 +6,10 @@ title: index
|
|||||||
<h1 class="red-text">Announcement</h1>
|
<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>
|
<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">
|
<div class="has-text-centered">
|
||||||
<image src="img/separator.jpg">
|
<image class="small-cover" src="img/separator.jpg">
|
||||||
<image class="is-rounded" src="img/portrait.jpg">
|
<div class="headshot">
|
||||||
{{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}}
|
<image class="small-cover" src="img/portrait.jpg">
|
||||||
<img src='{{ $img }}'>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>I’m <b>Sophie Lewis</b>, writer, speaker, teacher, and recovering academic.</h1>
|
<h1>I’m <b>Sophie Lewis</b>, writer, speaker, teacher, and recovering academic.</h1>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -230,6 +230,10 @@ hr {
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small{
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
|
|
||||||
.clearfix {
|
.clearfix {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user