mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Sección para el jurado
This commit is contained in:
parent
5fd6f5a8cd
commit
d9bdfcef03
5 changed files with 373 additions and 48 deletions
|
@ -6,7 +6,7 @@
|
|||
<h3>{{ site.judgesTitle }}</h3>
|
||||
<div class="row">
|
||||
{% assign animationDelay = 0 %} {% for judge in site.data.judges %}
|
||||
{% assign colWidth = 12 | divided_by: forloop.length %}
|
||||
{% assign colWidth = 8 | divided_by: forloop.length %}
|
||||
<div class="judge col-md-{{ colWidth }} col-xs-6 animated hiding" data-animation="fadeInDown" data-delay="{{ animationDelay }}">
|
||||
<div class="flow-img img-circle judge-img" style="background-image: url({{ site.baseurl }}/img/people/{{ judge.thumbnailUrl }})"></div>
|
||||
<p class="name">{{ judge.name }} {{ judge.surname }}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue