Add intro text

This commit is contained in:
JP Hastings-Spital 2023-04-28 15:57:05 +01:00
parent cf4879786c
commit b6b09a87cd
5 changed files with 18 additions and 3 deletions

View file

@ -75,7 +75,7 @@ disableRSS = false
[[languages.en.params.social]]
name = "keyoxide"
url = "https://id.byjp.me/"
url = "https://id.byjp.me"
[[languages.en.params.social]]
name = "gpg"

View file

@ -0,0 +1,5 @@
<div class="h-card vcard">
Hello! I'm <em class="u-uid 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>. I'm a <span>principal engineer</a> at <a href="https://deliveroo.engineering/" target="_blank" class="h-card u-url" rel="noopener">Deliveroo</a>.
</div>
<p>{{ partial "welcome.md" | markdownify }}</p>

View file

@ -0,0 +1 @@
I [write](./posts) on this site infrequently about things I've created or care about. You're welcome to write to me if you'd like, read my [standing invitation](./standing-invitation) for more information.

View file

@ -123,7 +123,11 @@ a {
color: inherit;
}
main p a, main li a, nav a, .social a {
.always-accented {
color: var(--accent);
}
main p a, main li a, nav a, .social a, section a, .accented {
&:hover {
color: var(--accent);
}

View file

@ -9,7 +9,7 @@
<img src="{{ .Site.Params.Portrait.Path }}" class="circle" alt="{{ .Site.Params.Portrait.Alt }}" style="max-width:{{ .Site.Params.Portrait.MaxWidth }}" />
{{ end }}
<h1>{{ .Site.Title }}</h1>
<h1 class="accented">{{ .Site.Title }}</h1>
{{ partial "subtitle.html" . }}
@ -19,5 +19,10 @@
</div>
{{- end }}
</div>
<br />
<hr />
<section class="posts" style="text-align:center">
{{ partial "about-me.html" .}}
</section>
</main>
{{ end }}