Split All Services into Individual Pages (#807)
* Split sections into pages Preliminary work * Separate everything into their own pages + Permalinks! * Navbar Link Updates * Change all asset links Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :) * Point all navbar links to pages * Make the layouts more modular * Remove unnecessary div containers * Adjust footer and headers layout * Add link to various privacy subpages to homepage * Remove test script * Add titles and descriptions to all pages * Fix links and layouts * Adjust header margins * Create master pages * Finalize master pages * Add services page * Add Javascript redirects Okay I'm pretty garbage at Javascript so this is basically hacked together. If someone who knows what they're doing wants to do this, be my guest.
This commit is contained in:
@ -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 sections/footer.html %}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user