Sha256: ec797e78e93ec0845c04c5aa6c7002724c9b0b082a99306daf014cd5187a8095
Contents?: true
Size: 761 Bytes
Versions: 9
Compression:
Stored size: 761 Bytes
Contents
<section class="home__sponsorship"> <h2>Sponsorship</h2> <div class="carousel"> <p>CentOS would not be possible without the support of our sponsors. We would like to thank the following product/service for being a CentOS sponsor:</p> <div class="card"> <div class="carousel slide carousel-fade" data-ride="carousel" id="carousel-1"> <div class="carousel-inner" role="listbox"> {% for sponsor in site.sponsors %} <div class="carousel-item {{ sponsor.status }}"><a href="{{ sponsor.address }}" rel="nofollow"><img class="img-fluid" src="{{ sponsor.logo }}"></a></div> {% endfor %} </div> </div> </div> <p>If you value our work, please consider <a href="/sponsors">becoming a sponsor</a>!</p> </div> </section>
Version data entries
9 entries across 9 versions & 1 rubygems