-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms.html
More file actions
258 lines (230 loc) · 13.8 KB
/
Copy pathterms.html
File metadata and controls
258 lines (230 loc) · 13.8 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<script>
(function () {
try {
var saved = localStorage.getItem('romantapps-theme');
var theme = saved || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
document.documentElement.setAttribute('data-theme', theme);
} catch (e) {}
})();
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Roman Tsisyk">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1">
<link rel="author" href="https://roman-tsisyk.com">
<link rel="me" href="https://roman-tsisyk.com">
<title>Terms of Use — RomanT Apps</title>
<meta name="description" content="The terms for using the RomanT Apps family: free personal license, content ownership, disclaimers on self-development & health content, and liability.">
<link rel="canonical" href="https://romantapps.github.io/terms.html">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="RomanT Apps">
<meta property="og:title" content="Terms of Use — RomanT Apps">
<meta property="og:description" content="The terms for using the RomanT Apps family: free personal license, content ownership, disclaimers on self-development & health content, and liability.">
<meta property="og:url" content="https://romantapps.github.io/terms.html">
<meta property="og:image" content="https://romantapps.github.io/assets/img/og-cover.svg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Terms of Use — RomanT Apps">
<meta name="twitter:description" content="The terms for using the RomanT Apps family: free personal license, content ownership, disclaimers on self-development & health content, and liability.">
<meta name="twitter:image" content="https://romantapps.github.io/assets/img/og-cover.svg">
<!-- Icons / theme -->
<link rel="icon" href="assets/img/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="assets/img/favicon.svg">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#4338CA" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#14100C" media="(prefers-color-scheme: dark)">
<!-- Fonts -->
<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=Sora:wght@600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- JSON-LD: BreadcrumbList -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://romantapps.github.io/" },
{ "@type": "ListItem", "position": 2, "name": "Terms of Use", "item": "https://romantapps.github.io/terms.html" }
]
}
</script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<!-- HEADER START -->
<header class="site-header" id="siteHeader">
<div class="wrap nav-inner">
<a href="index.html" class="brand" aria-label="RomanT Apps home">
<svg class="logo-mark" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect width="40" height="40" rx="11" fill="#4338CA"/>
<path d="M12 28V13.5C12 12.6716 12.6716 12 13.5 12H20C22.7614 12 25 14.2386 25 17C25 19.099 23.6982 20.8926 21.86 21.6127L26 28H22.4L18.7 22.1H15.5V28H12ZM15.5 19.1H19.7C21.0255 19.1 22.1 18.0255 22.1 16.7C22.1 15.3745 21.0255 14.3 19.7 14.3H15.5V19.1Z" fill="white"/>
</svg>
<span>RomanT Apps</span>
</a>
<nav class="nav-links" aria-label="Primary">
<a href="index.html#apps">Apps</a>
<a href="index.html#features">Features</a>
<a href="index.html#languages">Languages</a>
<a href="index.html#developer">Developer</a>
</nav>
<div class="nav-actions">
<a class="btn btn-primary btn-sm" href="https://play.google.com/store/apps/details?id=books.free.bussnessnumber025" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M3 3.5c0-.4.2-.7.5-.9l10 8.4-10 8.4c-.3-.2-.5-.5-.5-.9v-15zm12.5 8.9L5.9 21l9.6-6.6zM5.9 3l9.6 6.6-9.6 2.1V3zm10.9 7.4l3.1 1.8c.7.4.7 1.4 0 1.8l-3.1 1.8-2.3-2.7 2.3-2.7z"/></svg>
<span>Get on Google Play</span>
</a>
<button class="btn-icon theme-toggle" id="themeToggle" type="button" aria-label="Toggle dark mode" aria-pressed="false">
<span class="icon-sun" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="12" cy="12" r="4.5"/><path d="M12 2.5v2.5M12 19v2.5M4.2 4.2l1.8 1.8M18 18l1.8 1.8M2.5 12H5M19 12h2.5M4.2 19.8L6 18M18 6l1.8-1.8"/></svg>
</span>
<span class="icon-moon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M20.7 14.6A8.6 8.6 0 019.4 3.3 9.4 9.4 0 1021 15.9a.5.5 0 00-.3-.3.5.5 0 00-.4 0z"/></svg>
</span>
</button>
<button class="btn-icon nav-toggle" id="navToggle" type="button" aria-label="Toggle menu" aria-expanded="false" aria-controls="mobileMenu">
<span class="nav-toggle-box"><span></span><span></span><span></span></span>
</button>
</div>
</div>
<nav class="mobile-menu wrap" id="mobileMenu" aria-label="Mobile">
<a href="index.html#apps">Apps</a>
<a href="index.html#features">Features</a>
<a href="index.html#languages">Languages</a>
<a href="index.html#developer">Developer</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="support.html">Support</a>
</nav>
</header>
<!-- HEADER END -->
<main id="main">
<section class="prose-page">
<div class="wrap">
<div class="prose">
<nav class="breadcrumbs" aria-label="Breadcrumb">
<a href="index.html">Home</a>
<span aria-hidden="true">/</span>
<span>Terms of Use</span>
</nav>
<h1>Terms of Use</h1>
<p class="updated">Last updated: 6 July 2026</p>
<p>These Terms of Use ("Terms") govern your use of the RomanT Apps family of Android
apps — Art of Negotiation, Charisma & Leadership Guide, Testosterone & Vitality,
Manipulation & Control, The Technique of Lying, and Save Money Challenge (each an
"App") — published by independent developer Roman Tsisyk. By downloading, installing, or
using any App, you agree to these Terms.</p>
<h2>Acceptance of terms</h2>
<p>If you do not agree with these Terms, please do not use the Apps. We may update these
Terms occasionally, as described below; continuing to use an App after an update means
you accept the revised Terms.</p>
<h2>License to use</h2>
<p>Each App is free to download and use. We grant you a limited, non-exclusive,
non-transferable, revocable license to install and use the App for your own personal,
non-commercial use, on devices you own or control. You may not resell, sublicense,
redistribute, or use the App or its content for any commercial purpose without our
prior written permission.</p>
<h2>Intellectual property</h2>
<p>All book content, chapter text, quizzes, illustrations, and app design are
© Roman Tsisyk, unless otherwise credited, and are protected by copyright and other
intellectual property laws. App names, logos, and any Google Play branding shown remain
the property of their respective owners — including Google Play and the Google Play logo,
which are trademarks of Google LLC. Nothing in these Terms transfers any ownership rights
to you.</p>
<h2>Educational content — not professional advice</h2>
<p>The self-development, psychology, health, and finance content in the Apps is provided
for general informational and educational purposes only. It is <strong>not</strong> a
substitute for professional medical, legal, financial, or psychological advice, diagnosis,
or treatment. In particular, <strong>Testosterone & Vitality is not medical advice</strong>
— always consult a qualified physician or other health professional before making changes
related to your health, supplements, hormones, or fitness routine, and before disregarding
professional medical advice because of something you read in the app. Similarly, content
about money, negotiation, or interpersonal conflict reflects general educational
perspectives, not personalized professional guidance.</p>
<h2>"As is" — no warranty</h2>
<p>The Apps are provided "as is" and "as available," without warranties of any kind,
whether express or implied, including but not limited to implied warranties of
merchantability, fitness for a particular purpose, accuracy, or non-infringement. We do
not guarantee that the Apps will be error-free, uninterrupted, or that outcomes described
in the content (such as habit or skill improvements) will apply to you.</p>
<h2>Limitation of liability</h2>
<p>To the maximum extent permitted by law, Roman Tsisyk shall not be liable for any
indirect, incidental, special, consequential, or punitive damages, or any loss of data,
opportunity, or goodwill, arising from your use of, or inability to use, any App —
even if advised of the possibility of such damages. Your sole remedy for dissatisfaction
with an App is to stop using it and uninstall it.</p>
<h2>Third-party services</h2>
<p>The Apps rely on third-party services — including Google Play (distribution, in-app
review) and Google AdMob (advertising) — which operate under their own terms and privacy
policies. We are not responsible for the availability, content, or practices of these
third-party services. See our <a href="privacy.html">Privacy Policy</a> for more on how
advertising works within the Apps.</p>
<h2>Changes to these terms</h2>
<p>We may revise these Terms from time to time to reflect changes to the Apps or
applicable law. The "Last updated" date at the top of this page reflects the most recent
revision. Material changes will be reflected here; continued use of an App after a
revision constitutes acceptance of the updated Terms.</p>
<h2>Contact</h2>
<p>Questions about these Terms can be sent through the developer contact link on any
app's Google Play Store listing, or via
<a href="https://roman-tsisyk.com" target="_blank" rel="noopener">roman-tsisyk.com</a>.</p>
</div>
</div>
</section>
</main>
<!-- FOOTER START -->
<footer class="site-footer">
<div class="wrap">
<div class="footer-grid">
<div class="footer-brand">
<a href="index.html" class="brand" aria-label="RomanT Apps home">
<svg class="logo-mark" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect width="40" height="40" rx="11" fill="#4338CA"/>
<path d="M12 28V13.5C12 12.6716 12.6716 12 13.5 12H20C22.7614 12 25 14.2386 25 17C25 19.099 23.6982 20.8926 21.86 21.6127L26 28H22.4L18.7 22.1H15.5V28H12ZM15.5 19.1H19.7C21.0255 19.1 22.1 18.0255 22.1 16.7C22.1 15.3745 21.0255 14.3 19.7 14.3H15.5V19.1Z" fill="white"/>
</svg>
<span>RomanT Apps</span>
</a>
<p>Free, offline self-development reading apps for Android — negotiation, charisma, psychology, health and money, in 13 languages.</p>
</div>
<div class="footer-col">
<h4>Apps</h4>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=books.free.bussnessnumber015" target="_blank" rel="noopener">Art of Negotiation</a></li>
<li><a href="https://play.google.com/store/apps/details?id=books.free.bussnessnumber025" target="_blank" rel="noopener">Charisma & Leadership Guide</a></li>
<li><a href="https://play.google.com/store/apps/details?id=free.books.sportnumber09" target="_blank" rel="noopener">Testosterone & Vitality</a></li>
<li><a href="https://play.google.com/store/apps/details?id=my.book.ua.aouvwfqpjiiafrhofo" target="_blank" rel="noopener">Manipulation & Control</a></li>
<li><a href="https://play.google.com/store/apps/details?id=my.books.ua.aouwifygopdboqogu" target="_blank" rel="noopener">The Technique of Lying</a></li>
<li><a href="https://play.google.com/store/apps/details?id=my.books.ua.aouwvcuoeoqrtixr" target="_blank" rel="noopener">Save Money Challenge</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Legal</h4>
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Use</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Developer</h4>
<ul>
<li><a href="https://roman-tsisyk.com" target="_blank" rel="noopener me">roman-tsisyk.com</a></li>
<li><a href="https://play.google.com/store/apps/details?id=books.free.bussnessnumber025" target="_blank" rel="noopener">More apps on Google Play</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 Roman Tsisyk. Designed & built by <a href="https://roman-tsisyk.com" target="_blank" rel="noopener" style="text-decoration:underline;">Roman Tsisyk</a>.</span>
<span>Google Play and the Google Play logo are trademarks of Google LLC.</span>
</div>
</div>
</footer>
<!-- FOOTER END -->
<script src="assets/js/main.js" defer></script>
</body>
</html>