Sha256: e8abe057025962f68a970bb38d46b97adbdba6b37ca958d1342fffd9c032d1af

Contents?: true

Size: 665 Bytes

Versions: 231

Compression:

Stored size: 665 Bytes

Contents

{% assign images = include.images %}
<!-- Carousel Header -->
<div class="row">
    <div class="carousel slide carousel-fade" id="header-carousel" data-ride="carousel">
        <div class="carousel-inner" role="listbox">
            {% for image in images %}
            <div data-src="{{image}}" style="{% if forloop.index == 1%}background: url('{{image}}');{% else %}{% endif %}background-size:cover; background-position:center center; background-repeat: no-repeat;"
                class=" item {% if forloop.index == 1%}active{% else %}{% endif %}">
                </div>
            {% endfor %}
        </div>
    </div>
</div>
<!-- End Carousel Header -->

Version data entries

231 entries across 231 versions & 2 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/components/carousel_header.html
linaro-jekyll-theme-5.0.1 _includes/components/carousel_header.html
linaro-jekyll-theme-5.0.0 _includes/components/carousel_header.html
linaro-jekyll-theme-4.3.3 _includes/components/carousel_header.html
linaro-jekyll-theme-4.3.2 _includes/components/carousel_header.html
linaro-jekyll-theme-4.3.1 _includes/components/carousel_header.html
linaro-jekyll-theme-4.3.0 _includes/components/carousel_header.html
linaro-jekyll-theme-4.2.0 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.6 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.5 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.4 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.3 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.2 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.1 _includes/components/carousel_header.html
linaro-jekyll-theme-4.1.0 _includes/components/carousel_header.html
linaro-jekyll-theme-4.0.2 _includes/components/carousel_header.html
linaro-jekyll-theme-4.0.1 _includes/components/carousel_header.html
jumbo-jekyll-theme-6.0.2.1 _includes/components/carousel_header.html
jumbo-jekyll-theme-6.0.2.0 _includes/components/carousel_header.html
jumbo-jekyll-theme-6.0.1.4 _includes/components/carousel_header.html