mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
Rephrase texts
This commit is contained in:
parent
9a7ec8afdc
commit
09f94e67ee
@ -3,7 +3,7 @@
|
|||||||
Project Segfault
|
Project Segfault
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-2xl text-text">
|
<p class="text-2xl text-text">
|
||||||
Open source development and hosted services.
|
Open-source development and hosted services.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex gap-4 flex-col w-full sm:(flex-row justify-center)">
|
<div class="flex gap-4 flex-col w-full sm:(flex-row justify-center)">
|
||||||
<a
|
<a
|
||||||
|
@ -7,16 +7,17 @@
|
|||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{ href: "/instances", text: "Instances" },
|
{ href: "/instances", text: "Instances" },
|
||||||
{ href: "/donate", text: "Donate" },
|
|
||||||
{ href: "/pubnix", text: "Pubnix" },
|
{ href: "/pubnix", text: "Pubnix" },
|
||||||
{ href: "/contact", text: "Contact" },
|
|
||||||
{ href: "/team", text: "Team" },
|
|
||||||
{
|
{
|
||||||
href: "https://wiki.projectsegfau.lt/",
|
href: "https://wiki.projectsegfau.lt/",
|
||||||
text: "Wiki",
|
text: "Wiki",
|
||||||
external: true
|
external: true
|
||||||
},
|
},
|
||||||
{ href: "/blog", text: "Blog" },
|
{ href: "/blog", text: "Blog" },
|
||||||
|
|
||||||
|
{ href: "/donate", text: "Donate" },
|
||||||
|
{ href: "/contact", text: "Contact" },
|
||||||
|
{ href: "/team", text: "Team" },
|
||||||
{
|
{
|
||||||
href: "https://status.projectsegfau.lt/",
|
href: "https://status.projectsegfau.lt/",
|
||||||
text: "Status",
|
text: "Status",
|
||||||
|
@ -5,11 +5,11 @@ import { get } from "svelte/store";
|
|||||||
export const load = (async () => {
|
export const load = (async () => {
|
||||||
const meta = {
|
const meta = {
|
||||||
title: "Home",
|
title: "Home",
|
||||||
description: "Open source development and hosted services."
|
description: "Open-source development and hosted services."
|
||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
announcements: get(announcements),
|
announcements: get(announcements),
|
||||||
...meta
|
...meta
|
||||||
}
|
};
|
||||||
}) satisfies PageServerLoad;
|
}) satisfies PageServerLoad;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
We have a Matrix space for general discussion, support and announcements
|
We have a Matrix space for general discussion, support and announcements
|
||||||
about Project Segfault over at <a
|
about Project Segfault over at <a
|
||||||
href="https://matrix.to/#/#project-segfault:projectsegfau.lt/"
|
href="https://matrix.to/#/#project-segfault:projectsegfau.lt/"
|
||||||
>this link</a
|
>#project-segfault:projectsegfau.lt</a
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -20,7 +20,8 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
We have an XMPP MUC for general discussion about Project Segfault over at <a
|
We have an XMPP MUC for general discussion about Project Segfault over at <a
|
||||||
href="https://join.jabber.network/#general@conference.projectsegfau.lt?join">this link</a
|
href="https://join.jabber.network/#general@conference.projectsegfau.lt?join"
|
||||||
|
>#general@conference.projectsegfau.lt</a
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -44,7 +45,7 @@
|
|||||||
<h2>Members</h2>
|
<h2>Members</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can contact individual members by using the links provided in <a
|
You can contact individual members by using the links provided in the <a
|
||||||
href="/team">the team page</a
|
href="/team">team page</a
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<h1>{data.title}</h1>
|
<h1>{data.title}</h1>
|
||||||
|
|
||||||
<h2>What we do with donations</h2>
|
<h2>What we do with donations?</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
These donations primarily help us pay for our VPSes, domain names and other
|
These donations primarily help us pay for our VPSes, domain names and other
|
||||||
|
@ -29,7 +29,7 @@ const instances: Instances[] = [
|
|||||||
data: [
|
data: [
|
||||||
{
|
{
|
||||||
name: "Invidious",
|
name: "Invidious",
|
||||||
description: "A frontend for YouTube.",
|
description: "A front-end for YouTube.",
|
||||||
eu: "https://invidious.projectsegfau.lt/",
|
eu: "https://invidious.projectsegfau.lt/",
|
||||||
short_eu: "https://i.psf.lt/",
|
short_eu: "https://i.psf.lt/",
|
||||||
us: "https://inv.us.projectsegfau.lt/",
|
us: "https://inv.us.projectsegfau.lt/",
|
||||||
@ -46,7 +46,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Piped",
|
name: "Piped",
|
||||||
description: "Another frontend for YouTube.",
|
description: "Another front-end for YouTube.",
|
||||||
eu: "https://piped.projectsegfau.lt/",
|
eu: "https://piped.projectsegfau.lt/",
|
||||||
short_eu: "https://pi.psf.lt/",
|
short_eu: "https://pi.psf.lt/",
|
||||||
us: "https://piped.us.projectsegfau.lt/",
|
us: "https://piped.us.projectsegfau.lt/",
|
||||||
@ -57,7 +57,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Libreddit",
|
name: "Libreddit",
|
||||||
description: "A frontend for Reddit.",
|
description: "A front-end for Reddit.",
|
||||||
geo: "https://libreddit.projectsegfau.lt/",
|
geo: "https://libreddit.projectsegfau.lt/",
|
||||||
short_geo: "https://lr.psf.lt/",
|
short_geo: "https://lr.psf.lt/",
|
||||||
eu: "https://libreddit.eu.projectsegfau.lt/",
|
eu: "https://libreddit.eu.projectsegfau.lt/",
|
||||||
@ -72,7 +72,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Nitter",
|
name: "Nitter",
|
||||||
description: "A frontend for Twitter.",
|
description: "A front-end for Twitter.",
|
||||||
geo: "https://nitter.projectsegfau.lt/",
|
geo: "https://nitter.projectsegfau.lt/",
|
||||||
short_geo: "https://n.psf.lt/",
|
short_geo: "https://n.psf.lt/",
|
||||||
eu: "https://nitter.eu.projectsegfau.lt/",
|
eu: "https://nitter.eu.projectsegfau.lt/",
|
||||||
@ -87,7 +87,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "AnonymousOverflow",
|
name: "AnonymousOverflow",
|
||||||
description: "A frontend for StackOverflow.",
|
description: "A front-end for StackOverflow.",
|
||||||
geo: "https://overflow.projectsegfau.lt/",
|
geo: "https://overflow.projectsegfau.lt/",
|
||||||
short_geo: "https://o.psf.lt/",
|
short_geo: "https://o.psf.lt/",
|
||||||
eu: "https://overflow.eu.projectsegfau.lt/",
|
eu: "https://overflow.eu.projectsegfau.lt/",
|
||||||
@ -101,7 +101,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "BreezeWiki",
|
name: "BreezeWiki",
|
||||||
description: "A frontend for Fandom.",
|
description: "A front-end for Fandom.",
|
||||||
geo: "https://bw.projectsegfau.lt/",
|
geo: "https://bw.projectsegfau.lt/",
|
||||||
short_geo: "https://bw.psf.lt/",
|
short_geo: "https://bw.psf.lt/",
|
||||||
eu: "https://bw.eu.projectsegfau.lt/",
|
eu: "https://bw.eu.projectsegfau.lt/",
|
||||||
@ -116,7 +116,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "GotHub",
|
name: "GotHub",
|
||||||
description: "A frontend for GitHub.",
|
description: "A front-end for GitHub.",
|
||||||
geo: "https://gothub.projectsegfau.lt/",
|
geo: "https://gothub.projectsegfau.lt/",
|
||||||
short_geo: "https://gh.psf.lt/",
|
short_geo: "https://gh.psf.lt/",
|
||||||
eu: "https://gothub.eu.projectsegfau.lt/",
|
eu: "https://gothub.eu.projectsegfau.lt/",
|
||||||
@ -130,7 +130,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "HyperPipe",
|
name: "HyperPipe",
|
||||||
description: "A frontend for YT Music.",
|
description: "A front-end for YT Music.",
|
||||||
geo: "https://hyperpipe.projectsegfau.lt/",
|
geo: "https://hyperpipe.projectsegfau.lt/",
|
||||||
short_geo: "https://hp.psf.lt/",
|
short_geo: "https://hp.psf.lt/",
|
||||||
eu: "https://hyperpipe.eu.projectsegfau.lt/",
|
eu: "https://hyperpipe.eu.projectsegfau.lt/",
|
||||||
@ -143,7 +143,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Rimgo",
|
name: "Rimgo",
|
||||||
description: "A frontend for Imgur.",
|
description: "A front-end for Imgur.",
|
||||||
geo: "https://rimgo.projectsegfau.lt/",
|
geo: "https://rimgo.projectsegfau.lt/",
|
||||||
short_geo: "https://rg.psf.lt/",
|
short_geo: "https://rg.psf.lt/",
|
||||||
eu: "https://rimgo.eu.projectsegfau.lt/",
|
eu: "https://rimgo.eu.projectsegfau.lt/",
|
||||||
@ -157,7 +157,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Safetwitch",
|
name: "Safetwitch",
|
||||||
description: "A frontend for Twitch.",
|
description: "A front-end for Twitch.",
|
||||||
geo: "https://safetwitch.projectsegfau.lt/",
|
geo: "https://safetwitch.projectsegfau.lt/",
|
||||||
short_geo: "https://tw.psf.lt/",
|
short_geo: "https://tw.psf.lt/",
|
||||||
eu: "https://safetwitch.eu.projectsegfau.lt/",
|
eu: "https://safetwitch.eu.projectsegfau.lt/",
|
||||||
@ -171,7 +171,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Scribe",
|
name: "Scribe",
|
||||||
description: "A frontend for Medium.",
|
description: "A front-end for Medium.",
|
||||||
geo: "https://scribe.projectsegfau.lt/",
|
geo: "https://scribe.projectsegfau.lt/",
|
||||||
short_geo: "https://sc.psf.lt/",
|
short_geo: "https://sc.psf.lt/",
|
||||||
eu: "https://scribe.eu.projectsegfau.lt/",
|
eu: "https://scribe.eu.projectsegfau.lt/",
|
||||||
@ -185,7 +185,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "SimplyTranslate",
|
name: "SimplyTranslate",
|
||||||
description: "A frontend for many translation engines.",
|
description: "A front-end for many translation engines.",
|
||||||
geo: "https://simplytranslate.projectsegfau.lt/",
|
geo: "https://simplytranslate.projectsegfau.lt/",
|
||||||
short_geo: "https://tl.psf.lt/",
|
short_geo: "https://tl.psf.lt/",
|
||||||
eu: "https://simplytranslate.eu.projectsegfau.lt/",
|
eu: "https://simplytranslate.eu.projectsegfau.lt/",
|
||||||
@ -198,7 +198,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Teddit",
|
name: "Teddit",
|
||||||
description: "Another frontend for Reddit.",
|
description: "Another front-end for Reddit.",
|
||||||
geo: "https://teddit.projectsegfau.lt/",
|
geo: "https://teddit.projectsegfau.lt/",
|
||||||
short_geo: "https://t.psf.lt/",
|
short_geo: "https://t.psf.lt/",
|
||||||
eu: "https://teddit.eu.projectsegfau.lt/",
|
eu: "https://teddit.eu.projectsegfau.lt/",
|
||||||
@ -209,7 +209,7 @@ const instances: Instances[] = [
|
|||||||
short_in: "https://t.in.psf.lt/",
|
short_in: "https://t.in.psf.lt/",
|
||||||
tor: "http://teddit.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
tor: "http://teddit.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||||
icon: "/icons/teddit.png"
|
icon: "/icons/teddit.png"
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -217,7 +217,8 @@ const instances: Instances[] = [
|
|||||||
data: [
|
data: [
|
||||||
{
|
{
|
||||||
name: "Matrix",
|
name: "Matrix",
|
||||||
description: "An open network for secure, decentralized communication.",
|
description:
|
||||||
|
"An open network for secure, decentralized communication.",
|
||||||
eu: "https://wiki.projectsegfau.lt/Matrix",
|
eu: "https://wiki.projectsegfau.lt/Matrix",
|
||||||
short_eu: "https://w.psf.lt/Matrix",
|
short_eu: "https://w.psf.lt/Matrix",
|
||||||
icon: "/icons/matrix.svg"
|
icon: "/icons/matrix.svg"
|
||||||
@ -258,7 +259,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "SearXNG",
|
name: "SearXNG",
|
||||||
description: "A private meta-search engine.",
|
description: "A private metasearch engine.",
|
||||||
eu: "https://search.projectsegfau.lt/",
|
eu: "https://search.projectsegfau.lt/",
|
||||||
short_eu: "https://s.psf.lt/",
|
short_eu: "https://s.psf.lt/",
|
||||||
us: "https://search.us.projectsegfau.lt/",
|
us: "https://search.us.projectsegfau.lt/",
|
||||||
@ -271,7 +272,8 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Gitea",
|
name: "Gitea",
|
||||||
description: "A web interface for Git, alternative to GitHub.",
|
description:
|
||||||
|
"A web interface for Git. An alternative to GitHub.",
|
||||||
eu: "https://git.projectsegfau.lt/",
|
eu: "https://git.projectsegfau.lt/",
|
||||||
short_eu: "https://git.psf.lt/",
|
short_eu: "https://git.psf.lt/",
|
||||||
tor: "http://git.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
tor: "http://git.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||||
@ -280,14 +282,14 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Hedgedoc",
|
name: "Hedgedoc",
|
||||||
description: "Collaborative markdown notes.",
|
description: "Collaborative Markdown notes.",
|
||||||
eu: "https://doc.projectsegfau.lt/",
|
eu: "https://doc.projectsegfau.lt/",
|
||||||
short_eu: "https://d.psf.lt/",
|
short_eu: "https://d.psf.lt/",
|
||||||
icon: "/icons/hedgedoc.svg"
|
icon: "/icons/hedgedoc.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "LibreTranslate",
|
name: "LibreTranslate",
|
||||||
description: "Free and Open Source Machine Translation API.",
|
description: "Free and open-source machine translation API.",
|
||||||
in: "https://libretranslate.projectsegfau.lt",
|
in: "https://libretranslate.projectsegfau.lt",
|
||||||
short_in: "https://lt.psf.lt/",
|
short_in: "https://lt.psf.lt/",
|
||||||
icon: "/icons/libretranslate.png"
|
icon: "/icons/libretranslate.png"
|
||||||
@ -301,7 +303,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Kbin",
|
name: "Kbin",
|
||||||
description: "Federated reddit alternative.",
|
description: "Federated Reddit alternative.",
|
||||||
eu: "https://kbin.projectsegfau.lt/",
|
eu: "https://kbin.projectsegfau.lt/",
|
||||||
short_eu: "https://kb.psf.lt/",
|
short_eu: "https://kb.psf.lt/",
|
||||||
icon: "/icons/kbin.svg"
|
icon: "/icons/kbin.svg"
|
||||||
@ -317,28 +319,28 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Jitsi",
|
name: "Jitsi",
|
||||||
description: "An open source video conferencing platform.",
|
description: "An open-source video conferencing platform.",
|
||||||
eu: "https://jitsi.projectsegfau.lt/",
|
eu: "https://jitsi.projectsegfau.lt/",
|
||||||
short_eu: "https://j.psf.lt/",
|
short_eu: "https://j.psf.lt/",
|
||||||
icon: "/icons/jitsi.svg"
|
icon: "/icons/jitsi.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Vaultwarden",
|
name: "Vaultwarden",
|
||||||
description: "An open source password manager.",
|
description: "An open-source password manager.",
|
||||||
eu: "https://pass.projectsegfau.lt/",
|
eu: "https://pass.projectsegfau.lt/",
|
||||||
short_eu: "https://vw.psf.lt/",
|
short_eu: "https://vw.psf.lt/",
|
||||||
tor: "http://pass.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
tor: "http://pass.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||||
icon: "/icons/vaultwarden.svg"
|
icon: "/icons/vaultwarden.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Plausible analytics",
|
name: "Plausible Analytics",
|
||||||
description: "Analytics for our website.",
|
description: "Analytics for our website.",
|
||||||
eu: "https://analytics.projectsegfau.lt/",
|
eu: "https://analytics.projectsegfau.lt/",
|
||||||
icon: "/icons/plausible.png"
|
icon: "/icons/plausible.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Healthchecks",
|
name: "Healthchecks",
|
||||||
description: "Simple and Effective Cron Job Monitoring.",
|
description: "Simple and effective cron job monitoring.",
|
||||||
eu: "https://healthchecks.projectsegfau.lt/",
|
eu: "https://healthchecks.projectsegfau.lt/",
|
||||||
short_eu: "https://hc.psf.lt/",
|
short_eu: "https://hc.psf.lt/",
|
||||||
icon: "/icons/healthchecks.svg"
|
icon: "/icons/healthchecks.svg"
|
||||||
@ -358,7 +360,8 @@ const instances: Instances[] = [
|
|||||||
data: [
|
data: [
|
||||||
{
|
{
|
||||||
name: "Pubnix",
|
name: "Pubnix",
|
||||||
description: "A Unix server open to the public with non-commercial recreational goals.",
|
description:
|
||||||
|
"A Unix server open to the public for non-commercial recreational usage.",
|
||||||
eu: "https://p.projectsegfau.lt/",
|
eu: "https://p.projectsegfau.lt/",
|
||||||
short_eu: "https://p.psf.lt/",
|
short_eu: "https://p.psf.lt/",
|
||||||
icon: "/icons/pubnix.png"
|
icon: "/icons/pubnix.png"
|
||||||
@ -371,7 +374,7 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Cockpit",
|
name: "Cockpit",
|
||||||
description: "WebUI for users to access the pubnix services.",
|
description: "WebUI for users to access the Pubnix services.",
|
||||||
eu: "https://cockpit.p.projectsegfau.lt/",
|
eu: "https://cockpit.p.projectsegfau.lt/",
|
||||||
icon: "/icons/cockpit.svg"
|
icon: "/icons/cockpit.svg"
|
||||||
},
|
},
|
||||||
@ -399,14 +402,15 @@ const instances: Instances[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "SimpleLogin",
|
name: "SimpleLogin",
|
||||||
description: "An open source email alias creator/manager",
|
description: "An open-source email alias creator/manager",
|
||||||
eu: "https://sl.projectsegfau.lt/",
|
eu: "https://sl.projectsegfau.lt/",
|
||||||
short_eu: "https://sl.psf.lt/",
|
short_eu: "https://sl.psf.lt/",
|
||||||
icon: "/icons/simplelogin.svg"
|
icon: "/icons/simplelogin.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Dendrite",
|
name: "Dendrite",
|
||||||
description: "Another matrix server, running on Project Segfault's India node!",
|
description:
|
||||||
|
"Another Matrix server running on Project Segfault's India node!",
|
||||||
eu: "https://w.psf.lt/Matrix#Dendrite",
|
eu: "https://w.psf.lt/Matrix#Dendrite",
|
||||||
icon: "/icons/matrix.svg"
|
icon: "/icons/matrix.svg"
|
||||||
}
|
}
|
||||||
|
@ -24,22 +24,22 @@
|
|||||||
<h3>What do I do if a user is disturbing me?</h3>
|
<h3>What do I do if a user is disturbing me?</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If some user of our services is disturbing you, you should immediately
|
If you are being disturbed by a user on our services, then you should
|
||||||
contact us. You can do that either by <a
|
immediately contact us. You can do that by sending us an <a
|
||||||
href="mailto:contact@projectsegfau.lt">emailing us</a
|
href="mailto:contact@projectsegfau.lt">email</a
|
||||||
>
|
>
|
||||||
or sending us a message on
|
or through our Matrix
|
||||||
<a href="https://matrix.to/#/#support:projectsegfau.lt"
|
<a href="https://matrix.to/#/#support:projectsegfau.lt">support channel</a>.
|
||||||
>the Matrix support channel</a
|
If you prefer to keep your report private on Matrix, contact one of our team
|
||||||
>. If you prefer to keep your report private on Matrix, contact one of our
|
members directly. You can find their info on our
|
||||||
team members. You can find their info on <a href="/team">our team page</a>.
|
<a href="/team">team page</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>How can I trust you?</h3>
|
<h3>How can I trust you?</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We have written a privacy policy, which is accessible through this website!
|
We have a <a href="/legal/privacy-policy">privacy policy</a> which outlines how
|
||||||
You can find it <a href="/legal/privacy-policy">here</a>.
|
we collect and handle your data.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user