mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Eliminación de imágenes de la plantilla asignadas a los proyectos
This commit is contained in:
parent
7e557a270a
commit
5ebd83cc02
3 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
<p class="text-left animated hiding" data-animation="fadeInUp" data-delay="0">{{ site.aboutUs }}</p>
|
||||
</div>
|
||||
<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">Organizers</h4>
|
||||
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Organizadorxs</h4>
|
||||
{% 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="zoe-effect" data-toggle="modal" data-target="#speakerDetail-{{ teamMember.id }}">
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% endif %} {% endfor %}
|
||||
</div>
|
||||
<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">Program committee</h4>
|
||||
<h4 class="text-left animated hiding appear-animation-trigger" data-animation="fadeInUp" data-delay="0">Mediadorxs</h4>
|
||||
{% 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">
|
||||
<div class="zoe-effect" data-toggle="modal" data-target="#speakerDetail-{{ teamMember.id }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue