supports.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <div class="container border-bottom supports-container">
  2. <div class="pt-5">
  3. <h3>Support the Team</h3>
  4. <div>
  5. Through contributions, donations, and sponsorship, you allow bootstrap-table to thrive.
  6. </div>
  7. </div>
  8. <div class="pt-5">
  9. <div>
  10. <h3>PayPal Sponsors</h3>
  11. </div>
  12. <div>
  13. <a href="https://edubirdie.com/write-my-essay" target="_blank" title="$300 by Write my essay services from Edubirdie">
  14. <img height="64" src="{{ site.baseurl }}/assets/images/edu-birdie.png" alt="Write my essay services from Edubirdie">
  15. </a>
  16. </div>
  17. </div>
  18. <div class="supports pt-5 pb-5">
  19. <div>
  20. <h3>OpenCollective Sponsors</h3>
  21. </div>
  22. <div class="support-description">
  23. Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
  24. <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
  25. Become a sponsor
  26. </a>
  27. </div>
  28. <div class="support-sponsors">
  29. </div>
  30. </div>
  31. <div class="supports pt-5 pb-5">
  32. <div>
  33. <h3>OpenCollective Backers</h3>
  34. </div>
  35. <div class="support-description">
  36. Support this project by becoming a backer. Your image will show up here with a link to your website.
  37. <a href="https://opencollective.com/bootstrap-table#sponsor" target="_blank">
  38. Become a backer
  39. </a>
  40. </div>
  41. <div class="support-backers">
  42. </div>
  43. </div>
  44. </div>