2018-02-08 21:21:28 +00:00
|
|
|
<template lang="pug">
|
|
|
|
section.hero.is-primary.is-bold.is-medium(v-once)
|
|
|
|
.hero-body
|
|
|
|
.container
|
2018-03-14 10:14:46 +00:00
|
|
|
h1.title.has-text-warning matthew ess
|
|
|
|
h2.subtitle.has-text-warning software developer, social justice warrior, wannabe artist
|
2018-02-08 21:21:28 +00:00
|
|
|
.hero-foot
|
|
|
|
.tabs.is-boxed.is-fullwidth.is-three-quarters
|
2018-03-14 10:14:46 +00:00
|
|
|
ul.has-text-weight-semibold.has-text-warning
|
2018-02-08 21:21:28 +00:00
|
|
|
li
|
2018-02-09 18:01:38 +00:00
|
|
|
nuxt-link(to='/') home
|
2018-02-08 21:21:28 +00:00
|
|
|
li
|
2018-02-09 18:01:38 +00:00
|
|
|
nuxt-link(to='/projects') projects
|
2018-02-08 21:21:28 +00:00
|
|
|
li
|
2018-02-09 18:01:38 +00:00
|
|
|
nuxt-link(to='/resume') resume
|
2018-02-08 21:21:28 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<style lang="sass" scoped>
|
2018-02-09 01:31:59 +00:00
|
|
|
@import '~bulma/sass/utilities/mixins'
|
|
|
|
|
2018-02-08 21:21:28 +00:00
|
|
|
section
|
|
|
|
margin-bottom: 2rem
|
2018-02-09 01:31:59 +00:00
|
|
|
+desktop
|
|
|
|
.is-three-quarters
|
|
|
|
width: 75%
|
2018-02-08 21:21:28 +00:00
|
|
|
</style>
|