diff --git a/_includes/footer.html b/_includes/footer.html index 4d39026..ba423d9 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,5 +11,7 @@ {% endfor %} + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 79b22c8..bde8a3b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -40,7 +40,7 @@

Duplicati 2.0

Store securely encrypted backups on cloud storage services!
Free for Windows, macOS and Linux

- Download 2.0 (experimental)   or   Download 2.0 (experimental)    or    Have a look at 1.3.4
@@ -63,8 +63,9 @@ https://sites.google.com/a/duplicati.com/duplicati/home" class="btn-inverse">Hav - {% include footer.html %} + + {% include footer.html %} diff --git a/_sass/_base.scss b/_sass/_base.scss index 31122c1..9cc6c86 100755 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -10,6 +10,7 @@ body { font-family: $base-font; color: $text-color; @include font-size(16); + margin: 0px; } p { @@ -133,7 +134,7 @@ figure { /* Image hover animation */ @include transition(box-shadow 0.3s); &:hover { - box-shadow: 0 0 10px rgba($black, .20); + box-shadow: 0 0 10px rgba($primary-color, .20); } } } diff --git a/_sass/_buttons.scss b/_sass/_buttons.scss index 3b15898..a1a46ae 100755 --- a/_sass/_buttons.scss +++ b/_sass/_buttons.scss @@ -15,7 +15,6 @@ color: $white; text-decoration: none; border: 0 !important; - border-radius: 10 * $border-radius; @include transition(background 0.2s, border 0.2s); &:hover { color: $white; diff --git a/_sass/_helpers.scss b/_sass/_helpers.scss index f8ab4bf..ec940bc 100755 --- a/_sass/_helpers.scss +++ b/_sass/_helpers.scss @@ -100,7 +100,7 @@ // Image hover animation &:hover { @include animation(pop .3s 0 linear); - box-shadow: 0 0 10px rgba($black, .20); + box-shadow: 0 0 10px rgba($primary-color, .20); } } } @@ -146,7 +146,7 @@ // Image hover animation &:hover { @include animation(pop .3s 0 linear); - box-shadow: 0 0 10px rgba($black, .20); + box-shadow: 0 0 10px rgba($primary-color, .20); } } } diff --git a/_sass/_layout.scss b/_sass/_layout.scss index bcc7ce0..3682614 100755 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -52,15 +52,16 @@ position: relative; display: block; margin-right: $gutter; - padding: (.25 * $masthead-height) 0 (.25 * $masthead-height) ; + padding: 0; height: $masthead-height; font-family: $alt-font; + &:before, &:after { content: ''; display: block; position: absolute; - top: 0; + top: $masthead-height * .45; left: 0; height: 2px; @include transition(width 0.3s); @@ -71,7 +72,11 @@ } &:after { width: 0; - background: $black; + background: $primary-color; + } + &:active, + &:hover { + color: $primary-color; } &:active:after, &:hover:after { @@ -106,7 +111,6 @@ @include font-size(16,no); line-height: .5 * $masthead-height; // half the height to center vertically color: $black; - text-transform: uppercase; } } } @@ -115,7 +119,10 @@ .bottom-menu { @include clearfix; + padding-left: $gutter;; + padding-right: $gutter; font-weight: 700; + background-color: $bottom-menu-color; a { color: lighten($black,60); } @@ -258,10 +265,13 @@ @include font-size(20); @include media($medium) { @include font-size(24); + line-height: em(25); } @include media($large) { @include font-size(32); + line-height: em(25); } + line-height: em(25); } } // page header @@ -337,7 +347,7 @@ @include outer-container; margin-top: (3 * (0px + $doc-line-height)); margin-top: (3 * (0rem + ($doc-line-height / $doc-font-size))); - padding-bottom: $gutter; + padding-bottom: 0px; font-family: $alt-font; /* Copyright text */ .copyright { diff --git a/_sass/_twotiles.scss b/_sass/_twotiles.scss index 23690db..6a69fbf 100644 --- a/_sass/_twotiles.scss +++ b/_sass/_twotiles.scss @@ -18,9 +18,20 @@ } .post-title { @include font-size(18,no); + margin-left: em(60); } .post-excerpt { @include font-size(16); + margin-left: em(70); + margin-top: em(4); + color: lighten($text-color,40); + } + .post-icon { + float: left; + vertical-align: top; + @include media($micro) { + margin-top: em(0); + } } .post-teaser { position: relative; diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 49344bf..e770e5f 100755 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -25,6 +25,7 @@ $white : #fff; $black : #000; $body-color : #ebebeb; +$bottom-menu-color : #e9e9e9; $text-color : #313130; $caption-color : mix($white, $text-color, 25%); @@ -34,7 +35,7 @@ $comp-color : complement($base-color); $border-color : #ddd; $link-color : #222; -$primary-color : $black; +$primary-color : #3e9ff0; $success-color : #2ecc71; $warning-color : #f1c40f; $danger-color : #e74c3c; diff --git a/images/background-1600x800.jpg b/images/background-1600x800.jpg index 0cef834..3a455c9 100644 Binary files a/images/background-1600x800.jpg and b/images/background-1600x800.jpg differ diff --git a/images/home/backends-ico.png b/images/home/backends-ico.png new file mode 100644 index 0000000..ecfe00e Binary files /dev/null and b/images/home/backends-ico.png differ diff --git a/images/home/cloud-ico.png b/images/home/cloud-ico.png new file mode 100644 index 0000000..daef39b Binary files /dev/null and b/images/home/cloud-ico.png differ diff --git a/images/home/feature-ico.png b/images/home/feature-ico.png new file mode 100644 index 0000000..b363b8d Binary files /dev/null and b/images/home/feature-ico.png differ diff --git a/images/home/lgpl-ico.png b/images/home/lgpl-ico.png new file mode 100644 index 0000000..6162e29 Binary files /dev/null and b/images/home/lgpl-ico.png differ diff --git a/images/home/secure-ico.png b/images/home/secure-ico.png new file mode 100644 index 0000000..389e288 Binary files /dev/null and b/images/home/secure-ico.png differ diff --git a/images/home/webui-ico.png b/images/home/webui-ico.png new file mode 100644 index 0000000..73a7672 Binary files /dev/null and b/images/home/webui-ico.png differ diff --git a/index.md b/index.md index 65ed907..7888591 100755 --- a/index.md +++ b/index.md @@ -6,66 +6,42 @@ image: --- - -
- -
-

