webcompile/src/routes/contact/+page.svelte

51 lines
1.2 KiB
Svelte

<script lang="ts">
import type { PageData } from "./$types";
export let data: PageData;
</script>
<h1>{data.title}</h1>
<h2>Matrix</h2>
<p>
We have a Matrix space for general discussion, support and announcements
about Project Segfault over at <a
href="https://matrix.to/#/#project-segfault:projectsegfau.lt/"
>this link</a
>.
</p>
<h2>XMPP</h2>
<p>
We have an XMPP MUC for general discussion about Project Segfault over at <a
href="general@conference.projectsegfau.lt?join">this link</a
>.
</p>
<h2>Email</h2>
<p>
Our primary email address is <a href="mailto:contact@projectsegfau.lt"
>contact@projectsegfau.lt</a
>. You can use this as a way to send feedback or other stuff to us if you
don't have or don't want to make a Matrix account. When waiting for us to
answer make sure to check your spam, since some email providers block
non-popular domains.
</p>
<p>
We also have a PGP key which you can find on <a
href="https://keys.openpgp.org/vks/v1/by-fingerprint/250D46134750F5193CAF2959506C8A610A2777B3"
>keys.openpgp.org</a
>.
</p>
<h2>Members</h2>
<p>
You can contact individual members by using the links provided in <a
href="/team">the team page</a
>.
</p>