From 4f5522160f643bd1bc5eff38cebd13c32d26e895 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 17:54:01 +0100 Subject: [PATCH] Move file sharing to separate file --- _includes/sections/file-sharing.html | 20 ++++++++++++++++++++ index.html | 21 +-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 _includes/sections/file-sharing.html diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html new file mode 100644 index 00000000..bc28bfb6 --- /dev/null +++ b/_includes/sections/file-sharing.html @@ -0,0 +1,20 @@ +

File Sharing

+ +
+ {% include card.html color="success" + title="OnionShare" + image="assets/img/tools/OnionShare.png" + url="https://onionshare.org/" + tor="http://elx57ue5uyfplgva.onion/" + footer="OS: Windows, macOS, Linux." + description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third-party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet." + %} + + {% include card.html color="primary" + title="Magic Wormhole" + image="assets/img/tools/Magic-Wormhole.png" + url="https://github.com/warner/magic-wormhole" + footer='OS: cross-platform (python)' + description='Get things from one computer to another, safely. This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine. The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.' + %} +
diff --git a/index.html b/index.html index fbcebc5a..81f8059a 100644 --- a/index.html +++ b/index.html @@ -35,26 +35,7 @@ layout: default {% include sections/voice-video-messenger.html %} -

File Sharing

- -
- {% include card.html color="success" - title="OnionShare" - image="assets/img/tools/OnionShare.png" - url="https://onionshare.org/" - tor="http://elx57ue5uyfplgva.onion/" - footer="OS: Windows, macOS, Linux." - description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third-party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet." - %} - - {% include card.html color="primary" - title="Magic Wormhole" - image="assets/img/tools/Magic-Wormhole.png" - url="https://github.com/warner/magic-wormhole" - footer='OS: cross-platform (python)' - description='Get things from one computer to another, safely. This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine. The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.' - %} -
+ {% include sections/file-sharing.html %}

Encrypted Cloud Storage Services