mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-03-30 07:36:20 +05:30
52 lines
1.3 KiB
Svelte
52 lines
1.3 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/"
|
|
>#project-segfault:projectsegfau.lt</a
|
|
>.
|
|
</p>
|
|
|
|
<h2>XMPP</h2>
|
|
|
|
<p>
|
|
We have an XMPP MUC for general discussion about Project Segfault over at <a
|
|
href="https://join.jabber.network/#general@conference.projectsegfau.lt?join"
|
|
>#general@conference.projectsegfau.lt</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 the <a
|
|
href="/team">team page</a
|
|
>.
|
|
</p>
|