add xmpp and fedi entries for team page

This commit is contained in:
Arya 2023-03-30 12:25:36 +05:30
parent 00ef766388
commit af0441e8f4
Signed by untrusted user: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 14 additions and 0 deletions

View File

@ -31,6 +31,18 @@
>
{/if}
{#if member.xmpp}
<a href={member.xmpp}
><div class="i-simple-icons:xmpp" /></a
>
{/if}
{#if member.fedi}
<a href={member.fedi}
><div class="i-simple-icons:mastodon" /></a
>
{/if}
{#if member.git}
<a href={member.git}><div class="i-simple-icons:git" /></a>
{/if}

View File

@ -11,6 +11,8 @@
"position": "Sysadmin",
"website": "https://arya.projectsegfau.lt",
"matrix": "https://matrix.to/#/@aryak:projectsegfau.lt",
"xmpp": "xmpp:arya@projectsegfau.lt",
"fedi": "https://social.projectsegfau.lt/aryak",
"git": "https://codeberg.org/aryak",
"email": "arya@projectsegfau.lt",
"pgp": "https://keys.openpgp.org/vks/v1/by-fingerprint/9D56914428A62CF1B6A32175842D12BDA50DF120"