| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <script>window.baseurl = '{{ site.baseurl }}'</script>
- <div class="container border-bottom supports-container">
- <div class="pt-5">
- <h3>Support the Team</h3>
- <div>
- Through contributions, donations, and sponsorship, you allow bootstrap-table to thrive.
- </div>
- </div>
- <div class="supports pt-5 pb-5">
- <div>
- <h3>Gold Sponsors</h3>
- </div>
- <div class="support-description">
- <b>Gold Sponsors</b> are those who have pledged $100 or more to bootstrap-table.
- <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
- Become a gold sponsor
- </a>
- </div>
- <div class="gold-sponsors">
- </div>
- </div>
- <div class="supports pt-5 pb-5">
- <div>
- <h3>Bronze Sponsors</h3>
- </div>
- <div class="support-description">
- <b>Bronze Sponsors</b> are those who have pledged $10 to $100 to bootstrap-table.
- <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
- Become a bronze sponsor
- </a>
- </div>
- <div class="bronze-sponsors">
- </div>
- </div>
- <div class="supports pt-5 pb-5">
- <div>
- <h3>Backers</h3>
- </div>
- <div class="support-description">
- The following <b>Backers</b> are individuals who have contributed various amounts of money in order to help support bootstrap-table.
- Every little bit helps, and we appreciate even the smallest contributions.
- <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
- Become a backer
- </a>
- </div>
- <div class="support-backers">
- </div>
- </div>
- </div>
|