Files
inkOS/docs/privacy.html
2025-12-24 12:12:09 +02:00

117 lines
6.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - inkOS</title>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<a href="index.html" class="logo" style="text-decoration: none; color: inherit;">
<img src="img/inkos.svg" alt="inkOS logo" />
<h1>inkOS</h1>
</a>
<nav class="nav-links">
<a href="index.html#customization">App</a>
<a href="index.html#features">Features</a>
<a href="index.html#faq">FAQ</a>
<a href="https://youtube.com/@gezimos" target="_blank" rel="noopener">Video</a>
</nav>
<a class="header-action" href="https://www.buymeacoffee.com/gezimos" target="_blank" rel="noopener">Buy me a coffee</a>
</div>
</div>
</header>
<section class="section">
<div class="container">
<h2 class="section-title" style="text-align: left; margin-left: 0;">Privacy Policy</h2>
<div style="width: 100%;">
<p style="font-size: 1.1rem; line-height: 1.7; color: #333; margin-bottom: 2rem;">
<strong>Last updated:</strong> December 2025
</p>
<div style="margin-bottom: 2rem;">
<h3 style="font-size: 1.3rem; margin-bottom: 1rem; color: #000;">No Data Collection</h3>
<p style="font-size: 1.1rem; line-height: 1.7; color: #333; margin-bottom: 1rem;">
inkOS does not track you. We cannot collect, store, or share your data because inkOS does not have the capability to access or transmit your personal information.
</p>
</div>
<div style="margin-bottom: 2rem;">
<h3 style="font-size: 1.3rem; margin-bottom: 1rem; color: #000;">No Server Connections</h3>
<p style="font-size: 1.1rem; line-height: 1.7; color: #333; margin-bottom: 1rem;">
inkOS does not connect to any servers. All functionality operates entirely on your device. There is no network communication, no data transmission, and no external connections.
</p>
</div>
<div style="margin-bottom: 2rem;">
<h3 style="font-size: 1.3rem; margin-bottom: 1rem; color: #000;">Local Data Only</h3>
<p style="font-size: 1.1rem; line-height: 1.7; color: #333; margin-bottom: 1rem;">
inkOS only previews and displays data that already exists on your phone. All app information, notifications, and settings are processed and displayed locally on your device. Nothing leaves your phone.
</p>
</div>
<div style="margin-bottom: 2rem;">
<h3 style="font-size: 1.3rem; margin-bottom: 1rem; color: #000;">Open Source</h3>
<p style="font-size: 1.1rem; line-height: 1.7; color: #333; margin-bottom: 1rem;">
inkOS is open source software. You can review the source code on <a href="https://github.com/gezimos/inkOS" style="color: #000; text-decoration: underline;">GitHub</a> to verify that it does not collect, track, or transmit any data.
</p>
</div>
<div style="margin-bottom: 2rem;">
<h3 style="font-size: 1.3rem; margin-bottom: 1rem; color: #000;">Your Privacy is Protected</h3>
<p style="font-size: 1.1rem; line-height: 1.7; color: #333;">
By design, inkOS cannot compromise your privacy because it has no mechanism to collect, store, or share your data. Everything stays on your device, exactly where it belongs.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<a href="index.html" class="logo" style="text-decoration: none; color: inherit;">
<img src="img/inkos.svg" alt="inkOS logo" />
<h1>inkOS</h1>
</a>
<p>&copy; 2025 inkOS.</p>
</div>
<div class="footer-sitemap">
<div class="sitemap-column">
<h3>inkOS</h3>
<a href="#">About</a>
<a href="https://youtube.com/@gezimos" target="_blank" rel="noopener">YouTube</a>
<a href="#">Blog</a>
</div>
<div class="sitemap-column">
<h3>Navigation</h3>
<a href="index.html#customization">App</a>
<a href="index.html#features">Features</a>
<a href="index.html#faq">FAQ</a>
</div>
<div class="sitemap-column">
<h3>Legal</h3>
<a href="privacy.html">Privacy Policy</a>
<a href="permissions.html">Permissions</a>
<a href="https://github.com/gezimos/inkOS/blob/main/LICENSE">License</a>
</div>
<div class="sitemap-column">
<h3>GitHub</h3>
<a href="https://github.com/gezimos/inkOS">Repository</a>
<a href="https://github.com/gezimos/inkOS/issues">Issues</a>
<a href="https://github.com/gezimos/inkOS/releases">Releases</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>