Upgrade to template v3

This commit is contained in:
Florine W. Dekker 2022-11-20 23:16:12 +01:00
parent 3b6eb09705
commit cf134f376f
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
3 changed files with 92 additions and 102 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "privacy",
"version": "1.4.6",
"version": "1.4.7",
"description": "Florine's privacy policy.",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",

View File

@ -19,13 +19,12 @@
<title>Privacy policy | FWDekker</title>
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/2.x.x/template.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/3.x.x/template.css?v=%%VERSION_NUMBER%%" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<noscript>
<noscript class="fwd-js-notice">
<img src="https://stats.fwdekker.com/count?p=/privacy/" alt="Counting pixel" />
<p>
@ -34,23 +33,33 @@
instructions on how to enable JavaScript in your web browser</a>.
</p>
</noscript>
<main> <!-- Do not hide without JavaScript -->
<div id="nav"></div>
<div id="contents">
<div id="header"></div>
<section class="container">
<div class="row">
<div class="column column-75">
<nav id="nav"></nav>
<main class="container container-with-toc"> <!-- Do not hide without JavaScript -->
<aside>
<nav>
<b class="hidden-no-mobile">Table of contents</b>
<ol>
<li><a href="#summary">Summary</a></li>
<li><a href="#collected-information">Collected information</a></li>
<li><a href="#sharing-with-third-parties">Sharing with third parties</a></li>
</ol>
<hr class="hidden-no-mobile" />
</nav>
</aside>
<div role="document">
<section>
<header class="fwd-header">
<h1><a href=".">Privacy policy</a></h1>
<p>
<b>Last updated</b>:
2022-02-17
(<a href="https://git.fwdekker.com/fwdekker.com/privacy/commits/branch/master">history</a>)
<br />
<b>Contact</b>:
For inquiries, please email me at <kbd>florine</kbd> at this very domain.
</p>
<p>
<b>Contact</b>:
For inquiries, please email me at <mark>florine</mark> at this very domain.
</p>
</header>
<h3 id="summary">Summary</h3>
<ul>
@ -60,9 +69,8 @@
five weeks.
</li>
<li>
This website uses self-hosted
<a href="https://github.com/zgoat/goatcounter">&#9099&nbsp;GoatCounter</a>
to perform analytics in a privacy-preserving way.
This website uses self-hosted <a href="https://github.com/zgoat/goatcounter">GoatCounter</a> to
perform analytics in a privacy-preserving way.
</li>
</ul>
@ -82,14 +90,14 @@
<p>
The above data are collected using a self-hosted instance of
<a href="https://github.com/zgoat/goatcounter">&#9099;&nbsp;GoatCounter</a>.
<a href="https://github.com/zgoat/goatcounter">GoatCounter</a>.
No personal information is collected, nor can it be derived from the stored information.
The hash described above is kept in memory for 8&nbsp;hours only to identify a browser session;
it is never stored on disk.
</p>
<p>
Some pages on this website make use of <b>cookies</b>, localStorage, and similar methods.
Some pages on this website make use of cookies, local storage, and similar methods.
These storage methods are used exclusively for technical purposes, such as keeping users logged
in or to store achievements and preferences.
These data are never used for the purposes of advertising or tracking.
@ -119,29 +127,11 @@
<p>
No information is shared with third parties.
</p>
</div>
<div class="column column-25">
<div id="toc">
<h3>Contents</h3>
<ol>
<li><a href="#summary">Summary</a></li>
<li><a href="#collected-information">Collected information</a>
<ol>
<li><a href="#normal-operation">Normal operation</a></li>
<li><a href="#information-provided-by-you">Information provided by you</a></li>
<li><a href="#back-end-errors">Back-end errors</a></li>
</ol>
</li>
<li><a href="#sharing-with-third-parties">Sharing with third parties</a></li>
</ol>
</div>
</div>
</div>
</section>
<footer id="footer"></footer>
</div>
<div id="footer"></div>
</main>
<script src="https://static.fwdekker.com/lib/template/2.x.x/template.js"></script>
<script src="https://static.fwdekker.com/lib/template/3.x.x/template.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>