diff --git a/_includes/card.html b/_includes/card.html index ee729bcd..c6d0e0e7 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -10,15 +10,21 @@

{{include.title}}{{include.description}}

-

- {% if include.website %} - {{include.website}} - {% else %} - Website: {{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }} +

+ Website: + {% if include.website %} + {{include.website}} + {% else %} + {{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }} + {% endif %} + + {% if include.tor %} + Tor {% endif %} -

-

{{include.footer}}

+ {% if include.footer %} +

{{include.footer}}

+ {% endif %}
diff --git a/css/custom.css b/css/custom.css index b266b7b7..9e375811 100644 --- a/css/custom.css +++ b/css/custom.css @@ -8,7 +8,7 @@ /* todo */ } -.card-success, .card-success .card-header { +/* .card-success, .card-success .card-header { border-color: rgba(40, 167, 69, 0.5) !important; } @@ -18,7 +18,7 @@ .card-warning, .card-warning .card-header { border-color: rgba(255, 193, 7, 0.5) !important; -} +} */ diff --git a/index.html b/index.html index 197aeba1..aa05641d 100644 --- a/index.html +++ b/index.html @@ -1582,24 +1582,15 @@ layout: default

File Sharing

-
-
-
-

OnionShare

-
-
-

OnionShareOnionShare 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.

-

- - Website: onionshare.org - - Tor -

-

OS: Windows, macOS, Linux.

-
-
-
+ {% include card.html + color="success" + title="OnionShare" + image="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." + %}
@@ -1643,7 +1634,7 @@ layout: default description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." url="https://nextcloud.com/" - website="Website: nextcloud.com" + website="nextcloud.com" footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux." %}