UNPKG

2.72 kBMarkdownView Raw
1---
2layout: simple
3title: Donate
4description: If you like Bootstrap Table, if your project uses Bootstrap Table, if you want Bootstrap Table do better...
5redirect_from:
6 - "/zh-cn/donate/"
7 - "/es/donate/"
8---
9
10Bootstrap Table is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support Bootstrap Table development via the following methods:
11
12<table class="table donate">
13<tbody>
14 <tr>
15 <td width="200"><h3>Give us a Star<br>⭐️⭐️⭐️</h3></td>
16 <td><img src="{{ site.base_url }}/assets/images/paypalLogo.png"></td>
17 <td><img src="{{ site.base_url }}/assets/images/alipayLogo.png"></td>
18 <td><img src="{{ site.base_url }}/assets/images/weixinLogo.png"></td>
19 <td><h3>Share The Love</h3></td>
20 </tr>
21 <tr>
22 <td>
23 <a class="github-button" href="https://github.com/wenzhixin/bootstrap-table" data-size="large" data-show-count="true" aria-label="Star wenzhixin/bootstrap-table on GitHub">Star</a>
24 </td>
25 <td>
26 <a class="paypal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDHP676FQDUT6">
27 <img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif">
28 </a>
29 </td>
30 <td><img src="{{ site.base_url }}/assets/images/alipay.jpg"></td>
31 <td><img src="{{ site.base_url }}/assets/images/weixin.png"></td>
32 <td>
33 <span style="color: silver;">Share on: </span>
34 <div id="share-buttons">
35 <a class="twitter" href="http://twitter.com/home?status={{ site.url }}" target="_blank" title="Share this on Twitter">
36 {% include icons/twitter.svg %}
37 </a>
38
39 <a class="facebook" href="http://www.facebook.com/share.php?u={{ site.url }}" target="_blank" title="Share this on Facebook">
40 {% include icons/facebook.svg %}
41 </a>
42
43 <a class="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url={{ site.url }}&amp;title=&amp;summary=&amp;source=" target="_blank" title="Share this on Linkedin">
44 {% include icons/linkedin.svg %}
45 </a>
46
47 <a class="mail" href="mailto:?&amp;body={{ site.url }}" target="_blank" title="Share this through Email">
48 {% include icons/mail.svg %}
49 </a>
50 </div>
51
52 <p class="share-desc">
53 If you like Bootstrap Table, but you do not have any money to spare, please share the love by posting something about this website on social media. You can use the buttons above. They will share the homepage. Thank you, you are the best!
54 </p>
55 </td>
56 </tr>
57</tbody>
58</table>
59
60{% include opencollective.html %}