diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 16:32:17 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 16:43:22 +0000 |
| commit | 261d89ebed13691e72312f44339063fee93130ac (patch) | |
| tree | 43cb6f1a9804352f666efaaee2bf7d6189906f08 /index.html | |
| parent | 9cb047768f79f3d14a5c6bcf420e76d600a20f2d (diff) | |
Astro initial commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 348ac30..0000000 --- a/index.html +++ /dev/null @@ -1,92 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" href="/reset.css" /> - <link rel="stylesheet" href="/base.css" /> - <link rel="stylesheet" href="/hcard.css" /> - </head> - - <body> - <section class="h-card"> - <img class="u-photo" src="/headshot.jpg" height="256" width="256" /> - - <div> - <h1> - <a class="p-name u-url u-uid" href="https://joeac.net" rel="me"> - Joe Carstairs - </a> - </h1> - - <p> - Hi! 👋 My name is <span class="p-given-name">Joe</span> - <span class="p-family-name">Carstairs</span>. I’m a - <span class="p-job-title">software developer</span> at - <a class="p-org" href="https://www.scottlogic.com">Scott Logic</a>, a - graduate of Philosophy and Mathematics at the University of Edinburgh, - a committed Christian and a pretty rubbish poet. - </p> - - <p> - I’m also the <span class="p-job-title">secretary</span> of the - <a class="p-org" href="https://scotsleidassocie.org">Scots Language Society</a>. - <a href="https://github.com/joeacarstairs/lallans-wabsteid-astro">Help me maintain our website!</a> - </p> - - <p> - Email me at - <a class="u-email" href="mailto:joeacarstairs@gmail.com">joeacarstairs@gmail.com</a> - with your thoughts on metaethics, Scots verse and eschatology. - </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> - or <a href="https://github.com/joeacarstairs" rel="me">GitHub</a>. - </p> - </div> - </section> - - <section class="h-feed"> - <h2 class="p-name"> - My blog - </h2> - - <aside> - <p class="hidden"> - This blog is written by <a class="p-author h-card" href="/">Joe Carstairs</a> - </p> - - <p> - <a class="u-url" href="https://joeac.net/blog">Permalink</a> - </p> - </aside> - - <ul> - <li> - 2024 - <ul> - <li class="h-entry"> - <a class="u-url p-name" href="/blog/2024/03/30/easter"> - Why Easter is the best week of the year - </a> - </li> - <li class="h-entry"> - <a class="u-url p-name" href="/blog/2024/01/29/euhwc_toast_to_lasses_2024"> - EUHWC Toast to the Lasses - </a> - </li> - <li class="h-entry"> - <a class="u-url p-name" href="/blog/2024/01/14/sapiens_on_religion"> - Harari’s <i>Sapiens</i> on Religion - </a> - </li> - </ul> - </li> - </ul> - </section> - </body> -</html> - |
