Update layout and style

This commit is contained in:
2023-04-23 23:37:19 +02:00
parent 2abac9a712
commit 42f28f397a
4 changed files with 73 additions and 76 deletions

View File

@@ -1,24 +1,25 @@
<template>
<v-row justify="center">
<v-col cols="12">
<span class="text-h3">{{ $t('greeting') }}</span>
<span class="text-h4 text-md-h3 text-lg-h2 text-high-emphasis">
{{ $t('greeting') }}
</span>
</v-col>
<v-col cols="12" class="my-6">
<p class="text-h6" style="max-width: 600px;">
<p class="text-body-1 text-md-h6 text-medium-emphasis" style="max-width: 550px;">
I'm a Software Developer based in Vienna, Austria.<br/>
I develop various types of applications.
Explore my portfolio to view a showcase of my projects ✌️
Explore my <NuxtLink to="/portfolio">portfolio</NuxtLink> to view a showcase of my projects.
</p>
</v-col>
<v-col cols="12">
<v-btn
depressed
outlined
variant="outlined"
color="primary"
prepend-icon="mdi-email-outline"
:href="`mailto:<${$myEmail}>`"
>
Contact me
Get in touch
</v-btn>
</v-col>
</v-row>