-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
117 lines (104 loc) · 5 KB
/
terms.html
File metadata and controls
117 lines (104 loc) · 5 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Terms of Use (EULA) — Resume AI Enhancer</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.5; margin: 0; }
header { padding: 24px 16px; background: #0b1b3a; color: #fff; }
main { max-width: 900px; margin: 0 auto; padding: 24px 16px 48px; }
h1 { margin: 0; font-size: 22px; }
h2 { margin-top: 28px; font-size: 18px; }
p, li { color: #111; }
.muted { color: #555; font-size: 13px; }
a { color: #1a66ff; }
code { background: #f3f4f6; padding: 2px 6px; border-radius: 6px; }
.box { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px 16px; }
</style>
</head>
<body>
<header>
<h1>Terms of Use (EULA) — Resume AI Enhancer</h1>
<div class="muted">Last updated: January 2026</div>
</header>
<main>
<p>
These Terms of Use (“Terms”) govern your use of the Resume AI Enhancer mobile application (“App”)
and related services provided by EvoLearns (“we”, “us”, “our”). By downloading or using the App,
you agree to these Terms.
</p>
<h2>1. Use of the App</h2>
<p>
You may use the App for personal, lawful purposes. You agree not to misuse the App, attempt to
disrupt its operation, or access it in an unauthorized manner.
</p>
<h2>2. Subscriptions (Auto-Renewable)</h2>
<div class="box">
<p><strong>Resume AI Pro</strong> is offered as an auto-renewable subscription.</p>
<ul>
<li><strong>Subscription options:</strong> Monthly and Yearly (availability and pricing may vary by region).</li>
<li><strong>Payment:</strong> Payment is charged to your Apple ID at confirmation of purchase.</li>
<li><strong>Auto-renewal:</strong> Subscription automatically renews unless it is canceled at least 24 hours before the end of the current period.</li>
<li><strong>Renewal charge:</strong> Your Apple ID account will be charged for renewal within 24 hours prior to the end of the current period.</li>
<li><strong>Manage/cancel:</strong> You can manage and cancel subscriptions in your Apple ID account settings at any time after purchase.</li>
<li><strong>Free trials:</strong> If offered, any unused portion of a free trial period will be forfeited when you purchase a subscription.</li>
</ul>
<p class="muted">
Prices are shown in the App before purchase and are managed by Apple. We do not store your payment information.
</p>
</div>
<h2>3. Features and Output</h2>
<p>
The App may generate suggestions such as resume improvements, cover letter drafts, and interview
practice materials. These outputs are provided for informational purposes only and do not guarantee
job offers, interviews, or outcomes.
</p>
<h2>4. User Content</h2>
<p>
You may provide text such as resumes or job descriptions (“User Content”). You retain ownership of
your User Content. You grant us a limited license to process your User Content solely to operate the
App and provide features to you.
</p>
<h2>5. Acceptable Use</h2>
<p>You agree not to:</p>
<ul>
<li>Use the App for unlawful, harmful, or deceptive purposes.</li>
<li>Upload content you do not have the right to use.</li>
<li>Attempt to reverse engineer, exploit, or interfere with the App.</li>
</ul>
<h2>6. Intellectual Property</h2>
<p>
The App, its design, branding, and software are owned by EvoLearns and protected by applicable laws.
You may not copy, modify, distribute, sell, or lease any part of the App without permission.
</p>
<h2>7. Disclaimers</h2>
<p>
The App is provided “as is” and “as available.” We make no warranties of any kind, express or implied,
including fitness for a particular purpose. We do not guarantee uninterrupted or error-free operation.
</p>
<h2>8. Limitation of Liability</h2>
<p>
To the fullest extent permitted by law, EvoLearns will not be liable for any indirect, incidental,
special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly
or indirectly, resulting from your use of the App.
</p>
<h2>9. Changes to the App or Terms</h2>
<p>
We may modify the App and these Terms from time to time. If we make material changes, we will update
the “Last updated” date above. Continued use of the App after changes means you accept the updated Terms.
</p>
<h2>10. Contact</h2>
<p>
If you have questions about these Terms, contact us at:
<br />
<strong>Email:</strong> <a href="mailto:ir@evolearns.com">ir@evolearns.com</a>
</p>
<h2>11. Privacy</h2>
<p>
Please review our Privacy Policy:
<a href="./privacy.html">Privacy Policy</a>
</p>
</main>
</body>
</html>