mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Limpieza y actualización
This commit is contained in:
parent
38762f57c2
commit
0795ae2b97
6 changed files with 30 additions and 50 deletions
|
@ -1,8 +1,8 @@
|
|||
<!-- Begin Speakers Modals -->
|
||||
<div class="modals" class="modals">
|
||||
<div class="modals">
|
||||
{% for speaker in site.data.speakers %}
|
||||
{% if page.modal == "all" or (page.modal == 'team' and (speaker.team != null or speaker.subTeam != null)) %}
|
||||
<div class="modal fade text-left people-modal" id="speakerDetail-{{ speaker.id }}" tabindex="-1" role="dialog" aria-labelledby="speakerDetailLabel-{{ speaker.id }}" aria-hidden="true">
|
||||
<div class="modal fade text-left people-modal" id="speakerDetail-{{ speaker.id }}" tabindex="-1" role="dialog" aria-labelledby="speakerDetailLabel-{{ speaker.id }}" aria-hidden="false">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-body">
|
||||
|
@ -17,23 +17,12 @@
|
|||
{% for session_speaker in session.speakers %}
|
||||
{% if session_speaker == speaker.id %}
|
||||
<h4>{{ session.title }}</h4>
|
||||
{% if session.language != null %}
|
||||
<span class="theme-metadata"><span class="caption">Language: </span>{{ session.language }}</span>
|
||||
{% endif %}
|
||||
{% if session.complexity != null %}
|
||||
<span class="theme-metadata"><span class="caption">Complexity: </span>{{ session.complexity }}</span>
|
||||
{% endif %}
|
||||
{% if session.video %}
|
||||
<div class="theme-video embed-responsive embed-responsive-16by9">
|
||||
<iframe class="embed-responsive-item" src="{{ session.video }}"></iframe>
|
||||
</div>
|
||||
{% endif %}
|
||||
<p class="theme-description">{{ session.description }}</p>
|
||||
{% if session.presentation %}
|
||||
<a class="theme-presentation" href="{{ session.presentation }}" title="Presentation" target="_blank">View presentation</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
@ -49,7 +38,7 @@
|
|||
{% if speaker.ribbon != null %}
|
||||
<div class="modal-ribbon-wrapper">
|
||||
{% for ribbon in speaker.ribbon %}
|
||||
<a class="modal-ribbon" href="{{ ribbon["url"] }}" target="_blank">{{ ribbon["title"] }}</a>
|
||||
<a class="modal-ribbon" href="{{ ribbon["url"] }}" target="_blank">{{ ribbon["title"] }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue