2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -2,7 +2,7 @@
|
|||||||
"prettier.enable": false,
|
"prettier.enable": false,
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"tailwindCSS.files.exclude": [
|
"tailwindCSS.files.exclude": [
|
||||||
"**/.git/**",
|
"**/.git/**",
|
||||||
|
|||||||
@@ -12,11 +12,11 @@ defineOgImage()
|
|||||||
Al Asad Nur Riyad
|
Al Asad Nur Riyad
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="my-3 space-x-3 pb-10">
|
<div class="my-3 space-x-2 md:space-x-3 pb-10">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="https://github.com/nurRiyad"
|
to="https://github.com/nurRiyad"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="px-3 py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
class="px-2 py-1 lg:px-3 lg:py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
||||||
aria-label="Github"
|
aria-label="Github"
|
||||||
>
|
>
|
||||||
<Icon name="fa:github" size="1em" />
|
<Icon name="fa:github" size="1em" />
|
||||||
@@ -24,7 +24,7 @@ defineOgImage()
|
|||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="https://www.linkedin.com/in/nur-riyad/"
|
to="https://www.linkedin.com/in/nur-riyad/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="px-3 py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
class="px-2 py-1 lg:px-3 lg:py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
||||||
aria-label="LinkedIn"
|
aria-label="LinkedIn"
|
||||||
>
|
>
|
||||||
<Icon name="fa:linkedin-square" size="1em" />
|
<Icon name="fa:linkedin-square" size="1em" />
|
||||||
@@ -32,7 +32,7 @@ defineOgImage()
|
|||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="https://twitter.com/qdnvubp"
|
to="https://twitter.com/qdnvubp"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="px-3 py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
class="px-2 py-1 lg:px-3 lg:py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
||||||
aria-label="Twitter"
|
aria-label="Twitter"
|
||||||
>
|
>
|
||||||
<Icon name="fa:twitter-square" size="1em" />
|
<Icon name="fa:twitter-square" size="1em" />
|
||||||
@@ -40,14 +40,14 @@ defineOgImage()
|
|||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="https://stackoverflow.com/users/16781395/nur-riyad"
|
to="https://stackoverflow.com/users/16781395/nur-riyad"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="px-3 py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
class="px-2 py-1 lg:px-3 lg:py-2 bg-gray-300 text-gray-800 rounded-md dark:bg-slate-700 dark:text-[#F1F2F4]"
|
||||||
aria-label="StackOverflow"
|
aria-label="StackOverflow"
|
||||||
>
|
>
|
||||||
<Icon name="fa:stack-overflow" size="1em" />
|
<Icon name="fa:stack-overflow" size="1em" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sm:hidden block col-span-3 pb-5 dark:bg-slate-700 dark:text-[#F1F2F4]">
|
<div class="sm:hidden block col-span-3 pb-5 dark:text-[#F1F2F4]">
|
||||||
<NuxtImg
|
<NuxtImg
|
||||||
src="/riyad.jpg"
|
src="/riyad.jpg"
|
||||||
width="125"
|
width="125"
|
||||||
|
|||||||
Reference in New Issue
Block a user