mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-08-05 02:25:09 +02:00
- Various website improvements (CSS) - Adjust keyring path use the new relative path: pgp/anonymousplanet.asc - 02-sign.yml: use a fpr match to lock a specific key - 02-sign.yml: quick mkdir -p repo/export before copying files to the dir ^_^ - Moved the Acknowledgements section to the bottom - COM Class Identifiers (CLSID/GUID) (NEW) - Windows Global Device Identifier (GDID) (NEW) - USB bus telemetry (device enumeration history) (NEW) - Glossary (`docs/includes/glossary.md`) and removed inline expansions where applicable Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
61 lines
2.5 KiB
Markdown
61 lines
2.5 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.svg
|
|
sameAs:
|
|
- https://github.com/Anon-Planet
|
|
- https://opencollective.com/anonymousplanetorg
|
|
---
|
|
<div class="hero-block">
|
|
<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 & 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>
|