mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-30 07:09:11 +00:00
style: Add logos to recommendation cards
This commit is contained in:
@@ -24,7 +24,7 @@ If you already use [Proton Drive](../../services/cloud/index.md#proton-drive)[^1
|
||||
|
||||
### Send
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./send.svg" >}}
|
||||
|
||||
**Send** is a fork of Mozilla's discontinued Firefox Send service which allows you to send files to others with a link. Files are encrypted on your device so that they cannot be read by the server, and they can be optionally password-protected as well. The maintainer of Send hosts a [public instance](https://send.vis.ee). You can use other public instances, or you can host Send yourself.
|
||||
|
||||
@@ -43,7 +43,7 @@ ffsend upload --host https://send.vis.ee/ FILE
|
||||
|
||||
### OnionShare
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./onionshare.svg" >}}
|
||||
|
||||
**OnionShare** is an open-source tool that lets you securely and [anonymously](../../../wiki/basics/common-threats/index.md#anonymity-vs-privacy){ .pg-purple } share a file of any size. It works by starting a web server accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files.
|
||||
|
||||
@@ -73,7 +73,7 @@ OnionShare provides the option to connect via [Tor bridges](https://docs.onionsh
|
||||
|
||||
### Syncthing (P2P)
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./syncthing.svg" >}}
|
||||
|
||||
**Syncthing** is an open-source peer-to-peer continuous file synchronization utility. It is used to synchronize files between two or more devices over the local network or the internet. Syncthing does not use a centralized server; it uses the [Block Exchange Protocol](https://docs.syncthing.net/specs/bep-v1.html#bep-v1) to transfer data between devices. All data is encrypted using TLS.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user