forked from profanity-im/profanity-im.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
34 lines (33 loc) · 1.46 KB
/
donate.html
File metadata and controls
34 lines (33 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<title>Profanity, a console based XMPP client - User Guide</title>
<meta charset="utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<link href="css/profanity.css" type="text/css" rel="stylesheet">
</head>
<body id="article">
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration">
<header>
<a href="index.html"><h1>Profani<span class="kern-ty">ty</span></h1></a>
<h2>User Guide</h2>
</header>
<article id="manual">
<section>
<h3>Donating</h3>
<p>Yes, the rumors are true. Developers also have to eat. They also have limited time.</p>
<p>And yet some of them decide to use their free time to develop free software.</p>
<p>You can help the development of Profanity and show your appreciation by donating.<br>
There are several ways to do so:</p>
<p>1. Become a sponsor on <a href="https://www.patreon.com/jubalh">Patreon</a><br>
2. Become a sponsor on <a href="https://github.com/jubalh">GitHub Sponsors</a><br>
3. Write an email to jubalh@iodoru.org to ask for bank details</a></p>
</section>
</article>
<footer>
<p class="matty">site designed by <a href="http://www.matthewbalaam.co.uk">Matthew Balaam</a></p>
</footer>
</body>
</html>