mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
11 lines
1.1 KiB
HTML
11 lines
1.1 KiB
HTML
<div class="h-card vcard">
|
|
<a href="https://byjp.me" rel="me" class="u-uid u-url"><img class="profile u-photo " src="profile-512.jpg" /></a>
|
|
Hello! I'm <em class="p-name fn always-accented">JP Hastings-Spital</em>, a <span class="p-category category">maker</span>, <span class="p-category category">software engineer</span>, <span class="p-category category">swing dancer</span>, and all-round <span class="p-category category">miriscient chap</span> living in <span class="adr p-adr h-adr"><span class="p-locality locality">London</span>, <span class="p-country-name country-name">UK</span></span>. <span class="h-card">I'm a <span clas="p-job-title">principal engineer</a> at <a href="https://deliveroo.engineering/" target="_blank" class="p-org u-url" rel="noopener">Deliveroo</a></span>.
|
|
</div>
|
|
|
|
<p>I post here infrequently about things I've created or care about. Recently I've written
|
|
{{ $posts := where .Site.RegularPages "Params.type" "!=" "timeless" }}
|
|
{{ range $posts | first 2 }}
|
|
<a href="{{.Permalink}}">{{ .Title }}</a>,
|
|
{{ end }}
|
|
and {{ with index $posts 2 }}<a href="{{.Permalink}}">{{ .Title }}</a>{{ end }}.
|