forked from RiiConnect24/Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donation.html
33 lines (31 loc) · 990 Bytes
/
donation.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
---
title: Donations
---
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center blue-text"><i class="fa fa-money" aria-hidden="true"></i> Donations</h1>
<div class="row center">
<h5 class="header col s12 light">RiiConnect24 is accepting donations and will give some perks out for doing so. Check our Patreon for the perks!</h5>
<br>
<a href="https://www.paypal.me/rc24" target="_blank">
<img alt="Donate via PayPal" src="/images/paypal-donate.png">
</a>
<br>
<a href="https://www.patreon.com/bePatron?u=7497603" target="_blank">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" />
</a>
</div>
<br><br>
</div>
</div>
<div class="section">
<div class="container">
<h3 class="center">Donators</h3>
<ul class="collection">
{% for donator in site.data.donators %}
<li class="collection-item">{{ donator }}</li>
{% endfor %}
</ul>
</div>
</div>