Limpieza y actualización

This commit is contained in:
alay 2017-11-29 15:00:20 +01:00
parent 38762f57c2
commit 0795ae2b97
6 changed files with 30 additions and 50 deletions

View file

@ -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 %}

View file

@ -24,7 +24,7 @@
<a class="button" href="{{ ticketsOffer.buyButtonLink }}" target="_blank">{{ ticketsOffer.buyButtonText }}</a>
{% else %}
{% assign ticketValidFrom = ticketsOffer.validFrom | split: "T" %}
<span class="button disabled fallback">El plazo de inscripción comienza el {{ ticketValidFrom[0] | date: "%-d %B %Y"}} {{ ticketValidFrom[1] }}</span>
<span class="button disabled fallback">Plazo finalizado el {{ ticketValidFrom[0] | date: "%-d %B %Y"}}</span>
{% endif %}
</div>
</div>
@ -32,4 +32,4 @@
</div>
</div>
</section>
<!-- End Tickets Section -->
<!-- End Tickets Section -->