2015-02-13 18:17:53 +01:00
|
|
|
---
|
|
|
|
|
layout: page
|
|
|
|
|
title: Artists
|
2015-04-08 15:50:21 +02:00
|
|
|
icon: user
|
2015-04-24 16:00:48 +02:00
|
|
|
visible: true
|
2015-02-13 18:17:53 +01:00
|
|
|
permalink: /artists/
|
|
|
|
|
---
|
2015-01-11 10:18:24 +01:00
|
|
|
|
|
|
|
|
<div class="content container-fluid">
|
|
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="row">
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<div class="about dark_bg col-md-10 col-md-offset-1">
|
|
|
|
|
|
|
|
|
|
<div class="page-title row">
|
|
|
|
|
<h3>{{page.title}}</h3>
|
|
|
|
|
</div>
|
2015-02-13 18:11:24 +01:00
|
|
|
{% capture counter %}{{ '0' }}{% endcapture %} {% for post in site.posts %} {% for talk in post.talks %} {% if counter == '0' %}
|
|
|
|
|
<div class="row">
|
|
|
|
|
{% endif %}
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-03-01 19:46:21 +01:00
|
|
|
<a href={{post.url}}>
|
|
|
|
|
<div class="col-md-3 artist-thumb">
|
|
|
|
|
|
|
|
|
|
<div class="artist-media">
|
|
|
|
|
{% if {{talk.media_artist_url}} %}
|
|
|
|
|
<img src={{talk.media_artist_url}}></img>
|
|
|
|
|
{% else %}
|
|
|
|
|
<img src="/assets/no_artist_media.png"></img>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="talk-detail">
|
|
|
|
|
<h4>{{talk.artist}}</h4>
|
|
|
|
|
<!-- <a class="button hvr-sweep-to-top" href={{post.url}}>#{{post.number}}</a> -->
|
|
|
|
|
</div>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
2015-03-01 19:46:21 +01:00
|
|
|
</a>
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
{% capture counter %}{{ counter | plus:'1' }}{% endcapture %} {% if counter == '4' %} {% capture counter %}{{ '0' }}{% endcapture %}
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %} {% endfor %} {% endfor %}
|
|
|
|
|
|
2015-01-11 10:18:24 +01:00
|
|
|
</div>
|
|
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
|
|
|
|
|
2015-01-11 10:18:24 +01:00
|
|
|
</div>
|