mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Estructura y estilos para listado de artículos candidatos
This commit is contained in:
parent
3bdc162f23
commit
ecd218f32d
2 changed files with 16 additions and 2 deletions
|
@ -7,7 +7,17 @@
|
|||
<div class="zoe-effect" data-toggle="modal" data-target="#articleDetail-{{ article.id }}">
|
||||
<figure class="waves-effect waves-block waves-light" style="background-image: url({{ site.baseurl | append: '/img/articles/' | append: article.thumbnailUrl }})">
|
||||
<div class="overlay solid-overlay"></div>
|
||||
<figcaption style="height: 60px;">
|
||||
{% if article.ribbon != null %}
|
||||
<ul class="ribbon-wrapper">
|
||||
{% for ribbon in article.ribbon %}
|
||||
<li class="{{ ribbon["abbr"] | downcase }}">
|
||||
<p class="ribbon abbr">{{ ribbon["abbr"] }}</p>
|
||||
<p class="ribbon full-title">{{ ribbon["title"] }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
<figcaption style="height: 70px;">
|
||||
<div class="col-md-8 col-xs-8 text-left">
|
||||
<h2 class="name" style="margin-top: 0; font-size: 1em;">
|
||||
{{ article.title }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue