diff --git a/src/components/Hero.vue b/src/components/Hero.vue
index d320fff..acef1e6 100644
--- a/src/components/Hero.vue
+++ b/src/components/Hero.vue
@@ -24,8 +24,11 @@ export default {
diff --git a/src/containers/Blog.vue b/src/containers/Blog.vue
index a7df123..5f318b2 100644
--- a/src/containers/Blog.vue
+++ b/src/containers/Blog.vue
@@ -1,5 +1,5 @@
-#blog
+#blog.has-text-centered-mobile
h1.title coming soon!
diff --git a/src/containers/Home.vue b/src/containers/Home.vue
index 2858ee1..b75daa2 100644
--- a/src/containers/Home.vue
+++ b/src/containers/Home.vue
@@ -9,7 +9,6 @@
i'm a communist, a
#[a(href='https://mattandmack.website' target='_blank') spouse-to-be],
a recently graduated student, and a software developer at yelp.
- .tile.placeholder.notification.is-white
.tile.is-9
.notification.is-warning
h1.title.is-4 what's inspiring me now
@@ -39,8 +38,3 @@ export default {
name: 'Home',
};
-
-
diff --git a/src/containers/Projects.vue b/src/containers/Projects.vue
index 2144a1f..5a5b98d 100644
--- a/src/containers/Projects.vue
+++ b/src/containers/Projects.vue
@@ -1,5 +1,5 @@
-#projects
+#projects.is-half.has-text-centered-mobile
p.content check out my #[a(href='https://github.com/matthewess') github account]!
h1.title #[a(href='https://github.com/matthewess/boilertalk-frontend') Boilertalk]
p.content.
@@ -34,6 +34,9 @@ export default {
diff --git a/src/containers/Resume.vue b/src/containers/Resume.vue
index 00c6a20..c0ee527 100644
--- a/src/containers/Resume.vue
+++ b/src/containers/Resume.vue
@@ -1,5 +1,5 @@
-#resume
+#resume.is-half.has-text-centered-mobile
.content
h1.title matthew ess
h2.subtitle software developer
@@ -48,12 +48,15 @@ export default {
diff --git a/static/.gitkeep b/static/.gitkeep
new file mode 100644
index 0000000..e69de29