diff --git a/static/css/note.css b/static/css/note.css index d1c0a83..d089f4b 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -169,3 +169,17 @@ ol li { background-color: #fafafa; padding: 0.5em; } + +.thumbnail_left { + float: left; + border-width: 0; + padding-right: 2em; + padding-bottom: 1em; +} + +.thumbnail_right { + float: right; + border-width: 0; + padding-left: 2em; + padding-bottom: 1em; +} diff --git a/static/html/faq.html b/static/html/faq.html index 547be11..db851dd 100644 --- a/static/html/faq.html +++ b/static/html/faq.html @@ -16,9 +16,10 @@ whenever you want.

Does this cost me anything?
-

Nope, use of your personal Luminotes wiki is completely free. In the -future, I may introduce a separate premium service with additional features. -But the features you're using now will always remain free.

+

Nope, use of your personal Luminotes wiki is completely free. Soon you will +also be able to upgrade your Luminotes +account to get notebook sharing features and additional storage space. But the +features you're using now will always remain free.

What does Luminotes run on?
diff --git a/static/html/upgrade.html b/static/html/upgrade.html index ca3676a..08c19f2 100644 --- a/static/html/upgrade.html +++ b/static/html/upgrade.html @@ -1,45 +1,53 @@

upgrade

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 FreeBasic
$5/month
Standard
$9/month
Premium
$19/month
included storage space30 MB250 MB500 MB2000 MB
unlimited wiki notebooks
friendly email support
multi-user collaboration 
wiki access control 
+

+In a few short weeks, you'll be able to upgrade your Luminotes account to get +notebook sharing features and additional storage space. Here are some of the +features you can look forward to. +

+ +

share your notebook

+ +

+ +Most of the time, you want to keep your personal wiki all to yourself. But +sometimes you simply need to share your work with friends and colleagues. When +you upgrade your Luminotes account, you'll be able to invite specific people +to collaborate on your wiki simply by entering their email addresses. You can +even give them full editing capbilities, so several people can contribute to +your wiki notebook. +

+ +

access control

+ +

+ +With an upgraded Luminotes wiki, you'll decide exactly how much access to give +people. Collaborators can make changes to your notebook, while viewers can +only read your wiki. And owners have the same complete access to your notebook +that you do. When you're done collaborating, a single click revokes a user's +notebook access. +

+ +

+Your wiki access control works on a per-notebook basis, so you can easily +share one notebook with your friends while keeping your other notebooks +completely private. +

+ +

additional storage space

+ +

+An upgraded Luminotes account gets you more than just notebook sharing +features. You'll also be treated to way more room for your personal wiki. That +means you'll have more space for your notes and ideas, and you won't have to +worry about running out of room anytime soon. +

+ +

stay tuned

+ +More information about upgrading your Luminotes account will be added as it +becomes available. Please consider subscribing to the Luminotes blog for updates! diff --git a/static/images/access.png b/static/images/access.png new file mode 100644 index 0000000..1794916 Binary files /dev/null and b/static/images/access.png differ diff --git a/static/images/access_thumb.png b/static/images/access_thumb.png new file mode 100644 index 0000000..dc02ae6 Binary files /dev/null and b/static/images/access_thumb.png differ diff --git a/static/images/access_thumb.xcf b/static/images/access_thumb.xcf new file mode 100644 index 0000000..e417184 Binary files /dev/null and b/static/images/access_thumb.xcf differ diff --git a/static/images/share.png b/static/images/share.png new file mode 100644 index 0000000..f12618f Binary files /dev/null and b/static/images/share.png differ diff --git a/static/images/share_thumb.png b/static/images/share_thumb.png new file mode 100644 index 0000000..0134f27 Binary files /dev/null and b/static/images/share_thumb.png differ diff --git a/static/images/share_thumb.xcf b/static/images/share_thumb.xcf new file mode 100644 index 0000000..bfaac77 Binary files /dev/null and b/static/images/share_thumb.xcf differ