diff --git a/_includes/header.html b/_includes/header.html index a975b0a4..b26c0772 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -46,18 +46,22 @@ {% for talk in post.talks %}
-
- {% if {{talk.media_artist_url}} %} - - {% else %} - - {% endif %} -
+
+
+ {% if {{talk.media_artist_url}} %} + + {% else %} + + {% endif %} +
+
-
-

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

-

{{talk.description | truncate: 200 }}

-
+
+
+

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

+

{{talk.description}}

+
+
{% endfor %} diff --git a/_posts/2015-04-09-Scope042.markdown b/_posts/2015-04-09-Scope042.markdown index f38d7c39..a2836eea 100644 --- a/_posts/2015-04-09-Scope042.markdown +++ b/_posts/2015-04-09-Scope042.markdown @@ -14,9 +14,9 @@ talks: artist: "STATE Festival" speakers: "Nenad Popov" artist_bio: "Based in Berlin, STATE Experience Science is an agency and collective of independent scientists, artists and cultural producers working to make science accessible and facilitate creativity without borders. With the festival as its core offering, STATE is expanding its services and develops customized initiatives with academic, corporate and public clients." - description: "In this special edition, we will have the opportunity to discover about STATE Festival. An event exploring the intersection between Science and Art. The previous edition featured 4 days of events, 2 locations in the heart of Berlin. Over 100 contributing scientists, artists and filmmakers from more than 20 countries. Talks, exhibitions, films, performances, workshops, panels, interactive science formats." + description: "In this special edition, we will have the opportunity to discover STATE Experience Science, a collective of independent scientists, artists and cultural producers, working to make science accessible and facilitate creativity without borders. Last year's STATE Festival featured 4 days of events in 2 locations in the heart of Berlin. Over 100 contributing scientists, artists and filmmakers from more than 20 countries took part in talks, exhibitions, films, performances, workshops, panels and interactive science formats." artist_website: "http://www.statefestival.org" - media_artist_url: "/images/state.png" + media_artist_url: "/images/State_Logo-A.png" video_artist_url: "https://vimeo.com/110024179" talk_video_url: --- diff --git a/css/custom.css b/css/custom.css index bd5c5cb5..80e7247a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -17,7 +17,7 @@ a:hover { cursor: pointer; } .small-text{ - font-size: 10px; + font-size: 14px; } .left{ float:left; @@ -95,6 +95,7 @@ a:hover { .upcoming-media { width: 100px; height: 80px; + padding: 0px 10px; float: left; margin-right: 10px; margin-left: 4px; diff --git a/images/State_Logo-A.png b/images/State_Logo-A.png new file mode 100644 index 00000000..de0d7618 Binary files /dev/null and b/images/State_Logo-A.png differ