From da27791fc1a846acb4672693cef589d7a8453889 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 23 Apr 2008 00:43:21 +0000 Subject: [PATCH] New quote (with link to review), plus added some missing end quotes. --- view/Front_page.py | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/view/Front_page.py b/view/Front_page.py index 3120113..ccc04c8 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"Imagine an application that combines the features of a wiki and a web-based notebook.", + class_ = u"quote_title", + separator = u"", + ), + u""" + ... as a multi-user notebook that allows you to quickly take notes and collaborate on them with other users, Luminotes is unbeatable." + """, + class_ = u"quote_text", + separator = u"", + ), + Div( + u"-Dmitri Popov, ", A( u"Review on Linux.com", href = u"http://www.linux.com/feature/132297" ), + class_ = u"quote_signature" + ), + class_ = u"quote", + ), + Div( Div( u'"', @@ -79,7 +100,7 @@ class Front_page( Product_page ): separator = u"", ), u""" - Clear, easy to use and beautifully simple. + Clear, easy to use and beautifully simple." """, class_ = u"quote_text", separator = u"", @@ -146,7 +167,7 @@ class Front_page( Product_page ): u""" What I like about your excellent product is the modeless editing (no edit and save buttons). This makes Luminotes the fastest web-based wiki I have - used. + used." """, class_ = u"quote_text", separator = u"",