mat.services/pages/index.vue

35 lines
1.3 KiB
Vue
Raw Normal View History

2018-02-08 21:21:28 +00:00
<template lang="pug">
#home
.tile.is-ancestor
2018-02-09 00:01:24 +00:00
.tile.is-vertical.is-4
2018-02-08 21:21:28 +00:00
.tile.is-9
2018-02-09 00:01:24 +00:00
.notification.is-info
2018-02-08 21:21:28 +00:00
h1.title.is-4 me
p.content.
i'm a communist, a
2018-08-11 22:25:20 +00:00
#[a(href='https://mattandmack.website' target='_blank') partner],
2018-10-15 03:25:55 +00:00
and a software developer at yelp.
2018-02-08 21:21:28 +00:00
.tile.is-9
2018-02-09 00:01:24 +00:00
.notification.is-warning
2018-02-08 21:21:28 +00:00
h1.title.is-4 what's inspiring me now
.content
2018-10-15 03:25:55 +00:00
p wes anderson's isle of dogs
p mitski's #[a(href='https://mitski.bandcamp.com/album/be-the-cowboy' target='_blank') be the cowboy]
2018-08-11 17:57:34 +00:00
p thomas pynchon's gravity's rainbow
2018-02-09 00:01:24 +00:00
.tile.is-4
.tile.is-9
.notification.is-danger
h1.title.is-4 what i care about
p.content.
2018-10-15 03:25:55 +00:00
as a communist, i think the most important tools are the ones that help
workers organize and empower themselves. i want my software to be a tool for
liberation, and i want to work on projects that embody that goal. reach out
to mess [at] yelp [dot] com if you want to work on or discuss something.
2018-02-09 00:01:24 +00:00
p.content.
"the philosophers have only interpreted the world, in various ways.
the point, however, is to change it."
2018-02-21 22:29:15 +00:00
.tile.is-3
2018-02-09 00:01:24 +00:00
figure.image
2018-02-09 18:33:01 +00:00
img(src='@/assets/img/me.jpg')
2018-02-08 21:21:28 +00:00
</template>