diff --git a/_includes/header.html b/_includes/header.html index ce1814b3..6970fa25 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,8 +10,11 @@
@@ -22,7 +25,7 @@
  • {{ page.title }}
  • {% endif %} {% endfor %} -
  • TOP +
  • TOP
  • @@ -37,7 +40,7 @@

    Browse by topic

    {% for post in site.posts %} {% assign pos = 39 | minus: post.number %} {% for topic in post.topics | split:"," %} - {{topic}} {% endfor %} {% endfor %} + {{topic}} {% 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. @@ -45,9 +48,9 @@

    {% assign post = site.posts | first%}

    {{post.date_text}} / #{{post.number}}

    -

    Location: {{post.location}}

    +

    Location: {{post.location}}

    {% for topic in post.topics | split:"," %} - {{topic}} {% endfor %} {% for talk in post.talks %} + {{topic}} {% endfor %} {% for talk in post.talks %}
    @@ -59,7 +62,7 @@
    -

    {{talk.artist}} / {{talk.title}}

    +

    {{talk.artist}} / {{talk.title}}

    diff --git a/callfortalks.html b/callfortalks.html index 8709e709..25e99be8 100644 --- a/callfortalks.html +++ b/callfortalks.html @@ -4,13 +4,24 @@ title: Call for talks permalink: /call-for-talks/ --- -
    +
    - TBD +
    +

    {{page.title}}

    + Back to home +
    + +
    +
    +
    + +
    +
    +
    diff --git a/css/custom.css b/css/custom.css index 6cd353de..97b27118 100644 --- a/css/custom.css +++ b/css/custom.css @@ -61,7 +61,7 @@ a:hover { color: #000; } .navigator a:hover { - color: #9775af; + color: #fff; } .navigator li { float: left; @@ -71,8 +71,7 @@ a:hover { color: #9775af; } .navigator h4 { - color: #fff; - background: #9775af; + color: #9775af; padding: 10px; } .upcoming { diff --git a/index.html b/index.html index 41f51b49..d93d8dc6 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- layout: default +home: yes ---
    @@ -48,8 +49,8 @@ layout: default

    {{talk.artist}} / {{talk.title}}

    - {% if talk.description | size > 300 %} -

    {{talk.description | truncate: 300 }} ...

    + {% if (talk.description | size) > 300 %} +

    {{talk.description | truncate: 300 }}

    {% else %}

    {{talk.description}}

    {% endif%}