Added test bg pics and upcoming sessions css classing

This commit is contained in:
Open-Steps.org 2014-12-04 00:03:34 +01:00
parent 6c3be96a2a
commit 91423a3644
15 changed files with 113 additions and 98 deletions

View file

@ -3,7 +3,8 @@ layout: event
title: "Scope 12 / March 8th, 2012"
date: 2012-03-08
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "Video mixing on gaming platforms"
artist: "Pikilipita"

View file

@ -3,7 +3,8 @@ layout: event
title: "Scope 13 / April 12th, 2012"
date: 2012-04-13
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "Architectural Scenographics"
artist: "YUKIJUNG Research"

View file

@ -3,7 +3,8 @@ layout: event
title: "Scope 14 / May 10th, 2012"
date: 2012-05-10
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "Human voice, artificial speech."
artist: "Stanislav Abraham, Center for Audio Visual Studies - Prague"

View file

@ -3,7 +3,8 @@ layout: event
title: "Scope 14 / May 10th, 2012"
date: 2012-05-10
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "The Past and Future of Technology & Performance"
artist: "Troika Ranch (http://troikaranch.org)"

View file

@ -3,6 +3,8 @@ layout: event
title: "Scope 34 / September 11th, 2014"
date: 2014-07-11
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "From a visual journey into another dimension."
artist: "Quadrature"

View file

@ -4,6 +4,7 @@ title: "Scope 35 / September 11th, 2014"
date: 2014-09-11
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "Probing the Past: A Media Archaeology of Handmade Electronic Sound"
artist: Derek Holzer

View file

@ -4,6 +4,7 @@ title: "Scope 36 / October 9th, 2014"
date: 2014-10-09
categories: event
video_url: VIMEO_URL
upcoming: false
talks:
- title: "Photochemical Intiatives"
artist: Kevin Rice

View file

@ -4,6 +4,7 @@ title: "Scope 37 / November 13th, 2014"
date: 2014-11-13
categories: event
video_url: http://vimeo.com
upcoming: false
talks:
- title: Privacy and online freedom of expression.
artist: Ioann Maria

View file

@ -4,6 +4,7 @@ title: "Scope 38 / December 11th, 2014"
date: 2014-11-13
categories: event
video_url: http://vimeo.com
upcoming: true
talks:
- title: "Transforma: 2001 bis 2014"
artist: "Transforma"

BIN
assets/bgphotos/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

BIN
assets/bgphotos/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

BIN
assets/bgphotos/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

BIN
assets/bgphotos/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View file

@ -8,6 +8,10 @@
background: #e7ccfb;
}
.upcoming{
background: #ccc;
}
.talk{
padding:10px;
background: #ddd;

View file

@ -6,14 +6,15 @@ layout: default
<div class="wrapper container-fluid">
<h1 class="page-heading">Events</h1>
{% for post in paginator.posts %}
{% if post.upcoming %}
<div class="row event upcoming">
{% else %}
<div class="row event">
{% endif %}
<a href={{post.url}}><h3>{{post.title}}</h3></a>
<!-- <p>{{post.date}}</p> -->
{% for talk in post.talks %}