From 2342ded4c2b6c30ac36e0de8af990645c1c3d6eb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 5 May 2008 21:56:50 +0000 Subject: [PATCH] Including quote by Lifehacker. --- view/Front_page.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/view/Front_page.py b/view/Front_page.py index ccc04c8..d27c264 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -70,6 +70,27 @@ class Front_page( Product_page ): ), ), + Div( + Div( + u'"', + Span( + u"Luminotes is a wiki without the markup learning curve.", + class_ = u"quote_title", + separator = u"", + ), + u""" + ... Luminotes has you simply start typing, using familiar rich text buttons to add bullets and other styling, and a simple linking and tagging system for your notes." + """, + class_ = u"quote_text", + separator = u"", + ), + Div( + u"-Kevin Purdy, ", A( u"Review on Lifehacker", href = u"http://lifehacker.com/386813/luminotes-is-a-wiki-without-the-markup-learning-curve" ), + class_ = u"quote_signature" + ), + class_ = u"quote", + ), + Div( Div( u'"',