mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-20 20:48:00 +02:00
fc3763f85c
Serve the new look, update licensing.
74 lines
3.1 KiB
Markdown
74 lines
3.1 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 style="text-align: center; font-size: 3.9rem; font-weight: 700; line-height: 1; margin: 2em 0;">
|
|
<span>Privacy.</span><br>
|
|
<span style="color: var(--crt-green);">Security.</span><br>
|
|
<span>Anonymity.</span>
|
|
</div>
|
|
|
|
<div style="text-align: center; font-size: 3.0rem; font-weight: 400; line-height: 0.9; margin: 2em 0;">
|
|
<span style="color: var(--crt-green);">No ads.</span><br>
|
|
<span style="color: var(--crt-amber);">No affiliate links.</span><br>
|
|
<span style="color: var(--crt-red);">No bullshit.</span>
|
|
|
|
</div>
|
|
|
|
<div style="text-align: center; background: rgba(255, 0, 0, 0.1); border: 1px solid rgba(255, 0, 0, 0.3);
|
|
border-left: 4px solid #ff4444; padding: 1em; max-width: 70ch; margin: 3em auto; color: var(--crt-red)">
|
|
<span style="color: #ff6b6b;">⚠</span> <strong style="color: var(--status-error);">NOTICE:</strong> Always
|
|
verify you are on <a href="https://anonymousplanet.net/" style="color:
|
|
var(--status-error);">anonymousplanet.net</a><strong style="color: #ff6b6b;"> ⚠</strong>
|
|
</div>
|
|
|
|
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5em; max-width:
|
|
1000px; margin: 0 auto;">
|
|
|
|
<div class="quick-access-card">
|
|
<h3 style="font-family: var(--code-font); font-size: 1.1rem; margin: 0;">Online</h3>
|
|
<p style="margin: 0 0 1em;">Comprehensive coverage of tracking techniques, ID verification, and how to create
|
|
truly anonymous identities.</p>
|
|
<a href="guide/" style="font-family: var(--code-font); font-size: 0.85rem; color: var(--crt-amber);">Read online
|
|
</a>
|
|
</div>
|
|
|
|
<div class="quick-access-card">
|
|
<h3 style="font-family: var(--code-font); font-size: 1.1rem; margin: 0;">PDF</h3>
|
|
<p style="margin: 0 0 1em;">Download the guide as a PDF (best for readability) or ODT. Verify integrity with the
|
|
provided public key before trusting any downloaded file.</p>
|
|
<a href="export/thgtoa.pdf" class="btn-download" style="min-width: auto !important; color: var(--crt-amber);">Get
|
|
the files </a>
|
|
</div>
|
|
|
|
<div class="quick-access-card">
|
|
<h3 style="font-family: var(--code-font); font-size: 1.1rem; margin: 0;">Tor</h3>
|
|
<p style="margin: 0 0 1em;">Access the guide over the Tor network for maximum privacy. The .onion address ensures
|
|
you reach us without exposing your IP or destination.</p>
|
|
<a href="mirrors/" style="font-family: var(--code-font); font-size: 0.85rem; color: var(--crt-amber);">Open .onion
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="text-align: center; font-family: var(--code-font); font-size: 0.8rem; padding: 1.5em 0; border-top:
|
|
1px solid rgba(255,255,255,0.1); margin-top: 4em; color: var(--crt-green); opacity: 0.9;">
|
|
<strong>The Hitchhiker's Guide</strong> is
|
|
licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" style="color: var(--crt-amber);">CC BY-SA
|
|
4.0</a>.
|
|
</div>
|
|
|
|
</div>
|