-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
68 lines (65 loc) · 3.78 KB
/
Copy pathprivacy.html
File metadata and controls
68 lines (65 loc) · 3.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Privacy policy for the Mitchell Stack website.">
<meta name="theme-color" content="#06101d">
<link rel="canonical" href="https://mitchell82-stack.github.io/privacy.html">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
<title>Privacy Policy | Mitchell Stack</title>
</head>
<body>
<nav class="nav" aria-label="Main navigation">
<div class="wrap nav-inner">
<a class="brand" href="index.html"><span class="brand-mark" aria-hidden="true">M</span><span>Mitchell <span>Stack</span></span></a>
<div class="nav-links"><a href="index.html#services">Services</a><a href="contact.html">Contact</a><a class="btn" href="index.html">Home</a></div>
</div>
</nav>
<main>
<section class="page-hero">
<div class="wrap">
<span class="eyebrow">Effective July 24, 2026</span>
<h1>Privacy <span class="gradient-text">Policy.</span></h1>
<p>This policy explains how the Mitchell Stack website handles information. The site is operated by Alan Mitchell Astohuayhua Amiquero as an independent software service provider.</p>
</div>
</section>
<section class="page-section">
<div class="wrap legal">
<section>
<h2>1. Information collected by this website</h2>
<p>This static website does not contain account registration, payment forms, contact forms, advertising trackers or an internal customer database. Mitchell Stack does not intentionally collect personal information directly through this website.</p>
</section>
<section>
<h2>2. Hosting and technical logs</h2>
<p>The website is hosted through GitHub Pages. GitHub may process technical information such as IP addresses, browser details, request logs and security data in accordance with its own policies and legal obligations.</p>
</section>
<section>
<h2>3. External links</h2>
<p>The website links to external services, including GitHub and potentially third-party developer platforms. Those services operate independently and have their own privacy practices. Mitchell Stack does not control their data processing.</p>
</section>
<section>
<h2>4. Project communications</h2>
<p>When a person contacts Mitchell Stack through an external platform, the information they voluntarily provide may be used to review the inquiry, discuss requirements, deliver services and maintain appropriate business records.</p>
</section>
<section>
<h2>5. Data minimization and security</h2>
<p>Only information reasonably necessary for professional communication and service delivery should be provided. Users should never send passwords, private keys, access tokens, payment credentials or other secrets through public channels.</p>
</section>
<section>
<h2>6. Updates</h2>
<p>This policy may be updated when the website, services or legal requirements change. The effective date shown above identifies the current version.</p>
</section>
<section>
<h2>7. Contact</h2>
<p>Questions about this policy may be submitted through the public GitHub profile linked on the <a href="contact.html">contact page</a>.</p>
</section>
</div>
</section>
</main>
<footer class="footer">
<div class="wrap footer-inner"><span>© 2026 Mitchell Stack · Alan Mitchell Astohuayhua Amiquero</span><nav class="footer-links" aria-label="Footer navigation"><a href="index.html">Home</a><a href="contact.html">Contact</a><a href="terms.html">Terms</a></nav></div>
</footer>
</body>
</html>