forked from Kodular/kodular.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
61 lines (59 loc) · 3.32 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: Donate | Kodular
---
<section class="section feature-box pt-5">
<div class="container">
<h1 class="section-heading pt-4 mb-4">Let's support Kodular!</h2>
<p class="section-description lead grey-text">Our platform is <a href="https://docs.kodular.io/pricing/" target="_blank">completely free</a>, so making a small donation will help us keeping it like that</p>
<div class="container">
<div class="row flex-center">
<div class="col-md-4">
<div class="card card-cascade narrower mb-r">
<div class="card-body text-center">
<h4 class="card-title">PayPal</h4>
<h5><b>The easy way</b></h5>
Use our simple button<br><br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="lc" value="EN">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="LRPJUZK2M5MYE" />
<input type="image" src="https://www.paypalobjects.com/en_US/NL/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal to Kodular" />
<img alt="" border="0" src="https://www.paypal.com/en_NL/i/scr/pixel.gif" width="1" height="1" />
</form>
<br><hr><br>
Or try our paypal.me link<br><br>
<a href="https://paypal.me/Kodular" target="_blank">PayPal.me/Kodular</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-cascade narrower mb-r">
<div class="card-body text-center">
<h4 class="card-title">Patreon</h4>
<h5><b>The sponsor way</b></h5>
<br><br><br><br>
<a href="https://www.patreon.com/bePatron?u=7511491" target="_blank">
<img src="https://c5.patreon.com/external/logo/[email protected]">
</a>
<br><br><br><br>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-cascade narrower mb-r">
<div class="card-body text-center">
<h4 class="card-title">Cryptocurrencies</h4>
<h5><b>The alternative way</b></h5>
Bitcoin Address<br><kbd>17yUdcRkddypxoe214bmbAwW7a1KtnE2e9</kbd>
<hr>
Ethereum Address<br><kbd>0xbc4e85fF93fe8FFD82A5d004a3B5b6AdFDF4A1Ed</kbd>
<hr>
Bitcoin Cash Address<br><kbd>qpx878ftwchwcdq7zd62fejwnqkd4pha4gcqcfc7tr</kbd>
</div>
</div>
</div>
</div>
</div>
</div>
</div>