Fix typo update fooder and active class
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
45
components/footer/developer.vue
Normal file
45
components/footer/developer.vue
Normal file
@@ -0,0 +1,45 @@
|
||||
<template>
|
||||
<div>
|
||||
<p class="text-black dark:text-zinc-300 text-2xl py-1 font-semibold">
|
||||
Al Asad Nur Riyad
|
||||
</p>
|
||||
<p class="py-2 dark:text-zinc-300 ">
|
||||
Hi! I am Riyad, a Tech enthusiast, problem solver and software engineer. Currently
|
||||
working at Appscode Inc.
|
||||
</p>
|
||||
<div class="my-3 space-x-3 pb-3">
|
||||
<NuxtLink
|
||||
to="https://github.com/nurRiyad"
|
||||
target="_blank"
|
||||
class="p-2 bg-gray-300 text-gray-800 rounded-md dark:bg-sky-700 dark:text-[#F1F2F4]"
|
||||
aria-label="Github"
|
||||
>
|
||||
<Icon name="fa:github" size="1em" />
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="https://www.linkedin.com/in/nur-riyad/"
|
||||
target="_blank"
|
||||
class="p-2 bg-gray-300 text-gray-800 rounded-md dark:bg-sky-700 dark:text-[#F1F2F4]"
|
||||
aria-label="LinkedIn"
|
||||
>
|
||||
<Icon name="fa:linkedin-square" size="1em" />
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="https://twitter.com/qdnvubp"
|
||||
target="_blank"
|
||||
class="p-2 bg-gray-300 text-gray-800 rounded-md dark:bg-sky-700 dark:text-[#F1F2F4]"
|
||||
aria-label="Twitter"
|
||||
>
|
||||
<Icon name="fa:twitter-square" size="1em" />
|
||||
</NuxtLink>
|
||||
<NuxtLink
|
||||
to="https://stackoverflow.com/users/16781395/nur-riyad"
|
||||
target="_blank"
|
||||
class="p-2 bg-gray-300 text-gray-800 rounded-md dark:bg-sky-700 dark:text-[#F1F2F4]"
|
||||
aria-label="StackOverflow"
|
||||
>
|
||||
<Icon name="fa:stack-overflow" size="1em" />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user