mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
shorter description
This commit is contained in:
parent
17e8a04b11
commit
1b6ff1e909
@ -5,28 +5,7 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p class="card-text">
|
<p class="card-text">
|
||||||
<img src="{{include.image}}" height="120" width="120" class="panel-pic" alt="{{include.title}}">
|
<img src="{{include.image}}" height="120" width="120" class="panel-pic" alt="{{include.title}}">
|
||||||
|
|
||||||
{% if include.labels %}
|
|
||||||
{% assign labels = include.labels | replace:", ", "," | split:"," %}
|
|
||||||
<div class="mb-1">
|
|
||||||
{% for label in labels %}
|
|
||||||
{% assign label_data = label | split:":" %}
|
|
||||||
{% assign color = label_data[0] %}
|
|
||||||
{% assign text = label_data[1] %}
|
|
||||||
{% assign tooltip = label_data[2] | default: "" %}
|
|
||||||
{% 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
|
|
||||||
}}
|
|
||||||
{% else %}
|
|
||||||
>{{text}}
|
|
||||||
{% endif %}
|
|
||||||
</span>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{{include.description}}
|
{{include.description}}
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<a href="{{include.website}}" class="btn btn-primary"><i class="fas fa-external-link-alt fa-fw"></i> Website</a>
|
<a href="{{include.website}}" class="btn btn-primary"><i class="fas fa-external-link-alt fa-fw"></i> Website</a>
|
||||||
{% if include.forum %}
|
{% if include.forum %}
|
||||||
|
@ -91,7 +91,7 @@ safari=""
|
|||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="uMatrix: Stop Cross-Site Requests"
|
title="uMatrix: Stop Cross-Site Requests"
|
||||||
image="/assets/img/addons/umatrix.png"
|
image="/assets/img/addons/umatrix.png"
|
||||||
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. This gives you greater and more fine-grained control over the information that you leak online."
|
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics."
|
||||||
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
||||||
github="https://github.com/gorhill/uMatrix"
|
github="https://github.com/gorhill/uMatrix"
|
||||||
|
@ -34,8 +34,7 @@ bsd=""
|
|||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="Brave Browser"
|
title="Brave Browser"
|
||||||
image="/assets/img/tools/Brave.png"
|
image="/assets/img/tools/Brave.png"
|
||||||
description="The new open source browser \"Brave\" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium."
|
description="The new open source browser Brave automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium. <span class=\"badge badge-warning\" data-toggle=\"tooltip\" title=\"Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons.\">experimental <i class=\"far fa-question-circle\"></i></span>"
|
||||||
labels="warning:experimental:Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons."
|
|
||||||
website="https://brave.com/"
|
website="https://brave.com/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-brave-browser/280"
|
forum="https://forum.privacytools.io/t/discussion-brave-browser/280"
|
||||||
github="https://github.com/brave"
|
github="https://github.com/brave"
|
||||||
|
Loading…
Reference in New Issue
Block a user