]> jfr.im git - uguu.git/blob - src/templates/partials/donation_banner.ejs
major code refactor
[uguu.git] / src / templates / partials / donation_banner.ejs
1 <p class="alert alert-info">
2 <strong><%= siteName %> is free to use, but our hosting costs are not</strong>
3
4 &mdash; donations are what keep <%= siteName %> alive, free from ads and fast.
5
6 <span class="donate-btns">
7
8 <% if (bitcoinAddress) { %>
9 <a class="donate-btn donate-bitcoin" href="bitcoin:<%= bitcoinAddress %>?label=<%= siteName %>&amp;message=Hosting%20Costs" target="_BLANK">
10 <span class="icon icon-bitcoin"></span>
11 Bitcoin
12 </a>
13 <% } %>
14
15 <% if (paypalUrl) { %>
16 <a class="donate-btn donate-paypal" href="<%= paypalUrl %>" target="_BLANK">
17 <span class="icon icon-paypal"></span>
18 PayPal
19 </a>
20 <% } %>
21
22 <% if (flattrUrl) { %>
23 <a class="donate-btn donate-flattr" href="<%= flattrUrl %>" target="_BLANK">
24 <span class="icon icon-flattr"></span>
25 Flattr
26 </a>
27 <% } %>
28 <% if (kofiUrl) { %>
29 <a class="donate-btn donate-kofi" href="<%= kofiUrl %>" target="_BLANK">
30 <span class="icon icon-kofi"></span>
31 Ko-Fi
32 </a>
33 <% } %>
34 </span>
35 </p>