-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: page
title: OpenDataLab Blog
description: Projekte, Ideen und Events zu OpenData, OpenStreetMap, Bürgerbeteiligung, NFC, OpenSource und die Hackerszene in Heilbronn - von Adrian Stabiszewski und Felix Ebert
hideTitle: true
---
{% include JB/setup %}
<div class="row-fluid blog-post-list">
<div class="span9">
{% for post in site.posts limit:5 %}
<section class="row-fluid">
<div class="span4">
{% if post.snapshot %}
<p class="snapshot pull-left hidden-phone">
<a href="{{ post.url }}"><img src="/assets/{{ post.snapshot }}"></a>
</p>
{% endif %}
</div>
<div class="span7">
<h2{% if forloop.first %} class="first"{% endif %}>
<a href="{{ post.url }}">{{ post.title }}</a>
</h2>
<time datetime="{{ post.date | date: "%Y-%m-%dT%H:%M:%S" }}">{{ post.date | date_to_long_string }}</time>
<p class="excerpt">
{{ post.content | strip_html | truncatewords: 60 }}
</p>
<p class="more">
<a href="{{ post.url }}" title="Mehr lesen">Mehr lesen ...</a>
</p>
</div>
</section>
<hr />
{% endfor %}
</div>
<div class="span3">
<div class="sidebar">
<p><strong>Über diesen Blog</strong></p>
<p>OpenDataLab.de ist ein Blog von Adrian Stabiszewski und Felix Ebert.
Wir sind zwei Softwareentwickler aus dem Raum Heilbronn (bei Stuttgart) und bloggen hier über unsere
aktuellen Projekte, Ideen und Events.</p>
<p>Unser Hauptthemen sind OpenData, OpenStreetMap, Bürgerbeteiligung, NFC,
OpenSource und die Hackerszene in Heilbronn.</p>
<br />
{% include JB/posts_collate %}
</div>
</div>
</div>