flake/site/about.html
2025-11-06 10:16:06 +00:00

110 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Distrust - About</title>
<!-- HTML Meta Tags -->
<meta name="description" content="See no evil, hear no evil, speak no evil.">
<meta property="og:url" content="https://distrust.network">
<meta property="og:type" content="website">
<meta property="og:title" content="Distrust">
<meta property="og:description" content="See no evil, hear no evil, speak no evil.">
<meta property="og:image" content="https://distrust.network/logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="distrust.network">
<meta property="twitter:url" content="https://distrust.network">
<meta name="twitter:title" content="Distrust">
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
<meta name="twitter:image" content="https://distrust.network/logo.png">
<meta name="theme-color" content="#dda0dd">
<link rel="icon" href="logo.png">
<style>
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: monospace;
}
@media (max-width: 992px) {
.centered {
position: fixed;
top: 5%;
left: 0;
transform: none;
width: 100vw;
height: 100vh;
padding: 1rem;
box-sizing: border-box;
font-size: 24px;
}
}
body {
background-color: #121212;
background: url("/background.png");
color: #FFFFFF;
}
a {
color: plum;
text-decoration: underline;
}
.hover {
text-decoration-style: dotted;
}
.external {
text-decoration-style: wavy;
}
hr {
height: 0.1rem;
background-color: plum;
border: none;
}
li::marker {
color: plum;
}
li {
list-style-type: "> ";
}
.privacy-policy {
float: right;
}
ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.crypto-addresses {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
.dimmed {
color: gray;
text-align: center;
}
</style>
</head>
<body>
<div class="centered">
<h1>Distrust</h1>
<img src="/logo.png" class="privacy-policy" width="75" height="75" alt="An eye, crossed out.">
<hr>
<p><i>"We know where you are. We know where you've been. We can more or less know what you're thinking about."</i>
<small><a href="https://www.businessinsider.com/eric-schmidt-we-know-where-you-are-we-know-where-youve-been-we-can-more-or-less-know-what-youre-thinking-about-2010-10" class="external">Eric Schmidt, Former Google CEO</a></small></p>
<h3>About Us</h3>
<hr>
<p>Distrust is currently just myself (<a href="mailto:root@distrust.network">root@distrust.network</a>), I'm the webmaster, the postmaster, the Nix ninja, and the privacy freak who came up with this concept all in one.</p>
<p>I do not plan to make my identity public, as I see no need for it. What I will say is that I have been contributing to the <a title="Free and Open Source Software" class="hover">FOSS community</a> for over a decade now, and I never plan to stop giving back to the community that powers the tools we use to stay private an anonymous online.</p>
<p>What sets apart Distrust from similar services is that <i>we don't want your money</i>. We want a free, private, and non-compromising internet for all. Whether it be you, me writing this, a potential whistleblower, or a religious/racial/sexual/gender minority trying to escape discrimination or persecution.</p>
<p>This is the main driving factor behind our payment model, which aims to cover only the costs of hosting and domain expenses, and donates the rest directly to <a href="https://torproject.org" class="external">The TOR Project</a>, one of the largest organisations fighting for digital freedom, all while preserving your anonymity through the use of Bitcoin and Monero payments.</p>
<h3>Security</h3>
<hr>
<p>We try to keep things under lock-and-key as much as possible. Remote access into the server is only possible for myself, using an SSH Key that only exists as part of a pin-locked hardware PGP key. This ensures no one but myself can access the server and potentially tamper with it's contents.</p>
<p>Failing that, root login is disabled by default, with only a single unpriviliged user accessible via SSH. This user requires a complex password to access sudo, and does not have read or write permissions to any confidential service data.</p>
<hr>
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/">Home</a> <a href="/support.html">Support</a><a href="/privacy-policy.html" class="privacy-policy">Privacy Policy</a>
<p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p>
</div>
</body>
</html>