This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
40 lines (30 loc) · 1.61 KB
/
donate.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--# include file="inc/header.html" -->
</head>
<body>
<div id="main">
<!--# include file="inc/pageheader.html" -->
<h1>Donate</h1>
<p><b>dimension.sh</b> is a free to use service, always has been and always will be, but it does have some
associated costs to operate the service. We keep costs down to a level that our admins can support financially
even with no donations.</p>
<p>If you wish to contribute towards the costs of operating the service, we appreciate it, but don't feel like you
have to. Just by being a member of <b>dimension.sh</b> you're supporting the service.</p>
<h2>Where will my donation be used?</h2>
<p>Your donation will support the cost of running the <b>dimension.sh</b> servers, any excess donations will be
re-distributed to other tilde projects on Liberapay to support the wider community.</p>
<h2>What is your donation goal?</h2>
<p>Our current goal is <b>£2.00/week</b> which will allow us to expand 's1' to the next size of VM at
DigitalOcean, and give us to have more resources to play around with on the system.</p>
<h2>How to donate</h2>
<p>At the moment, we accept donations via Liberapay.</p>
<p><a href="https://liberapay.com/dimension.sh/donate"><img alt="Donate using Liberapay"
src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
<p>If you want to donate another way, contact <a href="mailto:[email protected]">root at dimension.sh</a> to discuss
alternative methods.</p>
<!--# include file="inc/pagefooter.html" -->
</div>
</body>
</html>