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: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 14 additions and 0 deletions

View File

@ -31,6 +31,18 @@
> >
{/if} {/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} {#if member.git}
<a href={member.git}><div class="i-simple-icons:git" /></a> <a href={member.git}><div class="i-simple-icons:git" /></a>
{/if} {/if}

View File

@ -11,6 +11,8 @@
"position": "Sysadmin", "position": "Sysadmin",
"website": "https://arya.projectsegfau.lt", "website": "https://arya.projectsegfau.lt",
"matrix": "https://matrix.to/#/@aryak: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", "git": "https://codeberg.org/aryak",
"email": "arya@projectsegfau.lt", "email": "arya@projectsegfau.lt",
"pgp": "https://keys.openpgp.org/vks/v1/by-fingerprint/9D56914428A62CF1B6A32175842D12BDA50DF120" "pgp": "https://keys.openpgp.org/vks/v1/by-fingerprint/9D56914428A62CF1B6A32175842D12BDA50DF120"