Actualización de miembros del equipo

This commit is contained in:
alay 2017-11-29 15:00:53 +01:00
parent 0795ae2b97
commit 33d33c160c

View file

@ -6,7 +6,7 @@
<p class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">{{ site.aboutUs }}</p> <p class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">{{ site.aboutUs }}</p>
</div> </div>
<div class="col-lg-10 col-lg-offset-1 text-center"> <div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Organizadorxs</h4> <h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Organización</h4>
{% for teamMember in site.data.team %} {% if teamMember.team != null %} {% for teamMember in site.data.team %} {% if teamMember.team != null %}
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation"> <div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation">
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-{{ teamMember.id }}"> <div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-{{ teamMember.id }}">
@ -32,18 +32,9 @@
{% endif %} {% endfor %} {% endif %} {% endfor %}
</div> </div>
<div class="col-lg-10 col-lg-offset-1 text-center"> <div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Mediadorxs</h4> <h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Staff</h4>
{% for teamMember in site.data.team %} {% if teamMember.subTeam != null %} {% for teamMember in site.data.team %} {% if teamMember.subTeam != null %}
<div class="effect-wrapper col-md-4 col-sm-6 col-xs-12 cols-centered appear-animation"> <h5 class="name">{{ teamMember.name }} <span>{{ teamMember.surname }}</span>
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-{{ teamMember.id }}">
<figure class="waves-effect waves-block waves-light" style="background-image: url({{ site.baseurl | append: '/img/people/' | append: teamMember.thumbnailUrl }})">
<div class="overlay solid-overlay"></div>
<figcaption>
<div class="col-md-8 col-xs-8 text-left">
<h2 class="name">{{ teamMember.name }} <span>{{ teamMember.surname }}</span></h2>
<div class="clearfix"></div>
<span class="position">{{ teamMember.title }}</span>
</div>
{% for social in teamMember.social %} {% for social in teamMember.social %}
<a href="{{ social["link"] }}" target="_blank"> <a href="{{ social["link"] }}" target="_blank">
<svg class="icon icon-{{ social["name"] }}" viewBox="0 0 30 32"> <svg class="icon icon-{{ social["name"] }}" viewBox="0 0 30 32">
@ -51,10 +42,8 @@
</svg> </svg>
</a> </a>
{% endfor %} {% endfor %}
</figcaption> </h5>
</figure> <span class="position">{{ teamMember.title }}</span>
</div>
</div>
{% endif %} {% endfor %} {% endif %} {% endfor %}
</div> </div>
</div> </div>