summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-12-28 11:06:00 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-12-28 11:06:00 +0000
commitf78c69e27e33f72d3722f7c540bb8c504636f224 (patch)
tree7562c67c5d8405ecd410db3394195a1aa6411179 /index.html
parent3abbc00fb530abadd12be28f6e6084740f926975 (diff)
Init
Diffstat (limited to 'index.html')
-rw-r--r--index.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..1c0938c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,52 @@
+<!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" href="https://joeac.net">
+ 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">Facebook</a>
+ or <a href="https://mastodon.social/@joe_carstairs">Mastodon</a>.
+ </p>
+ </div>
+ </section>
+ </body>
+</html>
+