sponsor.tmpl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {{if .Owner.ShowSponsors}}
  2. <h4 class="ui top attached header">
  3. <i class="menu-icon octicon">❤️</i> Community Sponsors
  4. </h4>
  5. <div class="ui attached table segment dashboard sponsor">
  6. <center>
  7. <img class="ui center image small" src="https://cdn.jsdelivr.net/npm/gitote@1.1.3/img/sponsors/digitalocean.svg">
  8. <h5>
  9. The all-in-one cloud platform developers & their teams love.
  10. </h5>
  11. <a href="https://www.digitalocean.com">
  12. <h5>Learn more</h5>
  13. </a>
  14. </center>
  15. <center>
  16. <img class="ui center image small" src="https://cdn.jsdelivr.net/npm/gitote@1.1.1/img/sponsors/browserstack.png">
  17. <h5>
  18. Most Reliable Mobile App & Browser Testing Platform.
  19. </h5>
  20. <a href="https://www.browserstack.com">
  21. <h5>Learn more</h5>
  22. </a>
  23. </center>
  24. <center class="dashboard sponsor divider">
  25. <span>
  26. We are grateful for wonderful sponsors who help sustain the {{AppName}} Platform.
  27. </span>
  28. <br/>
  29. <a href="{{AppURL}}sponsorship">
  30. <div class="sponsor button">Sponsorship Info</div>
  31. </a>
  32. </center>
  33. </div>
  34. {{end}}