-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
80 lines (77 loc) · 4.91 KB
/
Copy pathterms.html
File metadata and controls
80 lines (77 loc) · 4.91 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
77
78
79
80
<!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="Terms of service for Mitchell Stack software services.">
<meta name="theme-color" content="#06101d">
<link rel="canonical" href="https://mitchell82-stack.github.io/terms.html">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
<title>Terms of Service | 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>Terms of <span class="gradient-text">Service.</span></h1>
<p>These terms describe the general conditions under which Mitchell Stack presents and provides independent software services. A specific project agreement, platform rule set or written scope may add to or replace parts of these general terms.</p>
</div>
</section>
<section class="page-section">
<div class="wrap legal">
<section>
<h2>1. Service provider</h2>
<p>Mitchell Stack is a professional software services brand operated by Alan Mitchell Astohuayhua Amiquero as an independent service provider.</p>
</section>
<section>
<h2>2. Services</h2>
<p>Services may include software development, bug fixing, API integration, automation, technical implementation, documentation and open-source contributions. The precise deliverable, schedule, review process and price must be agreed for each project.</p>
</section>
<section>
<h2>3. Project scope and approval</h2>
<p>Work is performed according to the requirements and acceptance criteria provided or agreed before delivery. Changes outside the agreed scope may require a revised estimate, schedule or separate agreement.</p>
</section>
<section>
<h2>4. Payment</h2>
<p>Unless another written arrangement applies, payment becomes due after the completed work is reviewed and approved by the client, project maintainer or relevant third-party platform. Platform-specific payment, dispute and bounty rules remain applicable when the engagement occurs through that platform.</p>
</section>
<section>
<h2>5. Third-party platforms</h2>
<p>GitHub, MergeFund and other developer platforms are independent third parties. They are not owned, operated or represented by Mitchell Stack. Their availability, rules, decisions and payment processes are outside Mitchell Stack's control.</p>
</section>
<section>
<h2>6. Client responsibilities</h2>
<p>Clients are responsible for providing accurate requirements, lawful materials, timely feedback and any access reasonably needed to complete the work. Secrets and credentials should be shared only through secure, appropriate channels.</p>
</section>
<section>
<h2>7. Intellectual property</h2>
<p>Ownership and licensing depend on the applicable project agreement, repository license or platform rules. Open-source contributions remain subject to the relevant project's license and contribution terms.</p>
</section>
<section>
<h2>8. Warranty and limitation</h2>
<p>Reasonable care is used in delivering services, but software may depend on external systems, changing requirements and third-party components. No guarantee is made that every system will remain uninterrupted or error-free. Liability is limited to the extent permitted by applicable law and any specific written agreement.</p>
</section>
<section>
<h2>9. Acceptable use</h2>
<p>Mitchell Stack does not knowingly provide services for unlawful activity, unauthorized access, malware, deceptive conduct or infringement of third-party rights.</p>
</section>
<section>
<h2>10. Changes and contact</h2>
<p>These terms may be updated as services or legal requirements change. Questions 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="privacy.html">Privacy</a></nav></div>
</footer>
</body>
</html>