[a] Add rel=me to social links
This commit is contained in:
parent
6e83b55b0a
commit
e682a4ca4f
1 changed files with 9 additions and 9 deletions
|
@ -45,7 +45,7 @@
|
||||||
<a
|
<a
|
||||||
href="https://discord.com/users/373525255102136341"
|
href="https://discord.com/users/373525255102136341"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button discord"
|
class="round-button button discord"
|
||||||
aria-label="Discord"
|
aria-label="Discord"
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<a
|
<a
|
||||||
href="https://youtube.com/@Sangeloo"
|
href="https://youtube.com/@Sangeloo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button youtube"
|
class="round-button button youtube"
|
||||||
aria-label="YouTube"
|
aria-label="YouTube"
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
<a
|
<a
|
||||||
href="https://github.com/SangeloDev"
|
href="https://github.com/SangeloDev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button github"
|
class="round-button button github"
|
||||||
aria-label="GitHub"
|
aria-label="GitHub"
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
<a
|
<a
|
||||||
href="mailto:contact@sangelo.space"
|
href="mailto:contact@sangelo.space"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button email"
|
class="round-button button email"
|
||||||
aria-label="Email"
|
aria-label="Email"
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<a
|
<a
|
||||||
href="https://steamcommunity.com/id/sangeloo"
|
href="https://steamcommunity.com/id/sangeloo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button steam"
|
class="round-button button steam"
|
||||||
aria-label="Steam"
|
aria-label="Steam"
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
<a
|
<a
|
||||||
href="https://matrix.to/#/@sangelo:stardust.foo"
|
href="https://matrix.to/#/@sangelo:stardust.foo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button matrix"
|
class="round-button button matrix"
|
||||||
aria-label="Matrix"
|
aria-label="Matrix"
|
||||||
|
@ -125,9 +125,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="tooltip">
|
<div class="tooltip">
|
||||||
<a
|
<a
|
||||||
href="https://gitpot.dev/Sangelo"
|
href="https://gitpot.dev/sangelo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button gitpot"
|
class="round-button button gitpot"
|
||||||
aria-label="Gitpot"
|
aria-label="Gitpot"
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
<a
|
<a
|
||||||
href="https://mas.to/@sangelo"
|
href="https://mas.to/@sangelo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer me"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="round-button button mastodon"
|
class="round-button button mastodon"
|
||||||
aria-label="Mastodon"
|
aria-label="Mastodon"
|
||||||
|
|
Loading…
Reference in a new issue