Implementing facebook galleries
Improved navigator
This commit is contained in:
parent
e06f538690
commit
515bbe0ed2
26 changed files with 120 additions and 61 deletions
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
<div>
|
||||
<ul class="nav navbar-nav navbar-center">
|
||||
<li><a href="#" class="navigator-toggle"><i class="fa fa-bars"></i> Browse</a></li>
|
||||
<li><a href="#" class="navigator-toggle"><i class="fa fa-bars"></i> Browse</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -33,16 +34,18 @@
|
|||
|
||||
<div class="container-fluid navigator">
|
||||
<div class="row">
|
||||
<div class="col-md-7">
|
||||
<div class="col-md-8">
|
||||
<h4><i class="fa fa-search"></i> Browse by topic</h4>
|
||||
{% for post in site.posts %} {% assign pos = 39 | minus: post.number %} {% for topic in post.topics | split:"," %}
|
||||
<a class="topic" data-scroll-nav="{{pos}}">{{topic}}</a> {% endfor %} {% endfor %}
|
||||
<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 href="/call-for-talks/">
|
||||
Call for Talks section.</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h4><i class="fa fa-calendar"></i> Upcoming session</h4>
|
||||
{% assign post = site.posts | first%}
|
||||
<!-- <div class="container-fluid navigator"> -->
|
||||
<h3>#{{post.number}}{{post.date_text}} ({{post.location}})</h3>
|
||||
<h4><i class="fa fa-calendar"></i> {{post.date_text}} / #{{post.number}}</h4>
|
||||
<p>Location: <a href="{{location_website}}">{{post.location}}</a></p>
|
||||
{% for topic in post.topics | split:"," %}
|
||||
<a class="topic">{{topic}}</a> {% endfor %} {% for talk in post.talks %}
|
||||
<div class="upcoming row">
|
||||
|
|
@ -56,7 +59,7 @@
|
|||
</div>
|
||||
|
||||
<div class="upcoming-detail">
|
||||
<h4>{{talk.artist}} / {{talk.title}}</h4>
|
||||
<p><a href="{{talk.artist_website}}">{{talk.artist}}</a> / {{talk.title}}</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue