mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5
This commit is contained in:
parent
8f50469039
commit
4ae5844b2a
29 changed files with 171 additions and 181 deletions
|
@ -19,7 +19,15 @@
|
|||
<h4>{{ session.title }}</h4>
|
||||
<span class="theme-metadata"><span class="caption">Language: </span>{{ session.language }}</span>
|
||||
<span class="theme-metadata"><span class="caption">Complexity: </span>{{ session.complexity }}</span>
|
||||
{% 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue