summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-11 17:37:54 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-11 18:41:52 +0200
commit973fa3ab6c316ae22543a891b30d58f8e0bf2817 (patch)
tree14e3826bf6b15080d91b22ca03b5291c20606574 /index.html
parent5d0265156819a3e94fb2abde3f0f086b178a8dce (diff)
downloadwww-973fa3ab6c316ae22543a891b30d58f8e0bf2817.tar.gz
www-973fa3ab6c316ae22543a891b30d58f8e0bf2817.tar.bz2
www-973fa3ab6c316ae22543a891b30d58f8e0bf2817.zip
added about and some posts
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/index.html b/index.html
index 5d263aa..359fbd6 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
{% block content %}
<div id="content-top">
- <div class="grid_8 alpha">
+ <div class="grid_7 alpha">
<h2>news</h2>
{% for post in site.posts|batch(3)|first %}
<p>
@@ -15,11 +15,14 @@
</p>
{% endfor %}
</div>
- <div class="grid_8 omega about">
+ <div class="grid_9 omega about">
<h2>about</h2>
<p>
- Spline ist lorem ipsum dolor sit amet, consetetur sadipscing elitr,<br />
- sed diam nonumy eirmod tempor invidunt ut labore et dolore magna.
+ Wir sind Menschen die Spaß am <i>Hacken</i> von <b>freier Software</b> haben.<br />
+ Zu finden sind wir im <b>Raum K40</b> des
+ <a href="http://inf.fu-berlin.de">Instituts für Informatik</a> der
+ <a href="http://www.fu-berlin.de">FU Berlin</a>.
+ Desweiteren auch virtuell im IRC auf Freenode im Channel <b>#spline</b>.
<p>
</div>
</div>