-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
76 lines (76 loc) · 4.85 KB
/
privacy.html
File metadata and controls
76 lines (76 loc) · 4.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alidade - Navigate and explore your Minecraft Java worlds</title>
<meta property="og:site_name" content="Alidade">
<meta property="og:type" content="website">
<meta property="og:title" content="Alidade">
<meta property="og:description" content="Navigate and explore your Minecraft Java worlds on Mac, iPhone, and iPad.">
<meta property="og:url" content="https://alidade.dev/">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link href="./bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<script src="./bootstrap.bundle.min.js"></script>
<script src="./bootstrap.bundle.min.js"></script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
</head>
<body class="bg-yellow-200">
<nav class="navbar navbar-expand-lg bg-yellow-200" data-bs-theme="light">
<div class="container container-fluid">
<a class="navbar" href="./index.html">
<img src="./logomark.svg" alt="Alidade" class="navbar-logomark"/>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="d-flex">
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" aria-current="page" href="#">Home</a>
<a class="nav-link" href="https://source.marquiskurt.net/AlidadeMC/alidade">Source Code</a>
<a class="nav-link" href="https://docs.alidade.dev">Docs</a>
<a class="nav-link" href="./support.html">Support</a>
</div>
</div>
</div>
</div>
</nav>
<main class="bg-yellow-200">
<div class="container px-4 py-5" id="featured-3">
<h1>Privacy Policy</h1>
<p class="text-secondary">Last Updated: 22 February, 2025</p>
<p>The following document outlines the types of data that is collected, what the data is used for, and what controls are available.</p>
<br/>
<h2>What we collect</h2>
<p>Any data you provide into Alidade is stored locally in your own files. If you prefer to store your files in the cloud, you may need to consult your cloud provider's privacy policy.</p>
<p>Otherwise, Alidade does not collect any data on its own. You can also verify this by <a href="https://source.marquiskurt.net/AlidadeMC/alidade">browsing the source code</a>.</p>
<br/>
<h2>What data is used for</h2>
<p>Since Alidade doesn't collect any data, nothing is done on our end.</p>
<br/>
<h2>What you can do</h2>
<p>Go on a hike, build a really cool bridge in your world, take up farming... The possibilities are endless.</p>
</div>
</main>
<footer class="px-5 py-4 bg-yellow-200">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="https://alidade.dev" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="https://source.marquiskurt.net/AlidadeMC/alidade" class="nav-link px-2 text-body-secondary">Source Code</a></li>
<li class="nav-item"><a href="https://youtrack.marquiskurt.net/youtrack/newIssue?project=ALD&c=add+Board+Alidade+Kanban+Board" class="nav-link px-2 text-body-secondary">Report a Bug</a></li>
<li class="nav-item"><a href="privacy.html" class="nav-link px-2 text-body-secondary">Privacy Policy</a></li>
<li class="nav-item"><a href="https://matrix.to/#/#aliade:one.ems.host" class="nav-link px-2 text-body-secondary">Matrix</a></li>
</ul>
<p class="text-center text-body-secondary">© 2025 Marquis Kurt | Made with love in Bear, DE ❤️</p>
<p class="text-center text-secondary"><small>Alidade is not affiliated with or endorsed by Mojang AB and/or Microsoft, and it is not an official Minecraft product. Minecraft is a registered trademark of Mojang AB and Microsoft Corporation. iCloud, Mac, iPhone, iPad, and iCloud Drive are registered trademarks of Apple Inc.</small></p>
</footer>
</body>
</html>