mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 19:36:32 +01:00
Initial commit
This commit is contained in:
20
pages/bio.vue
Normal file
20
pages/bio.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<span class="text-h4">About me</span>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<span>
|
||||
Hey there! I'm Manuel, a software dev based in Vienna, Austria. I C.
|
||||
A year later, I continued to learn Java. I HTML and CSS
|
||||
full-stack web development in 2018.
|
||||
</span>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'BioPage'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user