From d02251c8288e9692fabede88d4c520ada158764b Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 17:49:29 +0100 Subject: [PATCH] Move video/voice messenger to separate file --- _includes/sections/voice-video-messenger.html | 51 +++++++++++++++++++ index.html | 46 +---------------- 2 files changed, 53 insertions(+), 44 deletions(-) create mode 100644 _includes/sections/voice-video-messenger.html diff --git a/_includes/sections/voice-video-messenger.html b/_includes/sections/voice-video-messenger.html new file mode 100644 index 00000000..825bd987 --- /dev/null +++ b/_includes/sections/voice-video-messenger.html @@ -0,0 +1,51 @@ +

Encrypted Video & Voice 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="Wire" + image="assets/img/tools/wire.png" + url="https://get.wire.com" + footer="OS: Android, iOS, macOS, Windows, Linux, Web" + description="Wire is an app developed by Wire Swiss GmbH. + The Wire app allows users to exchange end-to-end encrypted instant messages, as well as make voice and video calls. Wire is free and open source, enabling anyone to verify its security by auditing the code. + The development team is backed by Iconical and they will monetize in the future with premium features/services.
+ Caution: The company keeps a list of all the users you contact until you delete your account." + %} + + {% include card.html color="warning" + title="Linphone" + image="assets/img/tools/Linphone.png" + url="https://www.linphone.org/" + footer="OS: iOS, Android, Windows Phone, Linux, Windows, macOS, Browser (Web)" + description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication." + %} + +
+ +

Worth Mentioning

+ + + +

Related Information

+ + diff --git a/index.html b/index.html index c5b827aa..fbcebc5a 100644 --- a/index.html +++ b/index.html @@ -33,52 +33,10 @@ layout: default {% include sections/instant-messenger.html %} -

Encrypted Video & Voice 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 sections/voice-video-messenger.html %} - {% include card.html color="primary" - title="Wire" - image="assets/img/tools/wire.png" - url="https://get.wire.com" - footer="OS: Android, iOS, macOS, Windows, Linux, Web" - description="Wire is an app developed by Wire Swiss GmbH. - The Wire app allows users to exchange end-to-end encrypted instant messages, as well as make voice and video calls. Wire is free and open source, enabling anyone to verify its security by auditing the code. - The development team is backed by Iconical and they will monetize in the future with premium features/services.
- Caution: The company keeps a list of all the users you contact until you delete your account." - %} +

File Sharing

- {% include card.html color="warning" - title="Linphone" - image="assets/img/tools/Linphone.png" - url="https://www.linphone.org/" - footer="OS: iOS, Android, Windows Phone, Linux, Windows, macOS, Browser (Web)" - description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication." - %} - -

Worth Mentioning

- - -

Related Information

-

File Sharing

{% include card.html color="success" title="OnionShare"