Fix links and layouts

This commit is contained in:
Jonah Aragon 2019-04-01 16:27:54 -05:00
parent 81b6c6c156
commit f42871f1df
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649
4 changed files with 7 additions and 16 deletions

View File

@ -20,6 +20,6 @@
</div> </div>
</div> </div>
<p class="copyright-text"><strong>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.</strong> <em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt. <a href="/privacy-policy.html">View our privacy policy</a>.</em></p> <p class="copyright-text"><strong>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.</strong> <em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt. <a href="/privacy-policy/">View our privacy policy</a>.</em></p>
</footer> </footer>

View File

@ -46,7 +46,7 @@
title="Donate" title="Donate"
icon="fas fa-donate" icon="fas fa-donate"
iconcolor="dark" iconcolor="dark"
page="https://github.com/privacytoolsIO/privacytools.io" 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="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."
%} %}

View File

@ -1,6 +1,7 @@
--- ---
layout: default layout: default
active_page: donate active_page: donate
permalink: /donate/
--- ---
<div class="col-12"> <div class="col-12">
<div class="row"> <div class="row">

View File

@ -1,13 +1,9 @@
--- ---
layout: default layout: page
active_page: privacy_policy permalink: /privacy-policy/
title: "Privacy Policy"
description: "This Privacy Policy explains what information privacytoolsIO and its related entities collect about its users, what we do with that information, and how we handle the content you place in our products and services."
--- ---
<div class="container" role="main">
<div class="jumbotron p-5">
<h1 class="display-4">Privacy Policy</h1>
<p>This Privacy Policy explains what information privacytoolsIO and its related entities collect about its users,
what we do with that information, and how we handle the content you place in our products and services.</p>
</div>
<h2>Scope of Privacy Policy</h2> <h2>Scope of Privacy Policy</h2>
@ -87,9 +83,3 @@ active_page: privacy_policy
<h2>Contact Us</h2> <h2>Contact Us</h2>
<p>If you have any questions or concerns about this privacy policy or the data we collect, you are free to <a href="https://github.com/privacytoolsIO/privacytools.io/issues">open an issue on our issue tracker at GitHub</a>.</p> <p>If you have any questions or concerns about this privacy policy or the data we collect, you are free to <a href="https://github.com/privacytoolsIO/privacytools.io/issues">open an issue on our issue tracker at GitHub</a>.</p>
<br /><hr /><br />
{% include footer.html %}
</div>