mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Sección para el jurado
This commit is contained in:
parent
165e8fa85b
commit
fb5b79f452
2 changed files with 36 additions and 9 deletions
27
_includes/judges-list.html
Normal file
27
_includes/judges-list.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!-- Begin judges List-->
|
||||
<section class="judges">
|
||||
<div class="content-wrapper">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<div class="row text-left appear-animation-trigger">
|
||||
{% for judge in site.data.judges %}
|
||||
<div class="effect-wrapper appear-animation col-md-4 col-sm-6 col-xs-15">
|
||||
<div class="lily-effect ribbon-activator">
|
||||
<div class="lily-head" data-toggle="modal" data-target="#judgeDetail-{{ judge.id }}">
|
||||
<figure class="waves-effect waves-block waves-light" style="background-image: url({{ site.baseurl | append: '/img/people/' | append: judge.thumbnailUrl }})">
|
||||
<div class="overlay solid-overlay"></div>
|
||||
{% if site.showSessions %}
|
||||
<figcaption>
|
||||
<h2 class="name">{{ judge.name }} <span>{{ judge.surname }}</span></h2>
|
||||
<p class="position">{{ judge.company }}</p>
|
||||
</figcaption>
|
||||
{% endif %}
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End judges List -->
|
Loading…
Add table
Add a link
Reference in a new issue