-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer-en.html
More file actions
283 lines (183 loc) · 5.67 KB
/
Copy pathdisclaimer-en.html
File metadata and controls
283 lines (183 loc) · 5.67 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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GYRP7E61SC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GYRP7E61SC');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disclaimer — Seipsum</title>
<meta name="description"
content="Seipsum Disclaimer — limitations and responsibility regarding the use of cognitive structuring services.">
<link rel="stylesheet" href="style.css">
<link rel="alternate" hreflang="en" href="https://seipsum.org/disclaimer-en.html">
<link rel="alternate" hreflang="ro" href="https://seipsum.org/disclaimer.html">
<link rel="alternate" hreflang="x-default" href="https://seipsum.org/disclaimer-en.html">
<link rel="canonical" href="https://seipsum.org/disclaimer-en.html">
</head>
<body>
<header class="site-header">
<nav class="main-nav">
<div class="menu-wrapper">
<a href="#"
class="hamburger-btn js-menu-toggle">
<span></span>
<span></span>
<span></span>
</a>
<div class="menu-dropdown js-menu-dropdown">
<a href="index-en.html"
class="home-link">
Home
</a>
<a href="origin-en.html">
Founder & Origin
</a>
<a href="index-en.html#reviews">
Experiences with Seipsum
</a>
<a href="index-en.html#cognitive problem">
General Cognitive Problem
</a>
<a href="index-en.html#services">
Cognitive Services
</a>
<a href="index-en.html#results">
Seipsum Services Results
</a>
<a href="index-en.html#FAQ">
FAQ
</a>
<a href="index-en.html#contact-form">
Contact Form
</a>
</div>
</div>
<a href="index-en.html" class="site-title">
Seipsum
</a>
</nav>
<div class="language-switch">
<a href="disclaimer-en.html">EN</a>
|
<a href="disclaimer.html">RO</a>
</div>
</header>
<div class="container">
<!-- ===================== -->
<!-- DISCLAIMER -->
<!-- ===================== -->
<header class="hero">
<h1>General Disclaimer</h1>
<p>
The information provided on this website is for informational and cognitive structuring purposes only.
</p>
<p>
It does not constitute legal, financial, medical, or professional advice.
</p>
</header>
<section class="section">
<h2>1. Cognitive Nature of Content</h2>
<p>
Seipsum operates as a cognitive structuring framework.
</p>
<p>
Final decisions remain entirely the responsibility of the user.
</p>
<p>
Seipsum does not assume responsibility for decisions made based on the interpretation or application of information generated through its use.
</p>
<p>
Outputs are designed to organize thinking processes, not to replace professional judgment or domain-specific expertise.
</p>
</section>
<section class="section">
<h2>2. Cybersecurity Disclaimer</h2>
<p>
Seipsum takes reasonable measures to maintain website integrity and security.
</p>
<p>
However, users acknowledge that all internet-based systems carry inherent risks.
</p>
<p>
These may include vulnerabilities in third-party infrastructure, hosting services, or external systems beyond Seipsum’s direct control.
</p>
<p>
Seipsum is not responsible for damages, data loss, or security incidents caused by external third-party actions or infrastructure failures.
</p>
<p>
Users are responsible for maintaining the security of their own devices and connections when accessing the website.
</p>
</section>
<section class="section">
<h2>3. External Links</h2>
<p>
This website may contain links to external resources.
</p>
<p>
Seipsum is not responsible for the content or security of external websites.
</p>
</section>
<section class="section">
<h2>Contact</h2>
<p>
For questions regarding this Disclaimer:
<a href="mailto:info@seipsum.org">info@seipsum.org</a>
</p>
</section>
<!-- ===================== -->
<!-- FOOTER -->
<!-- ===================== -->
<footer class="footer">
<p class="footer-links">
<a href="index-en.html">Home</a>
<span class="divider">|</span>
<a href="privacy-policy-en.html">Privacy Policy</a>
<span class="divider">|</span>
<a href="terms-of-use-en.html">Terms of Use</a>
</p>
<p class="footer-rights">
Seipsum — Structured Cognitive Systems<br>
© 2026 Seipsum. All rights reserved
</p>
</footer>
</div>
<!-- COOKIES BANNER -->
</div>
<div id="cookie-banner" class="cookie-banner">
<p>
Seipsum uses minimal analytics technologies to improve clarity, structure, and website experience.
</p>
<div class="cookie-actions">
<button id="cookie-accept">
Accept
</button>
<a href="/privacy-policy-en.html">
Learn More
</a>
</div>
</div>
<!-- JAVASCRIPT COOKIES BANNER -->
<script>
document.addEventListener('DOMContentLoaded', () => {
const banner = document.getElementById('cookie-banner');
const button = document.getElementById('cookie-accept');
if (!banner || !button) return;
if (localStorage.getItem('seipsum_cookie_accept')) {
banner.style.display = 'none';
}
button.addEventListener('click', () => {
localStorage.setItem('seipsum_cookie_accept', 'true');
banner.style.display = 'none';
});
});
</script>
<script src="js/analytics.js"></script>
<script src="js/ui-menu.js"></script>
</body>
</html>