Split All Services into Individual Pages #807

Merged
jonah merged 17 commits from split-pages into master 2019-04-02 00:42:35 +00:00
72 changed files with 562 additions and 345 deletions
Showing only changes of commit f42871f1df - Show all commits

View File

@ -20,6 +20,6 @@
</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>

View File

@ -46,7 +46,7 @@
title="Donate"
icon="fas fa-donate"
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."
%}

View File

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

View File

@ -1,13 +1,9 @@
---
layout: default
active_page: privacy_policy
layout: page
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>
@ -87,9 +83,3 @@ active_page: privacy_policy
<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>
<br /><hr /><br />
{% include footer.html %}
</div>