-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupport-botwiki.php
26 lines (26 loc) · 1.12 KB
/
support-botwiki.php
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
<div id="botwiki-support-prompt" class="container pl-0 pr-0">
<div class="card mt-lg-4 mb-4 pl-0 pr-0">
<div class="card-body mt-4">
<div class="row">
<div class="col-sm-12">
<h3 class="mt-0 mb-3 d-inline">Enjoying Botwiki?</h3>
<p class="mt-4 mb-4"><strong>Consider supporting the project!</strong></p>
<ul class="btn-list mt-2 mb-2">
<li>
<a class="btn mb-2" title="Support via Patreon" rel="me" href="https://www.patreon.com/botwiki">Become a patron</a>
</li>
<li>
<a class="btn mb-2" title="Donate via PayPal" rel="me" href="https://paypal.me/stefanbohacek">Donate</a>
</li>
<li>
<a class="btn mb-2" title="View list of supporters" href="https://botwiki.org/about/supporters/">See our supporters</a>
</li>
<li>
<a class="btn mb-2" title="Twitter" rel="me" href="https://mastodon.social/@botwiki">Follow @[email protected]</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>