{% assign animationDelay = 0 %}
{% for judge in site.data.judges %}
{% assign colWidth = 12 | divided_by: forloop.length %}
{{ judge.name }} {{ judge.surname }}
{{ judge.company }}
{{ judge.title }}
{% assign animationDelay = animationDelay | plus:500 %}
{% assign check = forloop.index | modulo:2 %}
{% if check == 0 %}
{% endif %}
{% endfor %}