summaryrefslogtreecommitdiff
path: root/pages/about.vue
blob: 559d67e3d3598a1d4544f178f1feedb3f1c2dc81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
	<v-container>
		<v-row>
			<v-col cols="6">
				<v-card :elevation="4">
					<v-card-title>About Me</v-card-title>
					<v-divider></v-divider>
					<v-card-text>Freach, An Anarchist Hacker</v-card-text>
				</v-card>
			</v-col>
		</v-row>
	</v-container>
</template>
<style lang="sass" scoped></style>