diff --git a/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md b/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md
index d5a5039ca..e6a590288 100644
--- a/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md
+++ b/source/_posts/2018-11-20-rebuilding-bartik-with-vuejs-tailwind-css.md
@@ -7,7 +7,6 @@ tags:
- tweet
- vuejs
has_tweets: true
-promoted: true
---
Earlier this week, I built a clone of [Drupal][0]’s default theme, Bartik, with [Vue.js][1] and [Tailwind CSS][2]. You can [view the code on GitHub][3] and the [site itself on Netlify][4].
diff --git a/source/_posts/rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md b/source/_posts/rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
index 3d67cc46b..dc6773b73 100644
--- a/source/_posts/rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
+++ b/source/_posts/rebuilding-acquia-dashboard-with-vuejs-tailwind-css.md
@@ -8,6 +8,7 @@ tags:
- tweet
- vuejs
draft: true
+promoted: true
---
After [rebuilding Drupal’s Bartik theme](/blog/rebuilding-bartik-with-vuejs-tailwind-css), I’ve now used [Vue.js][vue] and [Tailwind CSS][tailwind] to rebuild another Drupal related UI - this time it’s [Acquia’s](https://www.acquia.com) web hosting dashboard. Again, you can [view the site on Netlify][netlify] and [the code on GitHub][github].
@@ -107,8 +108,9 @@ This was the first page that I rebuilt - the Environments page for an applicatio
Vue Router is configured to show the
+
-
+ The rebuilt Environments page for an application.
@@ -119,6 +121,11 @@ Vue Router is configured to show the
The rebuilt Applications page.
+
+
+ The rebuilt Applications page.
+
+
## An environment page
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/1-applications-grid.png b/source/images/blog/rebuilding-acquia-vue-tailwind/1-applications-grid.png
new file mode 100644
index 000000000..91f4648f0
Binary files /dev/null and b/source/images/blog/rebuilding-acquia-vue-tailwind/1-applications-grid.png differ
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/1-applications.png b/source/images/blog/rebuilding-acquia-vue-tailwind/1-applications.png
deleted file mode 100644
index f5272b349..000000000
Binary files a/source/images/blog/rebuilding-acquia-vue-tailwind/1-applications.png and /dev/null differ
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png b/source/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png
new file mode 100644
index 000000000..40c759b57
Binary files /dev/null and b/source/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png differ
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/2-environments.png b/source/images/blog/rebuilding-acquia-vue-tailwind/2-environments.png
deleted file mode 100644
index dc49bbe30..000000000
Binary files a/source/images/blog/rebuilding-acquia-vue-tailwind/2-environments.png and /dev/null differ
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/3-environment.png b/source/images/blog/rebuilding-acquia-vue-tailwind/3-environment.png
deleted file mode 100644
index cb3032357..000000000
Binary files a/source/images/blog/rebuilding-acquia-vue-tailwind/3-environment.png and /dev/null differ
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png b/source/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png
new file mode 100644
index 000000000..0fe84ff89
Binary files /dev/null and b/source/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png differ
diff --git a/source/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png b/source/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png
new file mode 100644
index 000000000..2e4d1a521
Binary files /dev/null and b/source/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png differ