diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-09 18:22:48 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-09 18:22:48 +0200 |
commit | 64c6542792e905007a062693cce5f8dd3f1ad5ba (patch) | |
tree | 28b8d1544261f72bea2f95166461d14fbf3fe32f /source | |
parent | 71855cf5438e3a77f5ffb09eaabc788a4a220403 (diff) |
rework front page
Diffstat (limited to 'source')
-rw-r--r-- | source/index.html.erb | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/source/index.html.erb b/source/index.html.erb index dbef3db..3b532f1 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -2,7 +2,7 @@ title: sublab - Ein Hackerspace in Leipzig --- -<div id="news"> +<div> <h2> [ Das sublab - Ein Hackerspace in Leipzig ] @@ -10,19 +10,28 @@ title: sublab - Ein Hackerspace in Leipzig <p> Das sublab ist ein <a href="/wiki/Hackerspace">Hackerspace</a>. Es bietet technik- und netzaffinen Menschen aus Leipzig und Umgebung, sowie der - ganzen Welt einen Ort zum kreativen Ideen- und Erfahrungsaustausch. + ganzen Welt einen Ort zum kreativen Ideen- und Erfahrungsaustausch. <%= link_to "Mehr zum sublab", "/ueber.html" %> </p> - <h2>[ Demnächst im sublab]</h2> + <h3>[ Demnächst im sublab]</h3> <p>BattleMeshV7 - 12. bis 18. Mai 2014</p> <p>CryptoCon14 - 22. bis 25. Mai 2014</p> - <h2>[ Neues aus dem sublab]</h2> + <h3>[ Neues aus dem sublab]</h3> - <%= partial "article_summary", collection: blog.articles[0..4] %> + <p><%= link_to "Alle News >>", "/news.html" %></p> + <%= partial "article_summary", collection: blog.articles[0..2] %> - <p><%= link_to "Alle News", "/news.html" %></p> + <h3>[ @sublab tweets]</h3> + <p> + <strong>sublab</strong> @sublab Apr 5<br> + WTF? LOL! + </p> + <p> + <strong>about:radio</strong> @aboutradio Apr 5<br> + Heute von 16-18Uhr: about:radio u.a. zu den Themen: Libre Graphics Meeting in Leipzig, Kamera in der Simildenstrasse + </p> </div> |