added spektrum
This commit is contained in:
parent
ee63acdbbc
commit
5c217d43cc
84 changed files with 18456 additions and 14089 deletions
18
index.html
18
index.html
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue