-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (54 loc) · 2.59 KB
/
about.html
File metadata and controls
72 lines (54 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DEERGRIT | About</title>
<style>
body { background:#0a0a0a; color:#00ff41; font-family:'Courier New', monospace; padding:40px; }
a { color:#00ff41; text-decoration:none; }
a:hover { text-decoration:underline; }
.footer { margin-top:40px; font-size:0.8em; opacity:0.6; }
</style>
</head>
<body>
<h2>About DEERGRIT</h2>
<p>
DEERGRIT is a quiet, read-only knowledge archive designed to explain how modern digital systems work. It exists to preserve clear, factual explanations of topics that often remain hidden behind complexity, marketing language, or assumed knowledge.
</p>
<p>
The project is intentionally simple. It does not track users, collect data, or require interaction. All content is delivered as static text, allowing it to remain accessible, stable, and resistant to change over time.
</p>
<h3>Purpose</h3>
<p>
Digital systems increasingly shape how people communicate, learn, and make decisions. Yet the underlying structures of these systems are rarely explained in plain terms. DEERGRIT aims to reduce this gap by documenting foundational concepts in a calm and neutral way.
</p>
<p>
Rather than focusing on news, trends, or opinions, the archive concentrates on mechanisms: how data moves, how platforms are structured, how incentives influence design, and how users can better understand the environments they operate within.
</p>
<h3>Why Tor</h3>
<p>
DEERGRIT is hosted as a Tor onion service to emphasize accessibility and decentralization. Onion services allow information to be published without reliance on large platforms or centralized hosting providers.
</p>
<p>
The choice of Tor is not ideological. It reflects a preference for infrastructure that prioritizes resilience, privacy, and long-term availability.
</p>
<h3>What DEERGRIT Is Not</h3>
<p>
DEERGRIT is not a personal blog, a political platform, or a call to action. It does not promote movements, campaigns, or specific viewpoints. The archive does not host leaks, confidential material, or user-generated content.
</p>
<p>
Its role is explanatory, not persuasive.
</p>
<h3>Long-Term Intent</h3>
<p>
The content of DEERGRIT is designed to remain relevant over time. By avoiding dependency on current events and external services, the archive can function as a stable reference regardless of changes in the broader digital landscape.
</p>
<p>
All content is released into the public domain to encourage preservation, mirroring, and reuse.
</p>
<p><a href="topics.html">Explore Topics</a></p>
<div class="footer">
<a href="disclaimer.html">Disclaimer</a>
</div>
</body>
</html>