added about me page
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 09:31:39 +0000 (10:31 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 09:31:39 +0000 (10:31 +0100)
about.md [new file with mode: 0644]
assets/me.png [new file with mode: 0644]

diff --git a/about.md b/about.md
new file mode 100644 (file)
index 0000000..5c48964
--- /dev/null
+++ b/about.md
@@ -0,0 +1,12 @@
+<img
+    class="me"
+    alt="Matthew Owens"
+    src="/assets/me.png"
+    srcset="/assets/me.png"
+/>
+
+# About Me
+
+### Big Nerd, GameDev, Writing unhealthy amounts of C
+
+I'm terrible at writing 'about me' sections, you'll find a bit of information about my personal projects on this site but you're probably better off heading to my [github](https://github.com/MatthewOwens) or [linkedin](https://www.linkedin.com/in/matthew-owens-b86570153/).
diff --git a/assets/me.png b/assets/me.png
new file mode 100644 (file)
index 0000000..7ee5080
Binary files /dev/null and b/assets/me.png differ