-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
170 lines (155 loc) · 7.21 KB
/
terms.html
File metadata and controls
170 lines (155 loc) · 7.21 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - HeiloProjects</title>
<meta name="description" content="HeiloProjects terms of service for our apps and website.">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="canonical" href="https://www.heiloprojects.com/terms">
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<header>
<nav aria-label="Main navigation">
<a href="/" class="logo">
<span class="logo-heilo">Heilo</span><span class="logo-projects">Projects</span>
</a>
<ul class="nav-links">
<li><a href="/#services">Services</a></li>
<li><a href="/#apps">Our Apps</a></li>
<li><a href="/#values">Our Promise</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
<button class="mobile-menu-btn" aria-label="Toggle menu" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</button>
</nav>
</header>
<main id="main">
<section class="legal-section">
<div class="legal-container">
<h1>Terms of Service</h1>
<p class="legal-updated">Last updated: January 2026</p>
<div class="legal-content">
<h2>Agreement</h2>
<p>By using our apps or website, you agree to these terms. If you don't agree, please don't use our services.</p>
<h2>Our Apps</h2>
<p>HeiloProjects apps are provided "as is" for your personal or business use. When you purchase an app:</p>
<ul>
<li>You receive a perpetual license to use the app</li>
<li>The license is valid on all your personal Apple devices (iPhone, iPad, Mac) as allowed by the App Store</li>
<li>You may not redistribute, reverse engineer, or resell the app</li>
<li>We provide updates at our discretion, typically including bug fixes and new features</li>
</ul>
<h2>Buy Once, Own Forever</h2>
<p>Our apps are one-time purchases. You won't be charged again for the same app. Future major versions may be offered as separate purchases with upgrade pricing when available.</p>
<h2>No Warranties</h2>
<p>Our apps are provided without warranties of any kind. While we strive to make reliable, high-quality software, we can't guarantee the apps will meet your specific needs or be error-free.</p>
<h2>Limitation of Liability</h2>
<p>HeiloProjects is not liable for any damages arising from your use of our apps, including data loss, business interruption, or any other damages. Our liability is limited to the amount you paid for the app.</p>
<h2>Your Content</h2>
<p>You retain all rights to data you create in our apps. We don't claim ownership of your content, and we can't access it since it stays on your devices or in your personal iCloud account.</p>
<h2>App Store Terms</h2>
<p>Our apps are distributed through Apple's App Store. Your use is also subject to Apple's terms and conditions. Refund requests should be directed to Apple.</p>
<h2>Custom Development</h2>
<p>For custom corporate app development, separate agreements will govern the project scope, deliverables, pricing, and intellectual property rights.</p>
<h2>Changes</h2>
<p>We may update these terms occasionally. Continued use after changes constitutes acceptance of the new terms.</p>
<h2>Contact</h2>
<p>Questions about these terms? Contact us at <a href="mailto:heiloprojects@icloud.com">heiloprojects@icloud.com</a>.</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-brand">
<a href="/" class="footer-logo">
<span class="logo-heilo">Heilo</span><span class="logo-projects">Projects</span>
</a>
<p class="footer-tagline">Building apps people love since 2024.</p>
</div>
<div class="footer-links">
<div class="footer-section">
<h4>Apps</h4>
<ul>
<li><a href="/pantrychef">PantryChef</a></li>
<li><a href="/rightrudder">Right Rudder</a></li>
<li><a href="/capwingman">CAP Wingman</a></li>
<li><a href="/castleofthewinds">Castle of the Winds</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Company</h4>
<ul>
<li><a href="/#services">Services</a></li>
<li><a href="/#values">Our Promise</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Legal</h4>
<ul>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/terms">Terms of Service</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 HeiloProjects. All rights reserved.</p>
</div>
</footer>
<script src="js/script.js"></script>
<style>
.legal-section {
padding: 140px 24px 80px;
}
.legal-container {
max-width: 800px;
margin: 0 auto;
}
.legal-section h1 {
font-size: 3rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 8px;
}
.legal-updated {
color: var(--text-muted);
margin-bottom: 48px;
}
.legal-content h2 {
font-size: 1.5rem;
font-weight: 600;
margin-top: 40px;
margin-bottom: 16px;
color: var(--text);
}
.legal-content h2:first-child {
margin-top: 0;
}
.legal-content p {
color: var(--text-muted);
line-height: 1.8;
margin-bottom: 16px;
}
.legal-content ul {
color: var(--text-muted);
line-height: 1.8;
margin-bottom: 16px;
padding-left: 24px;
}
.legal-content li {
margin-bottom: 8px;
}
.legal-content a {
color: var(--accent);
}
</style>
</body>
</html>