-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
63 lines (63 loc) · 3.41 KB
/
Copy pathdonate.html
File metadata and controls
63 lines (63 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#14161b">
<link rel="canonical" href="https://librenode.com/donate"/>
<meta name="robots" content="index, follow">
<meta name="description" content="LibreNode is a privacy-first project that no longer accepts donations. Built and maintained freely with purpose. No pressure, just dedication."/>
<meta name="author" content="Tech1k">
<title>LibreNode - Donate</title>
<link rel="shortcut icon" href="/assets/favicon.png"/>
<meta property="og:title" content="LibreNode - Donate"/>
<meta property="og:description" content="LibreNode is a privacy-first project that no longer accepts donations. Built and maintained freely with purpose. No pressure, just dedication."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://librenode.com/donate"/>
<meta property="og:site_name" content="LibreNode"/>
<meta property="og:image" content="https://librenode.com/assets/og-banner.png"/>
<meta name="twitter:image" content="https://librenode.com/assets/og-banner.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="LibreNode - Donate"/>
<meta name="twitter:description" content="LibreNode is a privacy-first project that no longer accepts donations. Built and maintained freely with purpose. No pressure, just dedication."/>
<link rel="stylesheet" href="/assets/style.css?v=10">
</head>
<body>
<nav class="navbar">
<a href="/">
<img src="/assets/librenode.png" alt="LibreNode home">
</a>
<input type="checkbox" class="menu-toggle" id="menu-toggle" aria-label="Toggle navigation menu" />
<label for="menu-toggle" class="hamburger">
<div></div>
<div></div>
<div></div>
</label>
<div class="nav-links">
<a href="/">Home</a>
<a href="/services">Services</a>
<a href="/contact">Contact</a>
<a href="/legal">Legal</a>
<a href="/donate" id="curpage">Donate</a>
<a href="https://status.librenode.com">Status</a>
</div>
</nav>
<div id="main">
<h1>No Donations. Just Dedication.</h1>
<p><b>July 2, 2025</b></p>
<p>LibreNode no longer accepts donations.</p>
<p>This project exists not for profit, but for purpose. Built and maintained freely because everyone deserves access to private, privacy-respecting tools without pressure or expectation.</p>
<p>You're not a customer. You're a participant in something bigger: reclaiming autonomy and privacy, one step at a time.</p>
<p>Everything here and across my other open-source projects is now funded entirely out of pocket.</p>
<p>Not because I have to, but because I believe in it.</p>
<p>Thanks for using LibreNode.</p>
<p>That's all the support I need.</p>
<p>Sincerely,<br/>Tech1k</p>
<hr/>
<footer>
<p>Serving freedom since March 17, 2025. Hosted with care by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>.</p>
<p class="footer-links"><a href="https://github.com/Tech1k/librenode.com">Source</a> · <a href="http://gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a></p>
</footer>
</div>
</body>
</html>