supports.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <script>window.baseurl = '{{ site.baseurl }}'</script>
  2. <div class="container border-bottom supports-container">
  3. <div class="pt-5">
  4. <h3>Support the Team</h3>
  5. <div>
  6. Through contributions, donations, and sponsorship, you allow bootstrap-table to thrive.
  7. </div>
  8. </div>
  9. <div class="supports pt-5 pb-5">
  10. <div>
  11. <h3>Gold Sponsors</h3>
  12. </div>
  13. <div class="support-description">
  14. <b>Gold Sponsors</b> are those who have pledged $100 or more to bootstrap-table.
  15. <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
  16. Become a gold sponsor
  17. </a>
  18. </div>
  19. <div class="gold-sponsors">
  20. </div>
  21. </div>
  22. <div class="supports pt-5 pb-5">
  23. <div>
  24. <h3>Bronze Sponsors</h3>
  25. </div>
  26. <div class="support-description">
  27. <b>Bronze Sponsors</b> are those who have pledged $10 to $100 to bootstrap-table.
  28. <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
  29. Become a bronze sponsor
  30. </a>
  31. </div>
  32. <div class="bronze-sponsors">
  33. </div>
  34. </div>
  35. <div class="supports pt-5 pb-5">
  36. <div>
  37. <h3>Backers</h3>
  38. </div>
  39. <div class="support-description">
  40. The following <b>Backers</b> are individuals who have contributed various amounts of money in order to help support bootstrap-table.
  41. Every little bit helps, and we appreciate even the smallest contributions.
  42. <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
  43. Become a backer
  44. </a>
  45. </div>
  46. <div class="support-backers">
  47. </div>
  48. </div>
  49. </div>