mat.services/pages/index.vue

35 lines
1.4 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
#[a(href='https://mattandmack.website' target='_blank') spouse-to-be],
a recently graduated student, and a software developer at yelp.
.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
p david lynch's twin peaks
2018-03-25 14:57:41 +00:00
p louis brennan's #[a(href='https://louisbrennan.bandcamp.com/album/dead-capital' target='_blank') dead capital]
p vladimir lenin's 'imperialism: the highest stage of capitalism'
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.
as a communist, i'm passionate about anti-imperialism and decolonization.
i believe that software can be a tool for liberation, and those are the tools
i want to develop. feel free to get in touch with
me at mess [at] yelp [dot] com if you have similar goals.
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>