Files
thgtoa/docs/index.md
T
nopeitsnothing 8b4542f4d9 site!(design): do it better
This redesign isn't final, but it is much more clean and responsive.
2026-06-27 17:15:40 -04:00

64 lines
2.6 KiB
Markdown

---
title: "Home"
description: "The Hitchhiker's Guide to Online Anonymity"
schema:
"@context": https://schema.org
"@type": WebPage
"@id": https://anonymousplanet.net/
name: Anonymous Planet
url: https://anonymousplanet.net/
logo: media/profile.png
sameAs:
- https://github.com/Anon-Planet
- https://opencollective.com/anonymousplanetorg
- https://mastodon.social/@anonymousplanet
---
<div class="hero-block">
<div class="hero-eyebrow">Anonymous Planet presents</div>
<h1 class="hero-title">The Hitchhiker's Guide<br><span class="hero-subtitle">to Online Anonymity (and Privacy)</span></h1>
<p class="hero-tagline">
You are being tracked. Your metadata is being sold. Your identity is a product. This guide is your manual out.
</p>
<div class="hero-cta-row">
<a href="guide/" class="hero-cta hero-cta--primary">Read the Guide</a>
<a href="verify/" class="hero-cta hero-cta--secondary">Verify &amp; Download</a>
</div>
</div>
<div class="principles-strip">
<span class="principle"><span class="principle-no">No ads.</span></span>
<span class="principle-sep">/</span>
<span class="principle"><span class="principle-no">No affiliate links.</span></span>
<span class="principle-sep">/</span>
<span class="principle"><span class="principle-no">No bullshit.</span></span>
</div>
<div class="index-grid">
<div class="index-card">
<h3 class="index-card__title">Read Online</h3>
<p class="index-card__body">The full guide — tracking techniques, ID verification, anonymous identity creation, and operational security from first principles.</p>
<a href="guide/" class="index-card__link">Open guide</a>
</div>
<div class="index-card">
<h3 class="index-card__title">Download PDF</h3>
<p class="index-card__body">Offline copy as PDF or ODT. Verify the file's integrity with the provided SHA256 checksum and GPG signature before trusting it.</p>
<a href="export/thgtoa.pdf" class="index-card__link">Get the files</a>
</div>
<div class="index-card">
<h3 class="index-card__title">Tor Mirror</h3>
<p class="index-card__body">Access over the Tor network. The .onion address means your IP and destination stay private — no exit node exposure.</p>
<a href="mirrors/" class="index-card__link">View mirrors</a>
</div>
<div class="index-card">
<h3 class="index-card__title">Verify Authenticity</h3>
<p class="index-card__body">Check GPG signatures, SHA256 hashes, and fetch our public keyring. Never trust a download you haven't verified.</p>
<a href="verify/" class="index-card__link">How to verify</a>
</div>
</div>