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 d5a5039c..e6a59028 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 3d67cc46..dc6773b7 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 +
- A screenshot of the rebuilt Environments page. + A screenshot of the rebuilt Environments page.
The rebuilt Environments page for an application.
@@ -119,6 +121,11 @@ Vue Router is configured to show the
The rebuilt Applications page.
+
+ A screenshot of the rebuilt Applications page as a list. +
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 00000000..91f4648f 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 f5272b34..00000000 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 00000000..40c759b5 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 dc49bbe3..00000000 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 cb303235..00000000 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 00000000..0fe84ff8 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 00000000..2e4d1a52 Binary files /dev/null and b/source/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png differ