Skip to content

Commit

Permalink
fix: image alt added
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkaison committed Feb 16, 2023
1 parent a82ddad commit 85d0878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ <h4 class="pt-2 text-[#A66EFC]">HTML,CSS,JavaScript</h4>
<!-- Project 5 -->

<div class="block rounded-xl border border-gray-800 p-8 shadow-xl transition hover:border-white">
<img src="https://github.com/Alkaison.png" class="h-10 w-10 rounded-full" alt="" srcset="">
<a href="https://alkaison.github.io/" target="_blank">
<img src="https://github.com/Alkaison.png" class="h-10 w-10 rounded-full" alt="Alkaison Blog" srcset="">
<a href="https://github.com/Alkaison/Alkaison.github.io" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"
class="ml-1.5 h-4 w-4 float-right relative bottom-10">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
Expand Down

0 comments on commit 85d0878

Please sign in to comment.