| 123456789101112131415161718192021222324252627282930313233343536 |
- {{if .Owner.ShowSponsors}}
- <h4 class="ui top attached header">
- <i class="menu-icon octicon">❤️</i> Community Sponsors
- </h4>
- <div class="ui attached table segment dashboard sponsor">
- <center>
- <img class="ui center image small" src="https://cdn.jsdelivr.net/npm/gitote@1.1.3/img/sponsors/digitalocean.svg">
- <h5>
- The all-in-one cloud platform developers & their teams love.
- </h5>
- <a href="https://www.digitalocean.com">
- <h5>Learn more</h5>
- </a>
- </center>
- <center>
- <img class="ui center image small" src="https://cdn.jsdelivr.net/npm/gitote@1.1.1/img/sponsors/browserstack.png">
- <h5>
- Most Reliable Mobile App & Browser Testing Platform.
- </h5>
- <a href="https://www.browserstack.com">
- <h5>Learn more</h5>
- </a>
- </center>
- <center class="dashboard sponsor divider">
- <span>
- We are grateful for wonderful sponsors who help sustain the {{AppName}} Platform.
- </span>
- <br/>
- <a href="{{AppURL}}sponsorship">
- <div class="sponsor button">Sponsorship Info</div>
- </a>
- </center>
- </div>
- {{end}}
|