From 02e4585ae1e89e0443b1edd76cee375debbb5728 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 17:47:19 +0100 Subject: [PATCH] Move instant messenger to separate file --- _includes/sections/instant-messenger.html | 60 +++++++++++++++++++++++ index.html | 58 +--------------------- 2 files changed, 61 insertions(+), 57 deletions(-) create mode 100644 _includes/sections/instant-messenger.html diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html new file mode 100644 index 00000000..d72827b0 --- /dev/null +++ b/_includes/sections/instant-messenger.html @@ -0,0 +1,60 @@ +

Encrypted Instant Messenger

+ + + +
+ {% include card.html color="success" + title="Mobile: Signal" + image="assets/img/tools/Signal.png" + url="https://signal.org" + footer="OS: Android, iOS, macOS, Windows, Linux" + description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling. + All communications are end-to-end encrypted. Signal is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by community donations and grants. There are no advertisements, + and it doesn't cost anything to use." + %} + + + {% include card.html color="primary" + title="Riot.im" + image="assets/img/tools/riot.png" + url="https://riot.im/" + footer="OS: Android, iOS, macOS, Windows, Linux, Web" + labels="warning:beta:The software is currently in beta and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data.'" + description='Riot.im is a decentralized free-software chatting application based on the Matrix protocol, a recent open protocol for real-time communication offering E2E encryption. It can bridge other communications via others protocols such as IRC too.' + %} + + {% include card.html color="warning" + title="Desktop: Ricochet" + image="assets/img/tools/Ricochet.png" + url="https://ricochet.im/" + footer="OS: Windows, macOS, Linux." + description='Ricochet uses the Tor network to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with + your contacts without revealing your location or IP address. Instead of a username, you get a unique address that looks like ricochet:rs7ce36jsj24ogfw. Other Ricochet users can use this address to send a contact request - asking to be + added to your contacts list.' + %} + +
+ +

Worth Mentioning

+ + + + +

Related Information

+ + diff --git a/index.html b/index.html index 0e96adee..c5b827aa 100644 --- a/index.html +++ b/index.html @@ -31,63 +31,7 @@ layout: default {% include sections/search-engines.html %} -

Encrypted Instant Messenger

- - -
- {% include card.html color="success" - title="Mobile: Signal" - image="assets/img/tools/Signal.png" - url="https://signal.org" - footer="OS: Android, iOS, macOS, Windows, Linux" - description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling. - All communications are end-to-end encrypted. Signal is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by community donations and grants. There are no advertisements, - and it doesn't cost anything to use." - %} - - - {% include card.html color="primary" - title="Riot.im" - image="assets/img/tools/riot.png" - url="https://riot.im/" - footer="OS: Android, iOS, macOS, Windows, Linux, Web" - labels="warning:beta:The software is currently in beta and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data.'" - description='Riot.im is a decentralized free-software chatting application based on the Matrix protocol, a recent open protocol for real-time communication offering E2E encryption. It can bridge other communications via others protocols such as IRC too.' - %} - - {% include card.html color="warning" - title="Desktop: Ricochet" - image="assets/img/tools/Ricochet.png" - url="https://ricochet.im/" - footer="OS: Windows, macOS, Linux." - description='Ricochet uses the Tor network to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with - your contacts without revealing your location or IP address. Instead of a username, you get a unique address that looks like ricochet:rs7ce36jsj24ogfw. Other Ricochet users can use this address to send a contact request - asking to be - added to your contacts list.' - %} - -
-

Worth Mentioning

- - - -

Related Information

- + {% include sections/instant-messenger.html %}

Encrypted Video & Voice Messenger