diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-10-11 12:50:31 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-10-11 12:50:31 +0200 |
commit | cc743a4e7d178f50d0ee185e42fca47db4605aac (patch) | |
tree | dc4bf529a65e38635387b831ffc2ea9e1f07ef27 | |
parent | d655c87f9c2a408c3f48cbedda20b5213bdab325 (diff) |
add basic grid for week calendar on index page
-rw-r--r-- | source/index.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/index.html.haml b/source/index.html.haml index b380844..5d17f84 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -20,6 +20,13 @@ title: sublab - Ein Hackerspace in Leipzig %p CryptoCon14 - 22. bis 25. Mai 2014 .row + - %w(Montag Dienstag Mittwoch Donnerstag Freitag Samstag Sonntag).each do |dow| + .columns.small-12.medium-6.large-3 + %h5= dow + %ul + %li= lorem.words(3) + +.row .columns %h3 Neues aus dem sublab %p= link_to "Alle News >>", "/aktuelles/blog.html" |