From 01111460d22441c4f948ee46bd4d091cd2be00dd Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 31 Jul 2019 15:16:25 +0300 Subject: [PATCH] Teamchat: initial commit --- _includes/nav.html | 1 + _includes/sections/teamchat.html | 40 ++++++++++++++++++++++++++++++++ pages/software/teamchat.html | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 _includes/sections/teamchat.html create mode 100644 pages/software/teamchat.html diff --git a/_includes/nav.html b/_includes/nav.html index 18e6c3d4..3baed858 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -47,6 +47,7 @@ File Encryption File Sharing Instant Messenger + Team chat Password Manager Productivity Tools Secure File Sync diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html new file mode 100644 index 00000000..bec8af64 --- /dev/null +++ b/_includes/sections/teamchat.html @@ -0,0 +1,40 @@ +

Private friendly Team chat applications

+ + + +{% include cardv2.html +title="Rocket.chat" +image="/assets/img/tools/rocket.chat.png" +description="Rocket.chat is open source platform for team communication. It has optional federation and experimental E2EE. Experimental " +website="https://rocket.chat/" +forum="" +github="https://github.com/rocketchat/" +android="" +ios="" +mac="" +windows="" +linux="" +%} + +{% include cardv2.html +title="Keybase" +image="/assets/img/tools/keybase.png" +description='Blah blah blah. experimental (GitHub issue)' +website="https://keybase.io/" +forum="" +github="https://github.com/Keybase" +android="" +ios="" +mac="" +windows="" +linux="" +web="" +%} + +

Worth Mentioning

+ + \ No newline at end of file diff --git a/pages/software/teamchat.html b/pages/software/teamchat.html new file mode 100644 index 00000000..e554ff97 --- /dev/null +++ b/pages/software/teamchat.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /software/teamchat/ +title: "Team chat" +description: "Discover private ways to chat with your team without letting big businesses read your messages." +--- + +{% include sections/teamchat.html %}