-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
25 lines (24 loc) · 1.27 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
---
layout: app
title: Donate to Vineyard
---
<div class="position-relative overflow-hidden text-center jumbotron">
<div class="col-md-8 mx-auto my-2">
<h1 class="display-4 font-weight-normal">Vineyard</h1>
<p class="lead font-weight-normal">Donate</p>
<p style="text-align:justify">Even though Vineyard does not charge for its services, some of our users like to show
their appreciation through
donations. If you'd like to donate, you can do so <a href="https://www.paypal.me/jasonbabo" target="_blank">here
through PayPal</a>.</p>
<p style="text-align:justify">We also have a <a href="https://www.patreon.com/VineyardHosting" target="_blank">Patreon page</a> if you prefer, which can be found <a href="https://www.patreon.com/VineyardHosting" target="_blank">here</a>.</p>
<p style="text-align:justify">If you'd like to donate in some other way, feel free to
<script language="JavaScript">
var username = "hostme";
var hostname = "vineyard.haus";
var linktext = "write to us";
document.write("<a href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>");
</script>.
</p>
<p style="text-align:justify">Donations of any amount are appreciated but not necessary!</p>
</div>
</div>