mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated hackathon page
This commit is contained in:
parent
8ed616c1bb
commit
aaa240eb29
14 changed files with 157 additions and 52 deletions
|
@ -5,20 +5,19 @@
|
|||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<h3>{{ site.judgesTitle }}</h3>
|
||||
<div class="row">
|
||||
{% assign animationDelay = 0 %}
|
||||
{% for judge in site.data.judges %}
|
||||
{% assign animationDelay = 0 %} {% for judge in site.data.judges %}
|
||||
{% assign colWidth = 12 | divided_by: forloop.length %}
|
||||
<div class="col-md-{{ colWidth }} col-xs-6 animated hiding" data-animation="fadeInDown" data-delay="{{ animationDelay }}">
|
||||
<div class="rockstar-speaker">
|
||||
<div class="flow-img img-circle judge-img" style="background-image: url({{ site.baseurl }}/img/speakers/{{ judge.thumbnailUrl }})"></div>
|
||||
<div class="name">{{ judge.name }} {{ judge.surname }}</div>
|
||||
<div class="sub">{{ judge.company }}</div>
|
||||
<div class="sub">{{ judge.title }}</div>
|
||||
</div>
|
||||
<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/speakers/{{ judge.thumbnailUrl }})"></div>
|
||||
<p class="name">{{ judge.name }} {{ judge.surname }}</p>
|
||||
<span class="company">{{ judge.company }}</span>
|
||||
<span class="title">{{ judge.title }}</span>
|
||||
</div>
|
||||
{% assign animationDelay = animationDelay | plus:500 %}
|
||||
{% assign check = forloop.index | modulo:2 %}
|
||||
{% if check == 0 %} <div class="clearfix visible-xs"></div> {% endif %}
|
||||
{% assign animationDelay = animationDelay | plus:500 %}
|
||||
{% assign check = forloop.index | modulo:2 %}
|
||||
{% if check == 0 %}
|
||||
<div class="clearfix visible-xs"></div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue