mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
add xmpp and fedi entries for team page
This commit is contained in:
parent
00ef766388
commit
af0441e8f4
@ -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}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user