diff --git a/.vscode/settings.json b/.vscode/settings.json
index d83c9db..21bda8b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,9 +1,5 @@
{
"eslint.enable": true,
"eslint.packageManager": "yarn",
- "eslint.validate": [
- "javascript",
- "javascriptreact",
- "vue"
- ]
-}
\ No newline at end of file
+ "eslint.validate": ["javascript", "javascriptreact", "vue", "html"]
+}
diff --git a/components/hero.vue b/components/hero.vue
index 10951f2..d481388 100644
--- a/components/hero.vue
+++ b/components/hero.vue
@@ -5,14 +5,16 @@ section.hero.is-primary.is-bold(v-once)
h1.title.has-text-danger matthew ess
h2.subtitle.has-text-danger software developer, social justice warrior, wannabe artist
.hero-foot
- nav-tabs
+ .tabs.is-boxed.is-fullwidth.is-three-quarters
+ ul.has-text-weight-semibold.has-text-danger
+ li(v-if='compact') #[nuxt-link.has-text-weight-bold(to='/') matthew ess]
+ li #[nuxt-link(to='/projects') projects]
+ li #[nuxt-link(to='/resume') resume]
+ li #[nuxt-link(to='/blog') blog]
diff --git a/pages/blog/index.vue b/pages/blog/index.vue
index 8834243..2026be6 100644
--- a/pages/blog/index.vue
+++ b/pages/blog/index.vue
@@ -4,6 +4,9 @@