make lighthouse score high

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-14 03:30:23 +06:00
parent e772004ba0
commit ffd3310fc8
9 changed files with 515 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ withDefaults(defineProps<Props>(), {
/>
</div>
<div class="sm:col-span-7 p-5">
<h2 class="text-2xl font-semibold text-black pb-1 group-hover:text-sky-600">
<h2 class="text-2xl font-semibold text-black pb-1 group-hover:text-sky-700">
{{ title }}
</h2>
<p class="text-ellipsis line-clamp-2">
@@ -56,7 +56,7 @@ withDefaults(defineProps<Props>(), {
</template>
</div>
</div>
<div class="flex group-hover:underline text-sky-600 items-center pt-2">
<div class="flex group-hover:underline text-sky-700 items-center pt-2">
<p>Read More</p>
<LogoArrow />
</div>

View File

@@ -48,13 +48,13 @@ withDefaults(defineProps<Props>(), {
</template>
</div>
</div>
<h2 class="text-2xl font-semibold text-black pb-1 group-hover:text-sky-600">
<h2 class="text-2xl font-semibold text-black pb-1 group-hover:text-sky-700">
{{ title }}
</h2>
<p class="text-ellipsis line-clamp-3">
{{ description }}
</p>
<div class="flex group-hover:underline text-sky-600 items-center pt-2">
<div class="flex group-hover:underline text-sky-700 items-center pt-2">
<p>Read More</p>
<LogoArrow />
</div>

View File

@@ -7,11 +7,11 @@
<LogoConfused />
</div>
<div class="p-5">
<h2 class="text-3xl font-semibold text-black pb-1 group-hover:text-sky-600">
<h2 class="text-3xl font-semibold text-black pb-1 group-hover:text-sky-700">
No Post Available
</h2>
<div class="flex group-hover:underline text-sky-600 items-center pt-2">
<div class="flex group-hover:underline text-sky-700 items-center pt-2">
<p>Back To Home</p>
<LogoArrow />
</div>

View File

@@ -13,6 +13,7 @@
to="https://github.com/nurRiyad"
target="_blank"
class="p-2 bg-gray-300 rounded-md"
aria-label="Github"
>
<Icon name="fa:github" size="1em" />
</NuxtLink>
@@ -20,6 +21,7 @@
to="https://www.linkedin.com/in/nur-riyad/"
target="_blank"
class="p-2 bg-gray-300 rounded-md"
aria-label="LinkedIn"
>
<Icon name="fa:linkedin-square" size="1em" />
</NuxtLink>
@@ -27,6 +29,7 @@
to="https://twitter.com/qdnvubp"
target="_blank"
class="p-2 bg-gray-300 rounded-md"
aria-label="Twitter"
>
<Icon name="fa:twitter-square" size="1em" />
</NuxtLink>
@@ -34,6 +37,7 @@
to="https://stackoverflow.com/users/16781395/nur-riyad"
target="_blank"
class="p-2 bg-gray-300 rounded-md"
aria-label="StackOverflow"
>
<Icon name="fa:stack-overflow" size="1em" />
</NuxtLink>
@@ -57,7 +61,7 @@
<a
href="mailto: alasadnurriyad4@gmail.com"
class="block text-center w-full bg-sky-600 p-2 rounded-lg text-white mt-3 text-sm"
class="block text-center w-full bg-sky-700 p-2 rounded-lg text-white mt-3 text-sm"
>
Sent Mail
</a>

View File

@@ -18,7 +18,7 @@ let isDark = ref(false)
<NuxtLink to="/blogs"> Archive </NuxtLink>
</li>
<li title="About Me">
<NuxtLink to="https://www.nurriyad.xyz/">
<NuxtLink to="https://www.nurriyad.xyz/" aria-label="About me">
<Icon size="1.2em" class="cursor-pointer" name="emojione:boy-dark-skin-tone" />
</NuxtLink>
</li>