Features

-

Backup files and folders with strong AES-256 encryption. Save space with incremental backups and data deduplication. Run backups on any machine through the web-based interface or via command line interface. Duplicati has a built-in scheduler and auto-updater. Learn more

-
- -
-

Backends

-

Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.

-
- -
-

Free software

-

Duplicati is free software and open source. You can use Duplicati for free even for commercial purposes. Source code is licensed under LGPL. Duplicati runs under Windows, Linux, MacOS. It requires .NET 4.5 or Mono.

-
- -
-
-
-

Small backup size

-

Duplicati compresses all data and it performs incremental backups to minimize the amount of data that is transferred and stored remotely. Duplicati even has built-in deduplication. It detects similar and identical files and stores the same pieces of data only once.

-
- -
-

Built for online

-

Duplicati was designed for online backups from scratch. It is not only data efficient but also handles network issues nicely. E.g. interrupted backups can be resumed and Duplicati tests the content of backups regularly. That way broken backups on corrupt storage systems can be detected before it’s too late.

-
- -
-

Meta data

-

Duplicati stores the meta data of files and folders on different platforms. This includes dates “last modified, created” as well as attributes like “hidden, archive”. Also access permissions (ACL, POSIX) are stored.

+
+

+

Many Backends

+

Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive " S3, Google Drive, box.com, Mega, hubiC and many others.

-
-

Strong encryption

-

Duplicati uses strong AES-256 encryption to protect your privacy. You can also use GPG to encrypt your backup.

-
+
+

+

Features

+

Backup files and folders with strong AES-256 encryption. Save space with incremental backups and data deduplication. Run backups on any machine through the web-based interface or via command line interface. Duplicati has a built-in scheduler and auto-updater.

+
-
-

Trust No One design

-

Duplicati was developed following the trust-no-one principle. With Duplicati your backup password never leaves your computer. The backup itself does not contain any unencrypted data. And Duplicati’s source code is public so that everyone can review and improve it.

-
+
+

+

Free software

+

Duplicati is free software and open source. You can use Duplicati for free even for commercial purposes. Source code is licensed under LGPL. Duplicati runs under Windows, Linux, MacOS. It requires .NET 4.5 or Mono.

+
-
-

Many backends

-

Duplicati works with standard Internet protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.

-
+
+

+

Strong encryption

+

Duplicati uses strong AES-256 encryption to protect your privacy. You can also use GPG to encrypt your backup.

+
-
-

Web-based user interface

-

Duplicati is configured by a web interface that runs in any browser (even mobile) and can be accessed - if you like - from anywhere. This also allows to run Duplicati on headless machines like a NAS (network attached storage).

-
+
+

+

Built for online

+

Duplicati was designed for online backups from scratch. It is not only data efficient but also handles network issues nicely. E.g. interrupted backups can be resumed and Duplicati tests the content of backups regularly. That way broken backups on corrupt storage systems can be detected before it’s too late.

+
-
-

Multi-core and performance

-

To restore your data as fast as possible, Duplicati uses multi-core, hardware decryption and on-the-fly decompression.

-
+
+

+

Web-based user interface

+

Duplicati is configured by a web interface that runs in any browser (even mobile) and can be accessed - if you like - from anywhere. This also allows to run Duplicati on headless machines like a NAS (network attached storage).

+