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
|
@ -7,7 +7,7 @@
|
|||
{% assign check = forloop.index0 | modulo:2 %}
|
||||
<div class="hackathon-row {% if check == 0 %}float-left{% else %}float-right{% endif %} col-md-12">
|
||||
<div class="hackathon-img-wrapper animated hiding" data-animation="{% if check == 0 %}fadeInLeft{% else %}fadeInRight{% endif %}" data-delay="0">
|
||||
<img class="img-responsive" src="{{ site.baseurl }}/img/hackathon/{{ row.image }}" alt="Hackathon">
|
||||
<img class="img-responsive" src="{{ site.baseurl }}/img/hackathon/{{ row.image }}" alt="">
|
||||
</div>
|
||||
<div class="hackathon-details animated hiding" data-animation="{% if check == 0 %}fadeInRight{% else %}fadeInLeft{% endif %}" data-delay="0">
|
||||
<h4>{{ row.title }}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue