site changes

This commit is contained in:
root 2025-11-06 11:07:15 +00:00
parent 3c3cdc5d81
commit 518857b2ad
4 changed files with 15 additions and 11 deletions

View file

@ -1,126 +0,0 @@
<!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>Ways to Support Distrust</h3>
<hr>
<p>If you would like to support us with what we do, do not donate any money to me. I am simply a systems administrator. Please send your money to these groups instead that are actively fighting for your right to privacy:</p>
<ul>
<li><a href="https://donate.torproject.org" class="external">The TOR Project</a></li>
<li><a href="https://supporters.eff.org/donate" class="external">The Electronic Frontier Foundation</a></li>
<li><a href="https://www.fightforthefuture.org/donate" class="external">Fight For the Future</a></li>
<li><a href="https://applied-privacy.net/donate" class="external">The Foundation for Applied Privacy</a></li>
</ul>
<p>If for some reason you do want to make a donation to myself, you may donate to my personal BTC and XMR addresses, listed below:</p>
<ul class="crypto-addresses">
<li>BTC: bc1qt0m95yl7tx3z7pm0a9zvqh3dsauwkzu9q30am2</li>
<li>XMR: 49xPCPCeWcFg3v5bBjwZMFieZi7jYPtRQcLj8nndntu1ZsL3Hk3wozFDWMkJTSETasBJi2wAZwS1MWf9RhdN87dWJF3ueBb</li>
</ul>
<p>I greatly appreciate your gratitude if you consider this choice.</p>
<h3>Non-Financial Ways to Support Distrust</h3>
<hr>
<p>Some other ways of supporting Distrust and it's goals without spending a dime are by strengthening the networks it relies on. Below are some examples.</p>
<ul>
<li><a href="https://bitcoin.org/en/full-node" class="external">Hosting a Bitcoin node</a></li>
<li><a href="https://docs.getmonero.org/running-node/monerod-systemd/" class="external">Hosting a Monero node</a></li>
<li><a href="https://community.torproject.org/relay/" class="external">Hosting a TOR relay</a></li>
<li><a href="https://docs.ipfs.tech/concepts/ipfs-gateway/" class="external">Hosting an IPFS public gateway</a> / <a href="https://docs.ipfs.tech/concepts/nodes/" class="external">IPFS node</a></li>
</ul>
<p>All of these are great examples on how you can help Distrust and others online in staying safe and anonymous by donating hardware you can find anywhere to their respective networks. Even an old PC with 8GB of RAM could feasibly host all of these.</p>
<hr>
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/about.html">About</a> <a href="/">Home</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>