diff --git a/content/posts/developer-resources.md b/content/posts/developer-resources.md
index 017f180..aad62f2 100644
--- a/content/posts/developer-resources.md
+++ b/content/posts/developer-resources.md
@@ -8,35 +8,42 @@ tags = []
categories = []
externalLink = ""
series = []
+featured_image = "/images/undraw-02.svg"
+++
Yesterday I discovered the excellent [unDraw](https://undraw.co). Apparently,
it's been around for quite a few years now.
-Anyway, after a quick 'how did I not know about this earlier?' moment, it was
-bookmarked and, with a determination not to completely forget about it within
-minutes as I usually do, I happily went about my day.
+Anyway, after a little 'how did I not know about this earlier?' moment and a
+quick investigation, it was bookmarked and, with a determination not to
+completely forget about it within minutes as I usually do, I happily went about
+my day.
-So, it's now today and I just so happen to be starting a little personal web
-project of mine. And what would be the perfect little touch to start it off
-with? That's right, a nice little vector illustration.
+It's now one day later and I just so happen to be starting a little personal
+web project of mine. And what would be the perfect little touch to start it off
+with? That's right, a nice little vector illustration.
-I go to find the bookmark and it turns out, there's two bookmarks. Exactly the
+{{<
+figure
+src="/images/undraw-01.svg"
+alt="An stylised illustration of a developer sitting alongside a huge laptop."
+class="medium"
+>}}
+
+So, I go to find the bookmark and it turns out, there's two bookmarks. Exactly the
same. So, I did know about this site. For how long? Who knows. I haven't got the
best memory so it could reasonably be anywhere from a month or two, to years.
-Now, I'm pretty sure it's not the only duplicate in there.
+And, I'm fairly certain it's not the only duplicate in there ...
-Anyway, the point of all this rambling? It's time I did something about it
+Anyway, the point of all this rambling? It's about time I did something
and that's where this post comes in.
-Probably not much use to anyone else, but perfect for me.
-
-Somewhere to collect all of my most useful developer resources in one place. My
-resources 'Hall of Fame' if you will. A place to memorialise the less used, but
-nonetheless worthy resources of mine. Never again, to be lost in the annals of
-time.
+My resource 'Hall of Fame' if you will. A place to memorialise the less used,
+but nonetheless worthy resources of mine. Never again, to be lost in the annals
+of time.
+Probably not too much use to anyone else, but just the thing for me.
## Assets
diff --git a/static/images/undraw-01.svg b/static/images/undraw-01.svg
new file mode 100644
index 0000000..585c870
--- /dev/null
+++ b/static/images/undraw-01.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/undraw-02.svg b/static/images/undraw-02.svg
new file mode 100644
index 0000000..8b16a8a
--- /dev/null
+++ b/static/images/undraw-02.svg
@@ -0,0 +1 @@
+
\ No newline at end of file