From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 09:31:39 +0000 (+0100)
Subject: added about me page
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=d774a22df7afb91cdb64f4e9ae1def33ae03a71a;p=website.git

added about me page
---

diff --git a/about.md b/about.md
new file mode 100644
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
index 0000000..7ee5080
Binary files /dev/null and b/assets/me.png differ