mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-17 21:53:06 +05:30
Added GPG key and mail.
This commit is contained in:
parent
e840cfe95a
commit
3260f3fb99
@ -23,7 +23,10 @@
|
||||
"position": "System administrator",
|
||||
"description": "I don't need to describe myself.",
|
||||
"github": "https://github.com/Midou36O/",
|
||||
"website": "https://miicord.com/"
|
||||
"website": "https://miicord.com/",
|
||||
"email": "midou@projectsegfau.lt",
|
||||
"pgp": "https://keys.openpgp.org/vks/v1/by-fingerprint/E2CA3E4AAC6FF624A1EB993FFC7429AE78981D71"
|
||||
|
||||
},
|
||||
{
|
||||
"name": "MrLeRien",
|
||||
|
@ -3,7 +3,7 @@
|
||||
import IconDiscord from "~icons/simple-icons/discord";
|
||||
import IconMatrix from "~icons/simple-icons/matrix";
|
||||
import IconGitHub from "~icons/simple-icons/github";
|
||||
|
||||
import IconKey from "~icons/fa6-solid/key";
|
||||
import IconGlobe from "~icons/fa6-solid/globe";
|
||||
import IconEmail from "~icons/fa6-solid/envelope";
|
||||
import IconCamera from "~icons/fa6-solid/camera";
|
||||
@ -18,7 +18,7 @@
|
||||
<h1>Our team</h1>
|
||||
<p>Our excellent team members!</p>
|
||||
<div class="team-outer">
|
||||
{#each members as { name, discord, matrix, position, description, github, website, email, picture }}
|
||||
{#each members as { name, discord, matrix, position, description, github, pgp, website, email, picture }}
|
||||
<div class="team-inner">
|
||||
<div class="main">
|
||||
<span>{name} - {position}</span>
|
||||
@ -50,9 +50,14 @@
|
||||
{/if}
|
||||
|
||||
{#if email}
|
||||
<a href={email} class="email"><IconEmail /></a>
|
||||
<a href=mailto:{email} class="email"><IconEmail /></a>
|
||||
{/if}
|
||||
|
||||
{#if pgp}
|
||||
<a href={pgp} class="pgpcolored"><IconKey /></a
|
||||
>
|
||||
{/if}
|
||||
|
||||
{#if picture}
|
||||
<a href={picture} class="picture"><IconCamera /></a>
|
||||
{/if}
|
||||
@ -99,6 +104,12 @@
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.pgpcolored {
|
||||
background-color: #333 ;
|
||||
font-size: 20px;
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
.matrixcolored {
|
||||
background-color: #fff;
|
||||
font-size: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user