Add index strings to en.yml

This commit is contained in:
2019-08-06 00:01:41 -05:00
parent 065c632a2e
commit df38bc4da6
7 changed files with 177 additions and 57 deletions

View File

@ -1,55 +1,68 @@
<h1 id="os" class="anchor">Privacy Tools</h1>
<h1 id="os" class="anchor">{% t resources.tools %}</h1>
<p><a href="/classic/"><i class="fas fa-info-circle"></i> Prefer the classic site? View a single-page layout.</a></p>
<p><a href="/classic/"><i class="fas fa-info-circle"></i> {%t resources.classic %}</a></p>
{%- capture title1 -%}{% t resources.providers %}{%- endcapture -%}
{%- capture descr1 -%}{% t resources.providers_description %}{%- endcapture -%}
{%- capture title2 -%}{% t resources.browsers %}{%- endcapture -%}
{%- capture descr2 -%}{% t resources.browsers_description %}{%- endcapture -%}
{%- capture title3 -%}{% t resources.software %}{%- endcapture -%}
{%- capture descr3 -%}{% t resources.software_description %}{%- endcapture -%}
{%- capture title4 -%}{% t resources.os %}{%- endcapture -%}
{%- capture descr4 -%}{% t resources.os_description %}{%- endcapture -%}
{%- capture title5 -%}{% t resources.services %}{%- endcapture -%}
{%- capture descr5 -%}{% t resources.services_description %}{%- endcapture -%}
{%- capture title6 -%}{% t resources.donate %}{%- endcapture -%}
{%- capture descr6 -%}{% t resources.donate_description %}{%- endcapture -%}
<div class="row">
{% include card.html color="success"
title="Providers"
title=title1
icon="fas fa-server"
iconcolor="dark"
page="/providers/"
description="Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!"
description=descr1
%}
{% include card.html color="primary"
title="Web Browsers"
title=title2
icon="far fa-compass"
iconcolor="dark"
page="/browsers/"
description="Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks."
description=descr2
%}
{% include card.html color="warning"
title="Software"
title=title3
icon="far fa-window-restore"
iconcolor="dark"
page="/software/"
description="Discover a variety of open source software built to protect your privacy and keep your digital data secure."
description=descr3
%}
{% include card.html color="info"
title="Operating Systems"
title=title4
icon="fas fa-desktop"
iconcolor="dark"
page="/operating-systems/"
description="Find out how your operating system is comprimising your privacy, and what simple alternatives exist."
description=descr4
%}
{% include card.html color="secondary"
title="privacytoolsIO Services"
title=title5
icon="far fa-eye-slash"
iconcolor="dark"
page="/services/"
description="The privacytools.io team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!"
description=descr5
%}
{% include card.html color="danger"
title="Donate"
title=title6
icon="fas fa-donate"
iconcolor="dark"
page="/donate/"
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."
description=descr6
%}
</div>