From cc743a4e7d178f50d0ee185e42fca47db4605aac Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 11 Oct 2014 12:50:31 +0200 Subject: add basic grid for week calendar on index page --- source/index.html.haml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source') 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 @@ -19,6 +19,13 @@ title: sublab - Ein Hackerspace in Leipzig %p BattleMeshV7 - 12. bis 18. Mai 2014 %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 -- cgit v1.2.1