feat: replace gpg key with signal, add rel=me to fedi link
This commit is contained in:
parent
5c2ff62948
commit
d8e3510246
2 changed files with 7 additions and 3 deletions
|
@ -181,6 +181,10 @@ a:hover {
|
||||||
color: #00af5c;
|
color: #00af5c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hover-signal:hover {
|
||||||
|
color: #3a76f0;
|
||||||
|
}
|
||||||
|
|
||||||
.hover-nucleoid {
|
.hover-nucleoid {
|
||||||
filter: saturate(0);
|
filter: saturate(0);
|
||||||
transition: filter 200ms ease;
|
transition: filter 200ms ease;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<a href="https://git.ashhhleyyy.dev/ash" class="hover-gitea" title="Personal Gitea" target="_blank">
|
<a href="https://git.ashhhleyyy.dev/ash" class="hover-gitea" title="Personal Gitea" target="_blank">
|
||||||
<i class="fa-brands fa-git-alt fa-2xl"></i>
|
<i class="fa-brands fa-git-alt fa-2xl"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://fedi.shorks.gay/@ash" class="hover-mastodon" title="The fediverse" target="_blank">
|
<a href="https://fedi.shorks.gay/@ash" class="hover-mastodon" title="The fediverse" target="_blank" rel="me">
|
||||||
<i class="fa-brands fa-mastodon fa-2xl"></i>
|
<i class="fa-brands fa-mastodon fa-2xl"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://modrinth.com/user/Ash" class="hover-modrinth" title="Modrinth" target="_blank">
|
<a href="https://modrinth.com/user/Ash" class="hover-modrinth" title="Modrinth" target="_blank">
|
||||||
|
@ -56,8 +56,8 @@
|
||||||
<a href="https://matrix.to/#/@ash:shorks.gay" class="hover-matrix" title="Matrix" target="_blank">
|
<a href="https://matrix.to/#/@ash:shorks.gay" class="hover-matrix" title="Matrix" target="_blank">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 3H3v18h1m16 0h1V3h-1M7 9v6m5 0v-3.5a2.5 2.5 0 1 0-5 0v.5m10 3v-3.5a2.5 2.5 0 1 0-5 0v.5"></path></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="2em" height="2em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 3H3v18h1m16 0h1V3h-1M7 9v6m5 0v-3.5a2.5 2.5 0 1 0-5 0v.5m10 3v-3.5a2.5 2.5 0 1 0-5 0v.5"></path></svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://git.ashhhleyyy.dev/ash.gpg" class="hover-accent" title="Reddit" target="_blank">
|
<a href="https://signal.me/#eu/EL3qNIN8IqDD4ymjgs-z37zU9R7Wi9Tp5eD0jJdh4Ipaix9xS-hMErm9dadLn4V0" class="hover-signal" title="Signal" target="_blank">
|
||||||
<i class="fa-solid fa-key fa-xl"></i>
|
<i class="fa-brands fa-signal-messenger fa-xl"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="mailto:ash@ashhhleyyy.dev" class="hover-accent" title="Email (personal)" target="_blank">
|
<a href="mailto:ash@ashhhleyyy.dev" class="hover-accent" title="Email (personal)" target="_blank">
|
||||||
<i class="fa-solid fa-envelope fa-xl"></i>
|
<i class="fa-solid fa-envelope fa-xl"></i>
|
||||||
|
|
Loading…
Reference in a new issue