From 45a75cb09d557a4f1b56a9e6ec504cffdfd0bb23 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 12 Sep 2008 13:53:31 -0700 Subject: [PATCH] Updated tour slightly with Luminotes Desktop in mind. --- view/Tour_page.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/view/Tour_page.py b/view/Tour_page.py index f2cfbaa..0b3187f 100644 --- a/view/Tour_page.py +++ b/view/Tour_page.py @@ -44,7 +44,7 @@ class Tour_page( Product_page ): Img( src = u"/static/images/tour_card3.png", width = u"430", height = u"366", class_ = u"tour_card" ), P( u""" - If only there was something as simple for taking notes as index cards, but online, searchable, and with some way to make + If only there was something as simple for taking notes as index cards, but fast, searchable, and with some way to make links between your notes! """, class_ = u"tour_text", @@ -100,6 +100,12 @@ class Tour_page( Product_page ): ), class_ = u"tour_screenshot_wrapper", ), + Div( + Div( + u"You can use Luminotes online and collaborate with others, or download Luminotes Desktop and take notes locally on your own computer!", + class_ = u"tour_text", + ), + ), class_ = u"tour_area" ),