diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 08:33:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 08:33:19 +0100 |
| commit | 0f75bf3443996f287b9a8a70abb0b3ac8031def8 (patch) | |
| tree | c8136ceb877e6f7b0c1dc918fe5e2e3626cd5287 /website/src/components/Me.astro | |
| parent | 88c6e8a6585c00f0a94e27f1351e77ef18518196 (diff) | |
Styling overhaul
Diffstat (limited to 'website/src/components/Me.astro')
| -rw-r--r-- | website/src/components/Me.astro | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/website/src/components/Me.astro b/website/src/components/Me.astro index c9af587..1a2140b 100644 --- a/website/src/components/Me.astro +++ b/website/src/components/Me.astro @@ -4,13 +4,19 @@ <section class="h-card"> <img class="u-photo" src="/images/headshot.jpg" height="256" width="256" /> - <div> + <header> <h1> + Joe Carstairs + </h1> + + <div hidden> <a class="p-name u-url u-uid" href="https://joeac.net" rel="me"> - Joe Carstairs + Permalink </a> - </h1> + </div> + </header> + <div class="h-card__text"> <p> Hi! š My name is <span class="p-given-name">Joe</span> <span class="p-family-name">Carstairs</span>. Iām a @@ -33,11 +39,13 @@ </p> <p> - Or get me on - <a href="https://www.facebook.com/joe.carstairs.5" rel="me">Facebook</a>, - <a href="https://mastodon.social/@joe_carstairs" rel="me">Mastodon</a>, - <a href="https://www.linkedin.com/in/joe-carstairs-0aa936277" rel="me">LinkedIn</a>, - or <a href="https://github.com/joeacarstairs" rel="me">GitHub</a>. + <small> + Or get me on + <a href="https://www.facebook.com/joe.carstairs.5" rel="me">Facebook</a>, + <a href="https://mastodon.social/@joe_carstairs" rel="me">Mastodon</a>, + <a href="https://www.linkedin.com/in/joe-carstairs-0aa936277" rel="me">LinkedIn</a>, + or <a href="https://github.com/joeacarstairs" rel="me">GitHub</a>. + </small> </p> </div> -</section>
\ No newline at end of file +</section> |
