The privacy policy of my website.
https://fwdekker.com/privacy/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
3.3 KiB
80 lines
3.3 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<meta name="author" content="Felix W. Dekker" /> |
|
<meta name="application-name" content="Privacy policy" /> |
|
<meta name="description" content="The privacy policy of my website." /> |
|
<meta name="theme-color" content="#0033cc" /> |
|
|
|
<title>Privacy policy</title> |
|
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto.css" crossorigin="anonymous" /> |
|
</head> |
|
<body> |
|
<noscript> |
|
<span style="color: red; font-weight: bold;"> |
|
This website does not function fully if JavaScript is disabled. |
|
Please check the <a href="https://www.enable-javascript.com/"> |
|
instructions on how to enable JavaScript in your web browser</a>. |
|
</span> |
|
</noscript> |
|
<main> <!-- Do not hide without JavaScript --> |
|
<div id="nav"></div> |
|
<div id="contents"> |
|
<div id="header"></div> |
|
|
|
<section class="container"> |
|
<p> |
|
<b>Last updated</b>: |
|
2021-04-13 |
|
(<a href="https://git.fwdekker.com/FWDekker/privacy-policy/commits/branch/master">history</a>)<br /> |
|
|
|
<b>Contact</b>: |
|
For inquiries, please email me at <kbd>felix</kbd> at this very domain. |
|
</p> |
|
|
|
<h3>Analytics</h3> |
|
<p> |
|
Some pages on this website collect data on user behaviour to help understand how visitors use the |
|
website. |
|
No personally identifiable data are collected, and collected data are never exposed to or shared with |
|
third-party services. |
|
</p> |
|
|
|
<h3>Cookies</h3> |
|
<p> |
|
Some pages on this website make use of cookies. |
|
These cookies are sent to this website's server(s) during requests. |
|
This website uses cookies only for technical purposes, such as keeping users in or to enable technical |
|
features of the website. |
|
This website never uses cookies for the purposes of advertising or tracking. |
|
</p> |
|
|
|
<h3>Logs</h3> |
|
<p> |
|
Some requests to this website result in errors in the back end. |
|
Back-end errors are described in zero or more log entries, each of which contains the requester's IP |
|
address, the date and time of the error, the full HTTP request that caused the error, and the error |
|
message describing the nature of the error. |
|
Log entries are removed within five weeks after the associated error occurs. |
|
</p> |
|
|
|
<h3>Third-party resources</h3> |
|
<p> |
|
This website minimises the use of third-party resources where possible. |
|
Note that <a href="https://status.fwdekker.com/">status.fwdekker.com</a> is hosted by |
|
<a href="https://uptimerobot.com/">UptimeRobot</a>, and is therefore subject to |
|
<a href="https://uptimerobot.com/privacy/">UptimeRobot's privacy policy</a>. |
|
</p> |
|
</section> |
|
</div> |
|
<div id="footer"></div> |
|
</main> |
|
|
|
|
|
<!-- Scripts --> |
|
<!--suppress HtmlUnknownTarget --> |
|
<script src="bundle.js?v=%%VERSION_NUMBER%%"></script> |
|
</body> |
|
</html>
|
|
|