summaryrefslogtreecommitdiff
path: root/pages/about.vue
diff options
context:
space:
mode:
Diffstat (limited to 'pages/about.vue')
-rwxr-xr-xpages/about.vue14
1 files changed, 14 insertions, 0 deletions
diff --git a/pages/about.vue b/pages/about.vue
new file mode 100755
index 0000000..559d67e
--- /dev/null
+++ b/pages/about.vue
@@ -0,0 +1,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>