2015-01-09 18:01:24 +01:00
|
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<div class="container-fluid">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<div class="navbar-header">
|
|
|
|
|
<a class="navbar-brand" href="/">
|
|
|
|
|
<img alt="Logo" src="/assets/scope_logo.png">
|
|
|
|
|
</a>
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<!-- For desktop -->
|
|
|
|
|
<div class="hidden-xs">
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
{% if page.home == true %}
|
|
|
|
|
<a href="#" class="header-btn navbar-text button menu-icon hvr-sweep-to-top menu-icon navbar-text left navigator-toggle"><i class="fa fa-bars"></i> Discover more</a> {% else %}
|
|
|
|
|
<a href="/" class="header-btn navbar-text button menu-icon hvr-sweep-to-top menu-icon-big navbar-text left"><i class="fa fa-angle-left"></i> Back</a> {% endif %}
|
2015-02-13 18:44:32 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<!-- Up button -->
|
|
|
|
|
<a class="top-button navbar-text right button hvr-sweep-to-top" data-scroll-nav="0"><i class="fa fa-arrow-up"></i></a>
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<!-- Pages -->
|
|
|
|
|
{% for page in site.pages %} {% if page.title and page.visible == true %}
|
|
|
|
|
<a class="header-btn navbar-text right button menu-icon hvr-sweep-to-top" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a> {% endif %} {% endfor %}
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
</div>
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<!-- For mobile -->
|
|
|
|
|
<div class="visible-xs-inline">
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
{% if page.home == true %}
|
|
|
|
|
<!-- <a href="#" class="navigator-toggle navbar-btn"><i class="fa fa-bars"></i></a> -->
|
|
|
|
|
{% else %}
|
|
|
|
|
<a href="/" class="menu-icon-big navbar-text left "><i class="fa fa-angle-left"></i> Back</a> {% endif %}
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<!-- Up button -->
|
|
|
|
|
<a class="top-button menu-icon-big navbar-text right" data-scroll-nav="1"><i class="fa fa-arrow-up"></i></a>
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
<!-- Pages -->
|
|
|
|
|
{% assign sorted_pages = (site.pages | sort: 'order') %} {% for page in sorted_pages %} {% if page.title and page.visible == true %}
|
|
|
|
|
<a class="menu-icon-big navbar-text right button hvr-sweep-to-top" href="{{ page.url | prepend: site.baseurl }}"><i class="fa fa-{{ page.icon}}"></i></a> {% endif %} {% endfor %}
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
</div>
|
2015-04-08 15:50:21 +02:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
</div>
|
2015-02-13 18:11:24 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
</div>
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-01-09 15:18:57 +01:00
|
|
|
</nav>
|
2015-02-03 04:36:49 +01:00
|
|
|
|
|
|
|
|
<div class="container-fluid navigator">
|
2015-09-01 21:52:43 +02:00
|
|
|
<div class="row">
|
|
|
|
|
<!-- <div class="col-md-6 col-md-offset-1">
|
2015-02-13 18:11:24 +01:00
|
|
|
{% assign post = site.posts | first%}
|
2015-03-01 19:46:21 +01:00
|
|
|
<h4><i class="fa fa-calendar"></i> #{{post.number}} / {{post.date_text}} @ <a class="highlight button hvr-sweep-to-top" href="{{location_website}}">{{post.location}}</a></h4>
|
|
|
|
|
|
|
|
|
|
{% for talk in post.talks %}
|
2015-02-13 18:11:24 +01:00
|
|
|
<div class="upcoming row">
|
|
|
|
|
|
2015-03-26 16:12:06 +01:00
|
|
|
<div class="col-md-2">
|
|
|
|
|
<div class="upcoming-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>
|
2015-02-13 18:09:23 +01:00
|
|
|
|
2015-03-26 16:12:06 +01:00
|
|
|
<div class="col-md-10">
|
|
|
|
|
<div class="upcoming-detail">
|
|
|
|
|
<p><a class="button hvr-sweep-to-top" href="{{talk.artist_website}}">{{talk.artist}}</a> <br/> {{talk.title}} </p>
|
|
|
|
|
<p class="small-text">{{talk.description}}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-02-13 18:09:23 +01:00
|
|
|
|
2015-02-13 18:11:24 +01:00
|
|
|
</div>
|
|
|
|
|
{% endfor %}
|
2015-03-01 19:46:21 +01:00
|
|
|
|
2015-09-01 21:52:43 +02:00
|
|
|
</div> -->
|
|
|
|
|
<div class="col-md-8">
|
|
|
|
|
<h4><i class="fa fa-search"></i> Browse by topic</h4>
|
|
|
|
|
{% 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:"," %}
|
|
|
|
|
<a class="topic" data-scroll-nav="{{pos}}">{{topic}}</a>
|
|
|
|
|
{% endfor %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
{% endfor %}
|
2015-03-01 19:46:21 +01:00
|
|
|
</div>
|
2015-09-01 21:52:43 +02:00
|
|
|
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<h4><i class="fa fa-sign-in"></i> Participate</h4>
|
|
|
|
|
<p>Do you like to share your work as visual artist with our audience? Fill the form on our <a class="button hvr-sweep-to-top" href="/call-for-talks/">
|
|
|
|
|
Call for Talks section.</a>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-7">
|
|
|
|
|
<h4><i class="fa fa-newspaper-o"></i> Join our newsletter</h4>
|
|
|
|
|
{% include join_newsletter.html %}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-5">
|
|
|
|
|
<h4><i class="fa fa-share-alt"></i> Spread the word</h4>
|
|
|
|
|
{% include share.html %}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-03-01 19:46:21 +01:00
|
|
|
</div>
|
2015-02-03 04:36:49 +01:00
|
|
|
</div>
|
2015-09-01 21:52:43 +02:00
|
|
|
</div>
|