witten
/
luminotes
Archived
1
0
Fork 0

Updated tour slightly with Luminotes Desktop in mind.

This commit is contained in:
Dan Helfman 2008-09-12 13:53:31 -07:00
parent cfb6a04817
commit 45a75cb09d
1 changed files with 7 additions and 1 deletions

View File

@ -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"
),