mirror of
https://github.com/ProjectSegfault/website
synced 2026-06-03 15:23:26 +05:30
content overhaul v2
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<h1>Our team</h1>
|
||||
<CardOuter>
|
||||
{#each members as { name, discord, matrix, position, description, git, pgp, website, email, picture }}
|
||||
{#each members as { name, discord, matrix, position, description, github, git, pgp, website, email, picture }}
|
||||
<CardInner title={name} {position} {description}>
|
||||
<LinksOuter>
|
||||
{#if matrix}
|
||||
@@ -25,6 +25,12 @@
|
||||
</Link>
|
||||
{/if}
|
||||
|
||||
{#if github}
|
||||
<Link url={github} class="githubcolored">
|
||||
<div class="i-simple-icons:github" />
|
||||
</Link>
|
||||
{/if}
|
||||
|
||||
{#if git}
|
||||
<Link url={git} class="gitcolored">
|
||||
<div class="i-simple-icons:git" />
|
||||
|
||||
Reference in New Issue
Block a user