38 lines
1.2 KiB
Vue
38 lines
1.2 KiB
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<h1 class="text-7xl my-4">
|
|
Hi there,<br> I'm <span class="font-bold text-fly-600 dark:text-fly-500">Flycro</span>
|
|
</h1>
|
|
<p class="text-4xl my-9">
|
|
Just another Username in the vast sea of the web.
|
|
</p>
|
|
<p class="mt-8 text-xl">
|
|
My interests fluctuate over a wide span of topics, but I'm most interested in web development, design, and tabletop gaming.
|
|
</p>
|
|
<p class="text-xl mt-4">
|
|
However, perfecting my skills is a long journey. I'm currently working on a few projects and still have a lot to learn.
|
|
<br>
|
|
I'm not ready to share my work just yet, but I'm open to discussing new projects and opportunities.
|
|
<br>
|
|
But nonetheless, I will write about my journey here.
|
|
</p>
|
|
<p class="text-xl mt-4">
|
|
No matter what I pour my heart, mind and soul into, the goal is to find a way communicate my thoughts and feelings with you.
|
|
</p>
|
|
<p class="text-xl mt-4">
|
|
This is a place where I share my thoughts, ideas, projects and what inspires me. I hope you enjoy it.
|
|
</p>
|
|
|
|
<div class="py-4" />
|
|
</div>
|
|
</template>
|
|
|
|
<route lang="yaml">
|
|
meta:
|
|
layout: home
|
|
</route>
|