From 6ac85658cfd072a67ee3d7adeac434d1940a19a0 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 28 Oct 2020 10:42:02 +0000 Subject: [PATCH 1/3] Fix labels, to be consistent --- _includes/sections/file-encryption.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 2cd7fa28..86308392 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -58,7 +58,7 @@
  • Cryptomator - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. {% include badge.html color="warning" - icon="fas fa-exclamation-triangle" + icon="Closed source" link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" tooltip="Cryptomator's mobile apps are not open-source." %}
  • @@ -68,14 +68,14 @@
  • Keka - A macOS-only, file archiver with the ability to encrypt files. {% include badge.html color="warning" - icon="fas fa-exclamation-triangle" + icon="Closed source" link="https://github.com/aonez/Keka#so-where-is-the-source-code" tooltip="This software is no longer open source." %}
  • Kryptor is a file encryption program for Windows, MacOS, and Linux. {% include badge.html color="warning" - icon="fas fa-exclamation-triangle" + icon="Beta" tooltip="As Kryptor is still in beta, it may not be stable." %}
  • -- 2.47.2 From e564aca74aee2cc6de819be64abfcf859568a547 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 28 Oct 2020 15:26:57 +0000 Subject: [PATCH 2/3] s/icon/text --- _includes/sections/file-encryption.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 86308392..57f15ced 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -58,7 +58,7 @@
  • Cryptomator - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. {% include badge.html color="warning" - icon="Closed source" + text="Closed source" link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" tooltip="Cryptomator's mobile apps are not open-source." %}
  • @@ -68,14 +68,14 @@
  • Keka - A macOS-only, file archiver with the ability to encrypt files. {% include badge.html color="warning" - icon="Closed source" + text="Closed source" link="https://github.com/aonez/Keka#so-where-is-the-source-code" tooltip="This software is no longer open source." %}
  • Kryptor is a file encryption program for Windows, MacOS, and Linux. {% include badge.html color="warning" - icon="Beta" + text="Beta" tooltip="As Kryptor is still in beta, it may not be stable." %}
  • -- 2.47.2 From f91b0346227ac6c9f55a4e5555748a3b435604f1 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 28 Oct 2020 15:34:51 +0000 Subject: [PATCH 3/3] Use a warning icon --- _includes/sections/file-encryption.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/sections/file-encryption.html b/_includes/sections/file-encryption.html index 57f15ced..12f306ed 100644 --- a/_includes/sections/file-encryption.html +++ b/_includes/sections/file-encryption.html @@ -59,6 +59,7 @@ {% include badge.html color="warning" text="Closed source" + icon="fas fa-exclamation-triangle" link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" tooltip="Cryptomator's mobile apps are not open-source." %} @@ -68,6 +69,7 @@
  • Keka - A macOS-only, file archiver with the ability to encrypt files. {% include badge.html color="warning" + icon="fas fa-exclamation-triangle" text="Closed source" link="https://github.com/aonez/Keka#so-where-is-the-source-code" tooltip="This software is no longer open source." @@ -75,6 +77,7 @@
  • Kryptor is a file encryption program for Windows, MacOS, and Linux. {% include badge.html color="warning" + icon="fas fa-exclamation-triangle" text="Beta" tooltip="As Kryptor is still in beta, it may not be stable." %}
  • -- 2.47.2