Fix footer

Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
Al Asad Nur Riyad
2023-05-06 12:51:59 +06:00
parent 28ae28be2f
commit 6b746e7be7
8 changed files with 117 additions and 147 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div>
<p class="text-black text-base font-semibold">
Connect
</p>
<p>
I have a fair amount of knowledge of Javascript, Typescript, VueJs, and Nuxt. If you
have an interesting idea, either open source or paid let's connect.
</p>
<a
href="mailto: alasadnurriyad4@gmail.com"
class="block text-center w-full bg-sky-700 p-2 rounded-lg text-white mt-3 text-sm"
>
Sent Mail
</a>
</div>
</template>