diff --git a/static/images/big_picture.png b/static/images/big_picture.png deleted file mode 100644 index 8418ec7..0000000 Binary files a/static/images/big_picture.png and /dev/null differ diff --git a/static/images/connect_thumb.png b/static/images/connect_thumb.png new file mode 100644 index 0000000..5795404 Binary files /dev/null and b/static/images/connect_thumb.png differ diff --git a/static/images/connect_thumb.xcf b/static/images/connect_thumb.xcf new file mode 100644 index 0000000..50a9659 Binary files /dev/null and b/static/images/connect_thumb.xcf differ diff --git a/static/images/download_thumb.png b/static/images/download_thumb.png index fdfd32c..23c1f2a 100644 Binary files a/static/images/download_thumb.png and b/static/images/download_thumb.png differ diff --git a/static/images/download_thumb.xcf b/static/images/download_thumb.xcf index 1e21b99..5ca72f4 100644 Binary files a/static/images/download_thumb.xcf and b/static/images/download_thumb.xcf differ diff --git a/static/images/share_thumb.png b/static/images/share_thumb.png index 160d5cf..f31eed1 100644 Binary files a/static/images/share_thumb.png and b/static/images/share_thumb.png differ diff --git a/static/images/share_thumb.xcf b/static/images/share_thumb.xcf index 95579fa..e853647 100644 Binary files a/static/images/share_thumb.xcf and b/static/images/share_thumb.xcf differ diff --git a/static/images/tour_screenshot1.png b/static/images/tour_screenshot1.png index f3e57b3..d5f6092 100644 Binary files a/static/images/tour_screenshot1.png and b/static/images/tour_screenshot1.png differ diff --git a/static/images/tour_screenshot1.xcf b/static/images/tour_screenshot1.xcf new file mode 100644 index 0000000..b4ed7c8 Binary files /dev/null and b/static/images/tour_screenshot1.xcf differ diff --git a/static/images/tour_screenshot2.png b/static/images/tour_screenshot2.png new file mode 100644 index 0000000..e77a336 Binary files /dev/null and b/static/images/tour_screenshot2.png differ diff --git a/static/images/tour_screenshot2.xcf b/static/images/tour_screenshot2.xcf new file mode 100644 index 0000000..16e9311 Binary files /dev/null and b/static/images/tour_screenshot2.xcf differ diff --git a/static/images/tour_screenshot3.png b/static/images/tour_screenshot3.png new file mode 100644 index 0000000..75cec36 Binary files /dev/null and b/static/images/tour_screenshot3.png differ diff --git a/static/images/tour_screenshot3.xcf b/static/images/tour_screenshot3.xcf new file mode 100644 index 0000000..0dbe28d Binary files /dev/null and b/static/images/tour_screenshot3.xcf differ diff --git a/static/images/wysiwyg.png b/static/images/wysiwyg.png deleted file mode 100644 index eff047e..0000000 Binary files a/static/images/wysiwyg.png and /dev/null differ diff --git a/static/images/wysiwyg_thumb.png b/static/images/wysiwyg_thumb.png index bd1cc2c..8d9fdde 100644 Binary files a/static/images/wysiwyg_thumb.png and b/static/images/wysiwyg_thumb.png differ diff --git a/static/images/wysiwyg_thumb.xcf b/static/images/wysiwyg_thumb.xcf index 8cedf3f..b26b730 100644 Binary files a/static/images/wysiwyg_thumb.xcf and b/static/images/wysiwyg_thumb.xcf differ diff --git a/view/Front_page.py b/view/Front_page.py index 1f545fe..2893158 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -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" ), diff --git a/view/Tour_page.py b/view/Tour_page.py index 26cc781..bd98423 100644 --- a/view/Tour_page.py +++ b/view/Tour_page.py @@ -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(