Convert File Sync to cardv2, update navbar title (#1308)
This commit is contained in:
@ -1,24 +1,36 @@
|
||||
<h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> Secure File Sync Software</h1>
|
||||
<h1 id="sync" class="anchor">
|
||||
<a href="#sync">
|
||||
<i class="fas fa-link anchor-icon"></i>
|
||||
</a>
|
||||
File Sync
|
||||
</h1>
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="SparkleShare"
|
||||
image="/assets/img/tools/SparkleShare.png"
|
||||
url="https://sparkleshare.org/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically
|
||||
kept in sync with both the host and all of your peers when someone adds, removes or edits a file."
|
||||
%} {% include card.html color="primary"
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Syncthing"
|
||||
image="/assets/img/tools/Syncthing.png"
|
||||
url="https://syncthing.net/"
|
||||
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
|
||||
description="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to
|
||||
choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
|
||||
%}
|
||||
description="<strong>Syncthing</strong> replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
|
||||
website="https://syncthing.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-syncthing/1627/2"
|
||||
github="https://github.com/syncthing?type=source"
|
||||
windows="https://github.com/syncthing/syncthing-gtk/releases/latest"
|
||||
linux="https://github.com/syncthing/syncthing-gtk/releases/latest"
|
||||
mac="https://github.com/syncthing/syncthing-macos/releases/latest"
|
||||
fdroid="https://f-droid.org/packages/com.github.catfriend1.syncthingandroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid"
|
||||
%}
|
||||
|
||||
</div>
|
||||
{%
|
||||
include cardv2.html
|
||||
title="SparkleShare"
|
||||
image="/assets/img/tools/SparkleShare.png"
|
||||
description="<strong>SparkleShare</strong> creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file."
|
||||
website="https://sparkleshare.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-sparkleshare/1626"
|
||||
github="https://github.com/hbons/SparkleShare"
|
||||
linux="https://www.sparkleshare.org/"
|
||||
mac="https://github.com/hbons/SparkleShare/releases/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user