Sha256: e2e8f0317025a7117a545422f35f2972a39452a7d7a82803bc956f94bd7aacc7

Contents?: true

Size: 451 Bytes

Versions: 27

Compression:

Stored size: 451 Bytes

Contents

{% comment %}
  Dvou sloupcové zobrazení:
   týmů v /clenove
   úspěchů v /otevrenost
{% endcomment %}
<div class="row u-uniform-size-row">
  {% for item in include.team %}
    {% assign loopindex = forloop.index | modulo: 2 %}
    <div class="large-4 medium-6 small-collapse columns {% if forloop.last %}end{% endif %}">
      {% include people/profile-badge.html item=item imgSize='small' imgStyle='round' %}
    </div>
  {% endfor %}
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
jekyll-theme-pirati-5.3.1 _includes/people/list-responsive.html
jekyll-theme-pirati-5.3.0 _includes/people/list-responsive.html
jekyll-theme-pirati-5.2.2 _includes/people/list-responsive.html
jekyll-theme-pirati-5.2.1 _includes/people/list-responsive.html
jekyll-theme-pirati-5.2.0 _includes/people/list-responsive.html
jekyll-theme-pirati-5.1.1 _includes/people/list-responsive.html
jekyll-theme-pirati-5.1.0 _includes/people/list-responsive.html
jekyll-theme-pirati-5.0.0 _includes/people/list-responsive.html
jekyll-theme-pirati-4.3.0 _includes/people/list-responsive.html
jekyll-theme-pirati-4.2.4 _includes/people/list-responsive.html
jekyll-theme-pirati-4.2.3 _includes/people/list-responsive.html
jekyll-theme-pirati-4.2.2 _includes/people/list-responsive.html
jekyll-theme-pirati-4.2.1 _includes/people/list-responsive.html
jekyll-theme-pirati-4.2.0 _includes/people/list-responsive.html
jekyll-theme-pirati-4.1.0 _includes/people/list-responsive.html
jekyll-theme-pirati-4.0.0 _includes/people/list-responsive.html
jekyll-theme-pirati-3.6.0 _includes/people/list-responsive.html
jekyll-theme-pirati-3.5.1 _includes/people/list-responsive.html
jekyll-theme-pirati-3.5.0 _includes/people/list-responsive.html
jekyll-theme-pirati-3.4.0 _includes/people/list-responsive.html