2015-02-13 18:17:53 +01:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
---
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="content container-fluid">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<article>
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="row">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-04-14 11:57:13 +02:00
|
|
|
<div class="transp-bg padded event-info col-md-2 col-md-offset-1">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-04-14 11:57:13 +02:00
|
|
|
<div class="event-date">
|
2015-02-13 18:11:24 +01:00
|
|
|
<h3>#{{page.number}}</h3>
|
|
|
|
|
<h4>{{page.date_text}}</h4>
|
2015-04-14 11:57:13 +02:00
|
|
|
</div>
|
2015-03-01 11:56:22 +01:00
|
|
|
|
2015-04-14 11:57:13 +02:00
|
|
|
<div class="padded_vert">
|
2025-12-22 14:38:43 +02:00
|
|
|
<ul>
|
2015-03-01 19:55:21 +01:00
|
|
|
{% for talk in page.talks %}
|
2015-03-01 19:52:54 +01:00
|
|
|
{% if talk.topics %}
|
2025-12-22 14:38:43 +02:00
|
|
|
{% assign tags = talk.topics | split: "," | uniq %}
|
|
|
|
|
{% for tag in tags %}
|
2015-03-01 19:52:54 +01:00
|
|
|
<li>{{tag}}</li>
|
|
|
|
|
{% endfor %}
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
2015-02-13 18:11:24 +01:00
|
|
|
</ul>
|
2015-04-14 11:57:13 +02:00
|
|
|
</div>
|
2015-03-01 19:55:21 +01:00
|
|
|
|
2015-04-14 11:57:13 +02:00
|
|
|
<div class="padded_vert">
|
|
|
|
|
{% if page.location %}
|
|
|
|
|
<ul>
|
2025-12-22 14:38:43 +02:00
|
|
|
<li><a class="highlight button hvr-sweep-to-top" href="{{ page.location_website }}" target="_blank">{{page.location}}</a></li>
|
2015-04-14 11:57:13 +02:00
|
|
|
{% if page.fb_event_url %}
|
2025-12-22 14:38:43 +02:00
|
|
|
<li><a class="highlight button hvr-sweep-to-top" target="_blank" href="{{ page.fb_event_url }}"><i class="fa fa-facebook-square"></i></a></li>
|
2015-04-14 11:57:13 +02:00
|
|
|
{% endif %}
|
|
|
|
|
</ul>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</div>
|
2015-03-04 13:07:55 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="event event-{{page.number}} dark_bg col-md-7">
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
{% capture talks_number %}{{ page.talks | size }}{% endcapture %} {% capture col_width %}{{ 12 | divided_by:talks_number }}{% endcapture %} {% for talk in page.talks %}
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="talk col-md-{{col_width}}">
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="artist-media">
|
2025-12-22 14:38:43 +02:00
|
|
|
{% if talk.media_artist_url %}
|
|
|
|
|
<img src="{{ talk.media_artist_url }}" />
|
2015-02-13 18:11:24 +01:00
|
|
|
{% else %}
|
2025-12-22 14:38:43 +02:00
|
|
|
<img src="/assets/no_artist_media.png" />
|
2015-02-13 18:11:24 +01:00
|
|
|
{% endif %}
|
|
|
|
|
</div>
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="talk-detail">
|
|
|
|
|
<h4>{{talk.artist}} / {{talk.title}}</h4>
|
|
|
|
|
{% if talk.description %}
|
|
|
|
|
<p>{{talk.description}}</p>
|
|
|
|
|
{% endif %} {% if talk.artist_bio %}
|
|
|
|
|
<h5>About {{talk.artist}}</h5>
|
|
|
|
|
<p>{{talk.artist_bio}}</p>
|
2015-04-08 15:50:21 +02:00
|
|
|
{% endif %}
|
2025-12-22 14:38:43 +02:00
|
|
|
{% if talk.artist_website or talk.video_artist_url or talk.video_url %}
|
2015-04-08 15:50:21 +02:00
|
|
|
{% if talk.artist_website %}
|
2025-12-22 14:38:43 +02:00
|
|
|
<a class="button hvr-sweep-to-top" href="{{ talk.artist_website }}" target="_blank"><i class="fa fa-link"></i> Website</a>
|
2015-04-08 15:50:21 +02:00
|
|
|
{% endif %}
|
|
|
|
|
{% if talk.video_artist_url %}
|
2019-01-29 12:54:34 +01:00
|
|
|
<br />
|
2025-12-22 14:38:43 +02:00
|
|
|
<a class="button hvr-sweep-to-top" href="{{ talk.video_artist_url }}" target="_blank"><i class="fa fa-video-camera"></i> Artist video</a>
|
2015-04-08 15:50:21 +02:00
|
|
|
{% endif %}
|
|
|
|
|
{% if talk.talk_video_url %}
|
2015-04-14 11:57:13 +02:00
|
|
|
<div class="transp-bg padded">
|
|
|
|
|
<p>Talk's Video</p>
|
2025-12-22 14:38:43 +02:00
|
|
|
<iframe src="//player.vimeo.com/video/{{ talk.talk_video_url | split: "/" | last }}" width="100%" height="140" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
2015-04-14 11:57:13 +02:00
|
|
|
</div>
|
2015-04-08 15:50:21 +02:00
|
|
|
{% endif %}
|
|
|
|
|
{% endif %}
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
{% endfor %}
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
{% if page.fb_gallery_id %}
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2019-01-29 12:54:34 +01:00
|
|
|
<!--div class="row">
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
<div class="gallery dark_bg col-md-7 col-md-offset-3">
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
<h4>Photo gallery of the event</h4>
|
|
|
|
|
<div class="picbook"></div>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var picbook = new picbookJs({
|
|
|
|
|
limit: 100,
|
|
|
|
|
albumId: '{{page.fb_gallery_id}}'
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
2019-01-29 12:54:34 +01:00
|
|
|
</div-->
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
{% endif %}
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
<div class="row">
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
<div class="nav_bottom dark_bg col-md-7 col-md-offset-3">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
<h4>Discover more</h4>
|
|
|
|
|
|
|
|
|
|
{% if page.previous %}
|
2025-12-22 14:38:43 +02:00
|
|
|
<a class="button hvr-sweep-to-top left" href="{{ page.previous.url | prepend: site.baseurl }}">#{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}}</a> {% endif %} {% if page.next %}
|
|
|
|
|
<a class="button hvr-sweep-to-top right" href="{{ page.next.url | prepend: site.baseurl }}">#{{page.next.number}}: {{page.next.date_text}} {{page.next.title}}</a> {% endif %}
|
2015-02-13 21:11:03 +01:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 21:11:03 +01:00
|
|
|
</article>
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|