Sha256: a7273efd5d282da2e93cc492b21b5364585a22764820e8655a4eea30f4caa143
Contents?: true
Size: 781 Bytes
Versions: 20
Compression:
Stored size: 781 Bytes
Contents
<section class="sponsors carousel"> <header> <h2><i class="fas fa-award"></i> Sponsorship</h2> </header> <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> </section>
Version data entries
20 entries across 20 versions & 1 rubygems