update front image, update theme and add cartoon

This commit is contained in:
2012-11-11 13:26:50 +01:00
parent 0d5a3995bc
commit 5804d91e8e
20 changed files with 138 additions and 95 deletions
+15
View File
@@ -0,0 +1,15 @@
- cartoon_text = {\
1 => "I feel like a beer!!", \
2 => "Where is the waiter?", \
3 => "Lets order a beer with my phone!", \
4 => "Now I can do things I like in stead of waitingat the bar", \
5 => "Relaxt, I get my beer as ordered", \
6 => "Qwaiter rocks!!!!" \
}
ul#cartoon
- for i in 1..6
li
.cartoon-image= image_tag "cartoon/qwaiter-cartoon-#{i}.png"
.cartoon-text= cartoon_text[i]
.clearing