From 5e4f2ffe6a4dd53472e5c1903213022aa27985c1 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Tue, 31 Jan 2017 15:00:01 +0100 Subject: [PATCH] Shrink images, change text and 'make a pad right now' button --- customize.dist/index.html | 27 +++++++++++++------------ customize.dist/main.css | 1 + customize.dist/src/fragments/index.html | 27 +++++++++++++------------ customize.dist/src/less/cryptpad.less | 1 + 4 files changed, 30 insertions(+), 26 deletions(-) diff --git a/customize.dist/index.html b/customize.dist/index.html index 9db0e9902..65652f020 100644 --- a/customize.dist/index.html +++ b/customize.dist/index.html @@ -73,10 +73,12 @@

- - -
- + + + + + +

@@ -97,7 +99,7 @@
-

Know more

+

How it works

@@ -108,7 +110,7 @@

Zero Knowledge

- Every tool provided by Cryptpad are based on a Zero Knowledge technology. It means that our server stored only encrypted data, and we have no way to decrypt it. Even data about your account, including your username, are encrypted. + You don't have to trust that we won't look at your pads, with CryptPad's revolutionary Zero Knowledge Technology we can't. Learn more about how we protect your Privacy and Security.

@@ -116,9 +118,9 @@
-

Realtime

+

Jot it down

- Our tools also use a Realtime technology, which means that you can edit the documents, slides or polls collaboratively with other people. Our unique technology has the advantage of combining both realtime and zero-knowledge at the same time. + The greatest projects come from the smallest ideas. Take down the moments of inspiration and unexpected ideas because you never know which one might be a breakthrough.

@@ -132,9 +134,9 @@ User account
-

Share documents

+

Share the link, share the pad

- When you want to edit a document with other users or invite them to answer to a poll, you just have to share the URL of that document with them. All the information needed to access and edit it are contained in the "hash" of the URL. + Grow your ideas together: conduct efficient meetings, collaborate on TODO lists and make quick presentations with all your friends and all your devices.

@@ -142,9 +144,9 @@
-

User Account

+

Get organized

- In order to have Zero Knowledge user accounts, we needed a way to store your settings without knowing your username and password. To do so, our tools generate a unique key from your username and password, directly in your browser. + With CryptPad Drive, you can keep your sites on what's important. Folders allow you to keep track of your projects and have a global vision of where things are going.

@@ -212,7 +214,6 @@
-
diff --git a/customize.dist/main.css b/customize.dist/main.css index be3a568af..7a709f5e9 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -607,6 +607,7 @@ html.cp, } } .cp .page .info-container > div.image { + width: 300px; text-align: center; } @media screen and (max-width: 800px) { diff --git a/customize.dist/src/fragments/index.html b/customize.dist/src/fragments/index.html index c240d29e1..ae3f81b31 100644 --- a/customize.dist/src/fragments/index.html +++ b/customize.dist/src/fragments/index.html @@ -7,10 +7,12 @@

- - -
- + + + + + +

@@ -31,7 +33,7 @@
-

Know more

+

How it works

@@ -42,7 +44,7 @@

Zero Knowledge

- Every tool provided by Cryptpad are based on a Zero Knowledge technology. It means that our server stored only encrypted data, and we have no way to decrypt it. Even data about your account, including your username, are encrypted. + You don't have to trust that we won't look at your pads, with CryptPad's revolutionary Zero Knowledge Technology we can't. Learn more about how we protect your Privacy and Security.

@@ -50,9 +52,9 @@
-

Realtime

+

Jot it down

- Our tools also use a Realtime technology, which means that you can edit the documents, slides or polls collaboratively with other people. Our unique technology has the advantage of combining both realtime and zero-knowledge at the same time. + The greatest projects come from the smallest ideas. Take down the moments of inspiration and unexpected ideas because you never know which one might be a breakthrough.

@@ -66,9 +68,9 @@ User account
-

Share documents

+

Share the link, share the pad

- When you want to edit a document with other users or invite them to answer to a poll, you just have to share the URL of that document with them. All the information needed to access and edit it are contained in the "hash" of the URL. + Grow your ideas together: conduct efficient meetings, collaborate on TODO lists and make quick presentations with all your friends and all your devices.

@@ -76,9 +78,9 @@
-

User Account

+

Get organized

- In order to have Zero Knowledge user accounts, we needed a way to store your settings without knowing your username and password. To do so, our tools generate a unique key from your username and password, directly in your browser. + With CryptPad Drive, you can keep your sites on what's important. Folders allow you to keep track of your projects and have a global vision of where things are going.

@@ -145,4 +147,3 @@
- diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index 72784e2a2..81a1092c9 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -156,6 +156,7 @@ body.html { } } &.image { + width:300px; text-align: center; @media screen and (max-width: @media-not-big) { display: none;