added spektrum

This commit is contained in:
Alex Corbi 2016-06-26 21:22:04 +02:00
parent ee63acdbbc
commit 5c217d43cc
84 changed files with 18456 additions and 14089 deletions

View file

@ -9,7 +9,7 @@ home: yes
<section id="upcoming">
<div class="content container-fluid">
<div data-scroll-index="{{post_number}}" class="row">
<div class="transp-bg padded event-info col-sm-2">
<div class="transp-bg padded event-info col-sm-2">
<a class="event-date padded button hvr-sweep-to-top" href={{first_post.url}}>
<h2>Upcoming session</h2>
<h3>#{{first_post.number}}</h3>
@ -68,20 +68,26 @@ home: yes
{% endfor %}
</div>
</div>
</div>
</div>
</section>
<div class="content container-fluid">
<div class="row center">
<h1>Past sessions</h1>
</div>
</div>
</dvi>
<div class="content container-fluid">
{% for post in site.posts %} {% if forloop.first != true %}
{% for post in site.posts %}
{% if post.layout != "event" %}
{% continue %}
{% endif %}
{% if forloop.first != true %}
{% assign pos = post_number | minus: post.number %}
<div data-scroll-index="{{pos}}" class="row">