This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
2019-08-28 21:40:11 -07:00

33 lines
975 B
HTML

<h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> {% t filesync.software %}</h1>
{%- capture filesync_sparkleshare_descr -%}{% t filesync.sparkleshare_descr %}{%- endcapture -%}
{%- capture filesync_syncthing_descr -%}{% t filesync.syncthing_descr %}{%- endcapture -%}
<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=filesync_sparkleshare_descr
%}
{% include card.html color="primary"
title="Syncthing"
image="/assets/img/tools/Syncthing.png"
url="https://syncthing.net/"
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
description=filesync_syncthing_descr
%}
</div>
<h3>{% t filesync.worth_mentioning %}</h3>
<ul>
<li>
<a href="https://git-annex.branchable.com/">git-annex</a> {% t filesync.gitannex_descr %}
</li>
</ul>