refactor: optimize lighthouse score
This commit is contained in:
parent
b4e57579d0
commit
b05f555438
1 changed files with 24 additions and 4 deletions
|
@ -80,16 +80,36 @@
|
||||||
</i>
|
</i>
|
||||||
|
|
||||||
<div class="socials-and-profiles">
|
<div class="socials-and-profiles">
|
||||||
<a class={SocialProfile} target="_blank" href="https://github.com/developomp">
|
<a
|
||||||
|
class={SocialProfile}
|
||||||
|
target="_blank"
|
||||||
|
href="https://github.com/developomp"
|
||||||
|
aria-label="GitHub link"
|
||||||
|
>
|
||||||
<GitHub />
|
<GitHub />
|
||||||
</a>
|
</a>
|
||||||
<a class={SocialProfile} target="_blank" href="https://twitter.com/developomp">
|
<a
|
||||||
|
class={SocialProfile}
|
||||||
|
target="_blank"
|
||||||
|
href="https://twitter.com/developomp"
|
||||||
|
aria-label="Twitter link"
|
||||||
|
>
|
||||||
<Twitter />
|
<Twitter />
|
||||||
</a>
|
</a>
|
||||||
<a class={SocialProfile} target="_blank" href="https://mastodon.social/@developomp">
|
<a
|
||||||
|
class={SocialProfile}
|
||||||
|
target="_blank"
|
||||||
|
href="https://mastodon.social/@developomp"
|
||||||
|
aria-label="Mastodon link"
|
||||||
|
>
|
||||||
<Mastodon />
|
<Mastodon />
|
||||||
</a>
|
</a>
|
||||||
<a class={SocialProfile} target="_blank" href="https://youtube.com/@developomp">
|
<a
|
||||||
|
class={SocialProfile}
|
||||||
|
target="_blank"
|
||||||
|
href="https://youtube.com/@developomp"
|
||||||
|
aria-label="YouTube link"
|
||||||
|
>
|
||||||
<YouTube />
|
<YouTube />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue