Logo
{% if page.home == true %} Discover more {% else %} Back {% endif %} {% for page in site.pages %} {% if page.title and page.visible == true %} {{ page.title }} {% endif %} {% endfor %}
{% if page.home == true %} {% else %} Back {% endif %} {% assign sorted_pages = (site.pages | sort: 'order') %} {% for page in sorted_pages %} {% if page.title and page.visible == true %} {% endif %} {% endfor %}

Browse by topic

{% for post in site.posts %} {% assign post_number = site.posts | size %} {% assign pos = post_number | minus: post.number %} {% for talk in post.talks %} {% for topic in talk.topics | split:"," %} {{topic}} {% endfor %} {% endfor %} {% endfor %}

Participate

Do you like to share your work as visual artist with our audience? Fill the form on our Call for Talks section.

Join our newsletter

{% include join_newsletter.html %}

Spread the word

{% include share.html %}