mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-08-04 04:04:10 -04:00
91 lines
No EOL
4.3 KiB
HTML
91 lines
No EOL
4.3 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!--
|
|
To change the theme, change the class on the html tag below to one of:
|
|
- theme-auto: Automatically switches based on user's system preferences
|
|
- theme-light: Forces light theme
|
|
- theme-dark: Forces dark theme
|
|
-->
|
|
|
|
<html class="theme-auto" lang="en"> <!-- Update `class="theme-auto"` with your preference -->
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
|
<title>Privacy Policy | Mahesh Rijal</title>
|
|
<link rel="icon" type="image/x-icon" href="/images/favicon.png"> <!-- Update this with your own favicon -->
|
|
|
|
|
|
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
|
<meta name="description" content="Privacy policy and data collection information for Mahesh Rijal">
|
|
<meta name="robots" content="noindex"> <!-- Since this is a utility page -->
|
|
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" href="css/reset.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link rel="stylesheet" href="css/brands.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-left" role="main">
|
|
<div class="column">
|
|
<nav role="navigation">
|
|
<a href="index.html" aria-label="Back to homepage">← Back to main page</a>
|
|
</nav>
|
|
|
|
<h1>Privacy Policy</h1>
|
|
|
|
<p>I respect the EU General Data Protection Regulation (GDPR) and this policy document explains how I collect and handle any information you provide to me.</p>
|
|
|
|
<section>
|
|
<h2>What background data is collected?</h2>
|
|
<p>This site does not use any third party tracking scripts.</p>
|
|
<p>To gather data about visits, this site uses <a href="https://www.cloudflare.com/web-analytics/" target="_blank" rel="noopener">Cloudflare Website Analytics</a>. This method does not rely on any client-side state (such as cookies) or any form of fingerprinting to collect information about website visitors. It only provides anonymous statistics on the number of visits to each page, the country of origin of each visit, and basic information about the technology used to access the website (browser, operating system, and type of device).</p>
|
|
<p>I am not doing anything with this data, I am just curious and occasionally like to peek where people came from 😃</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>How do I use the data you provide?</h2>
|
|
<p>This website does not collect any data.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>How secure is your data?</h2>
|
|
<p>Very secure, as this website does not collect any personally identifiable information.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>How secure is this website?</h2>
|
|
<p>This website transmits itself using HTTPS, encrypting all data between the browser and the server. Your network provider can still see that you are downloading assets from this site, but not its content. This also protects you from third parties intercepting data, for example, while browsing on public WiFi, or from network providers injecting advertisements on this site. All relevant response HTTP headers are set for your protection and the Content Security Policy is adjusted to this websites requirements.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Data controller</h2>
|
|
<p>Mahesh Rijal</p>
|
|
<p>If you have any questions or doubts, please <a href="https://maheshrijal.com/contact" target="_blank" rel="noopener">contact me</a>.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Changes to the policy</h2>
|
|
<p>If I change the content of this policy, those changes will be effective at the time I post them here.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Complaints</h2>
|
|
<p>If you have any reason to complain about the way I handle your privacy, please <a href="https://maheshrijal.com/contact" target="_blank" rel="noopener">contact me</a>.</p>
|
|
</section>
|
|
|
|
<footer style="text-align: center; margin-top: 2em;">
|
|
<a href="index.html" class="back-link" style="display: inline-block; margin-top: 1em;">Back to homepage</a>
|
|
<br>
|
|
Mahesh Rijal © 2025
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |