Sha256: bb12f9cc21bc5949c92783728e8a3811b55f5e59400600fb9617cf260f6124ff

Contents?: true

Size: 490 Bytes

Versions: 29

Compression:

Stored size: 490 Bytes

Contents

{% comment %}
  Dvou sloupcové zobrazení:
   týmů v /clenove
   úspěchů v /otevrenost
{% endcomment %}
<div class="c-member-list__row 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 c-member-list__item {% if forloop.last %}end{% endif %}">
      {% include people/profile-badge.html item=item imgSize='small' imgStyle='round' %}
    </div>
  {% endfor %}
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
jekyll-theme-pirati-7.7.1 _includes/people/list-responsive.html
jekyll-theme-pirati-7.7.0 _includes/people/list-responsive.html
jekyll-theme-pirati-7.6.2 _includes/people/list-responsive.html
jekyll-theme-pirati-7.6.1 _includes/people/list-responsive.html
jekyll-theme-pirati-7.6.0 _includes/people/list-responsive.html
jekyll-theme-pirati-7.5.0 _includes/people/list-responsive.html
jekyll-theme-pirati-7.4.0 _includes/people/list-responsive.html
jekyll-theme-pirati-7.3.0 _includes/people/list-responsive.html
jekyll-theme-pirati-7.2.0 _includes/people/list-responsive.html
jekyll-theme-pirati-7.1.1 _includes/people/list-responsive.html
jekyll-theme-pirati-7.0.0 _includes/people/list-responsive.html
jekyll-theme-pirati-6.9.0 _includes/people/list-responsive.html
jekyll-theme-pirati-6.8.0 _includes/people/list-responsive.html
jekyll-theme-pirati-6.7.2 _includes/people/list-responsive.html
jekyll-theme-pirati-6.7.0 _includes/people/list-responsive.html
jekyll-theme-pirati-6.6.2 _includes/people/list-responsive.html
jekyll-theme-pirati-6.6.1 _includes/people/list-responsive.html
jekyll-theme-pirati-6.6.0 _includes/people/list-responsive.html
jekyll-theme-pirati-6.5.0 _includes/people/list-responsive.html
jekyll-theme-pirati-6.4.0 _includes/people/list-responsive.html