1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Fix broken hyperlinks

This commit is contained in:
2021-05-01 19:36:43 -05:00
parent 01995be1f4
commit 523502f0cb
5 changed files with 5 additions and 28 deletions

View File

@ -24,7 +24,6 @@ layout: default
<h5 class="mt-2">“I have nothing to hide. Why should I care about my privacy?”</h5>
<p class="mt-2">Much like the right to interracial marriage, woman's suffrage, freedom of speech, and many others, we didn't always have the right to privacy. In several dictatorships, many still don't. Generations before ours fought for our right to privacy. <mark>Privacy is a human right inherent to all of us</mark>, that we are entitled to without discrimination.</p>
<p>You shouldn't confuse privacy with secrecy. We know what happens in the bathroom, but you still close the door. That's because you want privacy, not secrecy. <strong>Everyone</strong> has something to hide, privacy is something that makes you human.</p>
<a href="/privacy/" class="btn btn-primary mt-2">Learn More About Privacy</a>
</div>
<div class="col-2 d-none d-lg-block">
{% include svg/phone-like-icon.svg %}
@ -50,21 +49,10 @@ layout: default
<div class="container">
<div class="row mt-3">
<div class="col text-center">
<h2>Privacy Tools &amp; Services</h2>
<h2>Privacy Tools</h2>
<p>The devices, software, and services that will protect your privacy highly depend on your use case, workflow, and threat model. But, if you don't know where to get started, we've chosen some recommended tools to get you going :)</p>
</div>
</div>
<div class="row mb-5">
<div class="col-6 col-sm-4 col-md-3 col-xl-2 mt-3">
<a href="/devices/">
<div class="card text-center mx-auto" style="width: 160px;">
<div class="card-body">
<span class="card-title display-4"><i class="fal fa-phone-laptop mb-3" aria-hidden="true"></i></span>
<p class="card-subtitle">Devices</p>
</div>
</div>
</a>
</div>
<div class="col-6 col-sm-4 col-md-3 col-xl-2 mt-3">
<a href="/browsers/">
<div class="card text-center mx-auto" style="width: 160px;">
@ -105,16 +93,6 @@ layout: default
</div>
</a>
</div>
<div class="col-6 col-sm-4 col-md-3 col-xl-2 mt-3">
<a href="/services/">
<div class="card text-center mx-auto" style="width: 160px;">
<div class="card-body">
<span class="card-title display-4"><i class="fal fa-server mb-3" aria-hidden="true"></i></span>
<p class="card-subtitle">Services</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>