Update Husky scripts

This commit is contained in:
nitrohorse
2019-08-03 13:29:51 -07:00
parent de91049200
commit 9b4f84d96c
80 changed files with 2368 additions and 1765 deletions

View File

@ -4,7 +4,7 @@
<div class="row">
{% include card.html color="success"
{% include card.html color="success"
title="Providers"
icon="fas fa-server"
iconcolor="dark"
@ -12,7 +12,7 @@
description="Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!"
%}
{% include card.html color="primary"
{% include card.html color="primary"
title="Web Browsers"
icon="far fa-compass"
iconcolor="dark"
@ -20,7 +20,7 @@
description="Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks."
%}
{% include card.html color="warning"
{% include card.html color="warning"
title="Software"
icon="far fa-window-restore"
iconcolor="dark"
@ -28,7 +28,7 @@
description="Discover a variety of open source software built to protect your privacy and keep your digital data secure."
%}
{% include card.html color="info"
{% include card.html color="info"
title="Operating Systems"
icon="fas fa-desktop"
iconcolor="dark"
@ -36,7 +36,7 @@
description="Find out how your operating system is comprimising your privacy, and what simple alternatives exist."
%}
{% include card.html color="secondary"
{% include card.html color="secondary"
title="privacytoolsIO Services"
icon="far fa-eye-slash"
iconcolor="dark"
@ -44,7 +44,7 @@
description="The privacytools.io team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!"
%}
{% include card.html color="danger"
{% include card.html color="danger"
title="Donate"
icon="fas fa-donate"
iconcolor="dark"
@ -52,4 +52,4 @@
description="We can't operate this site without the generous contributions we receive from our viewers. If you love privacy and our website please consider donating."
%}
</div>
</div>