Manual cleanup

This commit is contained in:
nitrohorse 2019-08-03 21:06:36 -07:00
parent 543099e914
commit c7937a241a
No known key found for this signature in database
GPG Key ID: 6F3175557E766CBF
13 changed files with 226 additions and 228 deletions

View File

@ -17,8 +17,7 @@
{% assign text = label_data[1] %} {% assign text = label_data[1] %}
{% assign tooltip = label_data[2] | default: "" %} {% assign tooltip = label_data[2] | default: "" %}
{% assign help_icon = '<i class="far fa-question-circle"></i>' %} {% assign help_icon = '<i class="far fa-question-circle"></i>' %}
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon <span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon }}
}}
{% else %} {% else %}
>{{text}} >{{text}}
{% endif %} {% endif %}

View File

@ -4,7 +4,6 @@
<strong>If you are currently using an Instant Messenger like LINE, Telegram, Viber, <a href="https://www.eff.org/deeplinks/2016/10/where-whatsapp-went-wrong-effs-four-biggest-security-concerns">WhatsApp</a>, or plain SMS messages you should pick an alternative here.</strong> <strong>If you are currently using an Instant Messenger like LINE, Telegram, Viber, <a href="https://www.eff.org/deeplinks/2016/10/where-whatsapp-went-wrong-effs-four-biggest-security-concerns">WhatsApp</a>, or plain SMS messages you should pick an alternative here.</strong>
</div> </div>
{% include cardv2.html {% include cardv2.html
title="Signal" title="Signal"
image="/assets/img/tools/Signal.png" image="/assets/img/tools/Signal.png"
@ -20,7 +19,6 @@ windows=""
linux="" linux=""
%} %}
{% include cardv2.html {% include cardv2.html
title="Wire" title="Wire"
image="/assets/img/tools/wire.png" image="/assets/img/tools/wire.png"

View File

@ -23,6 +23,7 @@
description='KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. All passwords in one database, which is locked with one description='KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. All passwords in one database, which is locked with one
master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: <a href="https://keepassxc.org/">KeePassXC</a> with official native cross-platform support for Windows/macOS/Linux.' master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: <a href="https://keepassxc.org/">KeePassXC</a> with official native cross-platform support for Windows/macOS/Linux.'
%} %}
{% include card.html color="warning" {% include card.html color="warning"
title="LessPass - Browser" title="LessPass - Browser"
image="/assets/img/tools/LessPass.png" image="/assets/img/tools/LessPass.png"