Added mastodon link and mastodon validation
All checks were successful
Build Docker Image and Deploy / Build Image and push to Registry (push) Successful in 2m53s
Build Docker Image and Deploy / Deploy on webserver (push) Successful in 56s

This commit is contained in:
2024-07-15 16:17:49 +02:00
parent 6cd3a06e97
commit a5ad0fac66
3 changed files with 5 additions and 2 deletions

View File

@ -5,11 +5,12 @@ import { ContactButton } from "./ContactButton";
<!-- Contacts list -->
<div>
<div class="relative top-[97vh] left-[26vw] z-[1000] sm:fixed sm:left-2 sm:top-[38%] flex sm:flex-col text-lg text-content" >
<div class="relative top-[97vh] left-[21vw] z-[1000] sm:fixed sm:left-2 sm:top-[38%] flex sm:flex-col text-lg text-content" >
<ContactButton variant={"mail"} link={"mailto:cyril@cyrilsebek.cz"} tooltip={"Mail"} client:load/>
<ContactButton variant={"telegram"} link={"https://t.me/blboun3"} tooltip={"Telegram Chat"} client:load/>
<ContactButton variant={"matrix"} link={"https://matrix.to/#/@cyril:cyrilsebek.cz"} tooltip={"Matrix Chat"} client:load/>
<ContactButton variant={"github"} link={"https://github.com/Blboun3"} tooltip={"Github"} client:load/>
<ContactButton variant={"git"} link={"https://git.cyrilsebek.cz/blboun3"} tooltip={"Selfhosted gitea"} client:load/>
<ContactButton variant={"mastodon"} link={"https://mastodon.cyrilsebek.cz/@blboun3"} tooltip={"Mastodon"} client:load/>
</div>
</div>