-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
70 lines (70 loc) · 3.13 KB
/
donate.html
File metadata and controls
70 lines (70 loc) · 3.13 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
<!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="#5271ff">
<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 name="twitter:card" content="summary"/>
<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=2">
</head>
<body>
<nav class="navbar">
<a href="/index.html">
<img src="/assets/librenode.png" alt="Logo">
</a>
<input type="checkbox" class="menu-toggle" id="menu-toggle" />
<label for="menu-toggle" class="hamburger">
<div></div>
<div></div>
<div></div>
</label>
<div class="nav-links">
<a href="/index.html">Home</a>
<a href="/services.html">Services</a>
<a href="/contact.html">Contact</a>
<a href="/legal.html">Legal</a>
<a href="/donate.html" id="curpage">Donate</a>
<a href="https://status.librenode.com">Status</a>
</div>
</nav>
<div id="main">
<h1>No Donations. Just Dedication.</h1>
<h3>July 2, 2025</h3>
LibreNode no longer accepts donations.
<br/><br/>
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.
<br/><br/>
You're not a customer. You're a participant in something bigger: reclaiming autonomy and privacy, one step at a time.
<br/><br/>
Everything here and across my other open-source projects is now funded entirely out of pocket.
<br/><br/>
Not because I have to, but because I believe in it.
<br/><br/>
Thanks for using LibreNode.
<br/><br/>
That's all the support I need.
<br/><br/>
Sincerely,
<br/>
Tech1k
<br/>
<hr/>
<footer style="text-align:center; margin:1em 0;">
<p>Serving freedom since March 17, 2025. Hosted with care by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>.</p>
</footer>
</div>
</body>
</html>