witten
/
luminotes
Archived
1
0
Fork 0

More work on tour and screenshots.

This commit is contained in:
Dan Helfman 2008-03-06 23:22:52 +00:00
parent 8fb1d9a80e
commit 68addd8d56
18 changed files with 12 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

View File

@ -17,8 +17,7 @@ class Front_page( Product_page ):
Div(
A(
Img( src = u"/static/images/screenshot_small.png", width = u"400", height = u"308" ),
href = u"/static/images/screenshot.png",
target = u"_new",
href = u"/tour",
),
class_ = u"front_screenshot",
),
@ -157,8 +156,7 @@ class Front_page( Product_page ):
Td(
A(
Img( src = u"/static/images/wysiwyg_thumb.png", width = u"175", height = "100", class_ = u"thumbnail" ),
href = u"/static/images/wysiwyg.png",
target = u"_new",
href = u"/tour",
),
Div( u"Create a wiki visually", class_ = u"thumbnail_caption" ),
Div( u"Make a wiki as easily as writing a document.", class_ = u"thumbnail_caption_detail" ),
@ -166,9 +164,8 @@ class Front_page( Product_page ):
),
Td(
A(
Img( src = u"/static/images/big_picture_thumb.png", width = u"175", height = "100", class_ = u"thumbnail" ),
href = u"/static/images/big_picture.png",
target = u"_new",
Img( src = u"/static/images/connect_thumb.png", width = u"175", height = "100", class_ = u"thumbnail" ),
href = u"/tour",
),
Div( u"Link your notes together", class_ = u"thumbnail_caption" ),
Div( u"Connect your thoughts with links between notes.", class_ = u"thumbnail_caption_detail" ),
@ -179,8 +176,7 @@ class Front_page( Product_page ):
Td(
A(
Img( src = u"/static/images/download_thumb.png", width = u"175", height = "100", class_ = u"thumbnail" ),
href = u"/static/images/screenshot.png",
target = u"_new",
href = u"/tour",
),
Div( u"Take your wiki to go", class_ = u"thumbnail_caption" ),
Div( u"Download your entire wiki with a single click.", class_ = u"thumbnail_caption_detail" ),
@ -189,8 +185,7 @@ class Front_page( Product_page ):
Td(
A(
Img( src = u"/static/images/share_thumb.png", width = u"175", height = "100", class_ = u"thumbnail" ),
href = u"/static/images/share.png",
target = u"_new",
href = u"/tour",
),
Div( u"Share your thoughts", class_ = u"thumbnail_caption" ),
Div( u"Invite friends and colleagues to collaborate.", class_ = u"thumbnail_caption_detail" ),

View File

@ -21,13 +21,13 @@ class Tour_page( Product_page ):
),
),
Div(
Img( src = u"/static/images/tour_screenshot1.png", width = u"725", height = u"558", class_ = u"tour_screenshot" ),
Img( src = u"/static/images/tour_screenshot1.png", width = u"725", height = u"560", class_ = u"tour_screenshot" ),
Div(
Div(
Ol(
Li( u"Format your wiki with this convenient toolbar" ),
Li( u"Just start typing — everything is saved automatically" ),
Li( u"Search everything in your wiki" ),
Li( u"Search through your entire wiki" ),
Li( u"Make as many notebooks as you want" ),
class_ = u"tour_list",
),
@ -36,14 +36,14 @@ class Tour_page( Product_page ):
),
),
Div(
Img( src = u"/static/images/screenshot.png", width = u"725", height = u"558", class_ = u"tour_screenshot" ),
Img( src = u"/static/images/tour_screenshot2.png", width = u"725", height = u"558", class_ = u"tour_screenshot" ),
Div(
Div(
Ol(
Li( u"Connect your thoughts with links between notes" ),
Li( u"Download your entire wiki with a single click" ),
Li( u"Attach files to your wiki and download them anytime" ),
Li( u"Track past revisions and make updates without worry" ),
Li( u"Download your complete wiki with a single click" ),
Li( u"Attach files to your wiki and download them anytime" ),
class_ = u"tour_list",
),
class_ = u"tour_text",
@ -51,7 +51,7 @@ class Tour_page( Product_page ):
),
),
Div(
Img( src = u"/static/images/screenshot.png", width = u"725", height = u"558", class_ = u"tour_screenshot" ),
Img( src = u"/static/images/tour_screenshot3.png", width = u"725", height = u"558", class_ = u"tour_screenshot" ),
Div(
Div(
Ol(