mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Actualización programa
This commit is contained in:
parent
de3077f5de
commit
f0a1fae083
3 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,8 @@
|
|||
<div id="session-{{ session.id }}" class="slot col-md-{{ slotColWidth }} col-xs-12 flexbox-item-height" data-slot-detail="{{ day.tracks[slotIndex].title }}" data-toggle="modal" data-target="#sessionDetail-{{ session.id }}">
|
||||
<div class="color-line" style="background: {{ day.tracks[slotIndex].color }}"></div>
|
||||
<div class="slot-content" style="border-right-color: {{ day.tracks[slotIndex].color }}">
|
||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||
<span class="slot-title" itemprop="description">{{ session.description }}</span>
|
||||
<span class="slot-language">{{session.language | upcase}}</span>
|
||||
<ul class="slot-speakers">
|
||||
{% for speaker in site.data.speakers %}
|
||||
|
@ -48,11 +49,11 @@
|
|||
{% if session_speaker == speaker.id %}
|
||||
<li itemprop="performer"><div class="speaker-img flow-img img-circle" style="background-image: url({{ site.baseurl | append: '/img/people/' | append: speaker.thumbnailUrl }})"></div>
|
||||
<p class="speaker-name">{{ speaker.name }} {{ speaker.surname }}
|
||||
<span class="speaker-position">{{ speaker.company }}</span>
|
||||
<span class="speaker-position">{{ speaker.company }}</span>
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue