-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
726 lines (632 loc) · 38.6 KB
/
Copy pathterms.html
File metadata and controls
726 lines (632 loc) · 38.6 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Google Tag Manager with Consent Mode v2 | ionity.yumyum -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied',
'wait_for_update': 500
});
const GTM_ID = 'GTM-XXXXXX';
function loadGTM() {
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer', GTM_ID);
}
if (localStorage.getItem('ionity_cookie_consent') === 'granted') {
gtag('consent', 'update', {
'ad_storage': 'granted',
'ad_user_data': 'granted',
'ad_personalization': 'granted',
'analytics_storage': 'granted'
});
loadGTM();
}
</script>
<!-- End Google Tag Manager -->
<meta name="theme-color" content="#FFFFFF">
<meta name="format-detection" content="telephone=yes">
<title>Terms of Service | Ionity — Usage Terms & Conditions</title>
<meta name="description" content="Ionity Terms of Service — Terms and conditions governing use of ionity.today and all Ionity (Pty) Ltd digital services. Read before using our AIoT, Edge AI, and industrial automation platforms.">
<meta name="keywords" content="Ionity terms of service, terms and conditions, usage policy, Ionity (Pty) Ltd, Antwerp Designs, website terms, user agreement, South Africa">
<meta name="author" content="Johan Wilhelm van Antwerp">
<meta name="generator" content="AEDI Automated Ecosystems Designs Intelligence">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="revisit-after" content="7 days">
<meta name="copyright" content="© 2018–2026 Antwerp Designs | Ionity (Pty) Ltd">
<meta name="rights" content="All rights reserved. TM². Policy AED 986. License AED 900.">
<meta name="license" content="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<meta name="geo.region" content="ZA-GT">
<meta name="geo.placename" content="Pretoria">
<meta name="geo.position" content="-25.7479;28.2293">
<meta name="ICBM" content="-25.7479, 28.2293">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Ionity | Antwerp Designs">
<meta property="og:title" content="Terms of Service | Ionity">
<meta property="og:url" content="https://www.ionity.today/terms.html">
<meta property="og:image" content="https://www.ionity.today/assets/images/ionity-social-card.png">
<meta property="og:image:alt" content="Ionity Ecosystems - Hardware and Software Integration">
<meta property="og:description" content="Terms and conditions governing the use of Ionity (Pty) Ltd digital services and platforms.">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AntwerpDesigns">
<meta name="twitter:creator" content="@AntwerpDesigns">
<meta name="twitter:title" content="Terms of Service | Ionity">
<meta name="twitter:description" content="Terms and conditions for using Ionity's AIoT and industrial automation services.">
<meta name="twitter:image" content="https://www.ionity.today/assets/images/ionity-social-card.png">
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<meta name="DC.title" content="Ionity Terms of Service">
<meta name="DC.creator" content="Johan Wilhelm van Antwerp">
<meta name="DC.subject" content="Terms of Service, Legal, User Agreement">
<meta name="DC.description" content="Terms and conditions for Ionity (Pty) Ltd digital services.">
<meta name="DC.publisher" content="Ionity (Pty) Ltd">
<meta name="DC.date" content="2026-03-26">
<meta name="DC.language" content="en">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Terms of Service",
"description": "Terms and conditions governing the use of Ionity digital services.",
"url": "https://www.ionity.today/terms.html",
"publisher": {
"@type": "Organization",
"name": "Ionity",
"url": "https://www.ionity.today/"
},
"inLanguage": "en",
"datePublished": "2026-03-26",
"dateModified": "2026-03-26"
}
</script>
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="https://www.ionity.today/terms.html" />
<!-- Alternate Language Hreflang for SEO -->
<link rel="alternate" hreflang="en" href="https://www.ionity.today/terms.html" />
<link rel="alternate" hreflang="en-ZA" href="https://www.ionity.today/terms.html" />
<link rel="alternate" hreflang="x-default" href="https://www.ionity.today/terms.html" />
<link rel="icon" type="image/png" href="assets/images/ionity-logo-edited.png">
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
<link type="text/plain" rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<style>
:root {
--bg-dark: #020205;
--bg-panel: rgba(5, 10, 15, 0.8);
--text-main: #ffffff;
--text-muted: rgba(255, 255, 255, 0.7);
--accent-cyan: #00d2ff;
--border: rgba(255, 255, 255, 0.1);
--border-active: rgba(0, 210, 255, 0.6);
}
body, html {
margin: 0; padding: 0;
background-color: var(--bg-dark);
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
color: var(--text-main);
overflow-x: hidden;
overflow-y: auto;
width: 100%;
}
#canvas-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.scanlines { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.3) 50%); background-size: 100% 4px; pointer-events: none; z-index: 99; opacity: 0.2; }
@keyframes slideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes neonPulse { 0% { text-shadow: 0 0 5px rgba(255,255,255,0.8), 0 0 10px var(--accent-cyan); } 50% { text-shadow: 0 0 10px #fff, 0 0 20px var(--accent-cyan), 0 0 40px var(--accent-cyan); } 100% { text-shadow: 0 0 5px rgba(255,255,255,0.8), 0 0 10px var(--accent-cyan); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
nav { padding: 0 5vw; height: 80px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); background: rgba(2, 2, 5, 0.95); backdrop-filter: blur(15px); position: fixed; width: 100%; top: 0; left: 0; box-sizing: border-box; z-index: 100; }
nav + * { margin-top: 80px; }
.logo { font-family: 'Courier New', monospace; font-weight: 700; letter-spacing: 0.2rem; color: #fff; text-decoration: none; font-size: 1.2rem; text-shadow: 0 0 10px var(--accent-cyan); }
.nav-logo { height: 80px; width: auto; vertical-align: middle; transition: all 0.3s ease; }
.nav-logo:hover { filter: drop-shadow(0 0 8px var(--accent-cyan)); }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1rem; transition: 0.3s; font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--accent-cyan); text-shadow: 0 0 10px var(--accent-cyan); }
.mobile-menu-btn { display: none; background: transparent; border: 1px solid var(--border); color: var(--accent-cyan); font-size: 1.5rem; cursor: pointer; padding: 0.5rem 0.8rem; border-radius: 4px; z-index: 101; }
.mobile-dropdown { display: none; position: fixed; top: 80px; right: 0; left: auto; width: 280px; background: rgba(5, 10, 15, 0.95); border: 1px solid var(--accent-cyan); border-top: none; border-right: none; flex-direction: column; padding: 1rem 0; box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 210, 255, 0.2); z-index: 99999; backdrop-filter: blur(20px); }
.mobile-dropdown.open { display: flex; animation: slideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.mobile-dropdown a { color: #fff; padding: 1rem 2rem; text-decoration: none; text-transform: uppercase; letter-spacing: 0.1rem; border-bottom: 1px solid rgba(255,255,255,0.05); transition: background 0.2s; }
.mobile-dropdown a.active { color: var(--accent-cyan); background: rgba(0, 210, 255, 0.05); text-shadow: 0 0 15px var(--accent-cyan); border-left: 3px solid var(--accent-cyan); }
.mobile-dropdown a:hover { background: rgba(0, 210, 255, 0.1); color: var(--accent-cyan); }
@media (max-width: 768px) { .nav-links { display: none; } .mobile-menu-btn { display: block; } }
.container { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem; position: relative; z-index: 10; }
.hero-section { margin-bottom: 3rem; animation: slideIn 1s ease-out; padding: 2rem 0; }
h1 { font-size: 3.5rem; font-weight: 200; letter-spacing: -0.1rem; margin: 0 0 1rem 0; color: #fff; }
.hero-sub { font-family: 'Courier New', monospace; color: var(--accent-cyan); margin-top: 1rem; letter-spacing: 0.2rem; font-size: 0.9rem; text-transform: uppercase; display: flex; align-items: center; gap: 1rem; }
.hero-sub::before { content: ''; width: 40px; height: 1px; background: var(--accent-cyan); box-shadow: 0 0 5px var(--accent-cyan); }
.hero-desc { max-width: 700px; margin: 1.5rem 0 2rem; line-height: 1.8; color: var(--text-muted); font-size: 1.05rem; }
.effective-date { font-family: 'Courier New', monospace; color: var(--accent-cyan); font-size: 0.8rem; letter-spacing: 0.15rem; text-transform: uppercase; margin-bottom: 2rem; display: block; }
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.policy-section { padding: 1.5rem; background: rgba(10, 15, 25, 0.6); border: 1px solid var(--border); backdrop-filter: blur(10px); transition: border-color 0.4s; animation: slideIn 0.8s ease-out; }
.policy-section:hover { border-color: var(--border-active); }
.policy-section h2 { font-size: 1.2rem; font-weight: 400; margin: 0 0 1rem 0; color: #fff; display: flex; align-items: center; gap: 0.6rem; }
.policy-section h2 .section-num { font-family: 'Courier New', monospace; font-size: 0.7rem; color: var(--accent-cyan); border: 1px solid var(--accent-cyan); padding: 0.15rem 0.5rem; letter-spacing: 0.1rem; }
.policy-section p, .policy-section li { color: var(--text-muted); line-height: 1.7; font-size: 0.85rem; margin-bottom: 0.6rem; }
.policy-section ul { list-style: none; padding: 0; }
.policy-section ul li { padding: 0.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); display: flex; gap: 0.6rem; }
.policy-section ul li::before { content: '>>'; color: var(--accent-cyan); font-family: 'Courier New', monospace; font-size: 0.75rem; flex-shrink: 0; }
.policy-section strong { color: #fff; font-weight: 600; }
footer { padding: 3rem 5vw 0 5vw; border-top: 1px solid var(--border); text-align: center; color: var(--text-muted); font-size: 0.7rem; background: rgba(2, 2, 4, 0.95); position: relative; z-index: 10; line-height: 2.2; }
footer a { color: var(--text-muted); text-decoration: none; margin: 0 10px; transition: color 0.3s; }
footer a:hover { color: var(--accent-cyan); }
.footer-logo { height: 80px; width: auto; margin-bottom: 1rem; filter: brightness(0.8); transition: filter 0.3s; }
.footer-logo:hover { filter: brightness(1.2) drop-shadow(0 0 10px var(--accent-cyan)); }
@media (max-width: 768px) { h1 { font-size: 2.2rem; } .container { padding: 3rem 1.25rem; } .policy-grid { grid-template-columns: 1fr; } .policy-section { padding: 1.2rem; } }
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXXX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="canvas-container"></div>
<div class="scanlines"></div>
<nav id="mainNav">
<a href="index.html" class="logo">
<img src="assets/images/ionity-logo-edited.png" alt="IONITY" class="nav-logo">
</a>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="inner-Page.html">Systems</a>
<a href="what-we-do.html">What We Do</a>
<a href="ai-innovation.html">AI Innovation</a>
<a href="ai-news.html">AI News</a>
<a href="roadmap.html">Roadmap</a>
<a href="license.html">License</a>
<a href="privacy.html">Privacy</a>
<a href="subscriptions.html">Subscriptions</a>
<a href="terms.html" class="active">Terms</a>
<a href="about.html">About</a>
<a href="aedi-online.html">AEDI Online</a>
<a href="contact.html">Contact</a>
<a href="firmware-development.html">Dev</a>
<a href="gateway.html">IO Way</a>
</div>
<button class="mobile-menu-btn" onclick="toggleMenu()">☰</button>
</nav>
<!-- Mobile Dropdown -->
<div class="mobile-dropdown" id="mobileMenu">
<a href="index.html">Home</a>
<a href="inner-Page.html">Systems</a>
<a href="what-we-do.html">What We Do</a>
<a href="ai-innovation.html">AI Innovation</a>
<a href="ai-news.html">AI News</a>
<a href="roadmap.html">Roadmap</a>
<a href="license.html">License</a>
<a href="privacy.html">Privacy</a>
<a href="subscriptions.html">Subscriptions</a>
<a href="terms.html" class="active">Terms</a>
<a href="about.html">About</a>
<a href="aedi-online.html">AEDI Online</a>
<a href="contact.html">Contact</a>
<a href="firmware-development.html">Dev</a>
<a href="gateway.html">IO Way</a>
</div>
<!-- SecurePrivacy Consent Management -->
<script src="https://consent.secureprivacy.ai/script/ionity-today.js"></script>
<div class="container">
<div class="hero-section">
<h1>Terms of Service</h1>
<div class="hero-sub">Usage Terms & Conditions</div>
<span class="effective-date">Effective Date: 26 March 2026 // Last Updated: 26 March 2026</span>
<p class="hero-desc">
These Terms of Service ("Terms") govern your use of the website <strong>www.ionity.today</strong> and all digital services provided by Ionity (Pty) Ltd ("Ionity", "we", "us", or "our"). By accessing this website, you agree to be bound by these Terms.
</p>
</div>
<div class="policy-grid">
<div class="policy-section">
<h2><span class="section-num">01</span> Acceptance of Terms</h2>
<p>By accessing, browsing, or using this website, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service and our <a href="privacy.html" style="color: var(--accent-cyan);">Privacy Policy</a>. If you do not agree to these Terms, you must discontinue use of this website immediately.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">02</span> Use of Website</h2>
<p>You agree to use this website only for lawful purposes and in a manner that does not:</p>
<ul>
<li>Infringe the rights of, or restrict or inhibit the use of this website by, any third party</li>
<li>Violate any applicable local, national, or international law or regulation</li>
<li>Attempt to gain unauthorised access to any part of the website, server, or connected systems</li>
<li>Introduce viruses, trojans, worms, or other malicious code</li>
<li>Reproduce, duplicate, copy, sell, resell, or exploit any portion of the website without express permission</li>
<li>Use automated systems (bots, scrapers) to access the website in a manner that exceeds reasonable use, unless explicitly permitted via our <a href="robots.txt" style="color: var(--accent-cyan);">robots.txt</a></li>
</ul>
</div>
<div class="policy-section">
<h2><span class="section-num">03</span> Intellectual Property</h2>
<p>All content on this website — including but not limited to text, graphics, logos, images, audio, video, software, hardware designs, schematics, code, and documentation — is the exclusive property of Ionity (Pty) Ltd and is protected under:</p>
<ul>
<li><strong>Policy AED 986:</strong> Governing all Ionity intellectual property and establishing absolute asset sovereignty</li>
<li><strong>License AED 900:</strong> Hardware and machine-executable code protection framework</li>
<li><strong>South African Copyright Act (No. 98 of 1978)</strong></li>
<li><strong>International intellectual property laws and treaties</strong></li>
</ul>
<p>No part of this website may be reproduced, distributed, modified, or used for commercial purposes without prior written consent from Ionity (Pty) Ltd. See our <a href="license.html" style="color: var(--accent-cyan);">License & Protection Framework</a> for full details.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">04</span> Products & Services</h2>
<p>Information about our products and services (including Edge AI systems, power-saving hardware, SCADA systems, and AIoT solutions) is provided for informational purposes. We reserve the right to:</p>
<ul>
<li>Modify, update, or discontinue any product or service without prior notice</li>
<li>Change pricing, specifications, or availability at any time</li>
<li>Refuse service to any individual or organisation at our discretion</li>
</ul>
<p>Specific products and services are governed by separate agreements and service-level contracts.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">05</span> Disclaimer of Warranties</h2>
<p>This website and its content are provided <strong>"as is"</strong> and <strong>"as available"</strong> without warranties of any kind, either express or implied. Ionity does not warrant that:</p>
<ul>
<li>The website will be uninterrupted, error-free, or free of viruses</li>
<li>Any information on the website is complete, accurate, or current</li>
<li>The results obtained from the use of the website will be reliable</li>
</ul>
</div>
<div class="policy-section">
<h2><span class="section-num">06</span> Limitation of Liability</h2>
<p>To the maximum extent permitted by South African law, Ionity (Pty) Ltd, its directors, employees, and agents shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages arising from:</p>
<ul>
<li>Your use of, or inability to use, this website</li>
<li>Any errors or omissions in website content</li>
<li>Unauthorised access to or alteration of your data</li>
<li>Any third-party conduct or content on the website</li>
</ul>
</div>
<div class="policy-section">
<h2><span class="section-num">07</span> Third-Party Links</h2>
<p>This website may contain links to third-party websites, including but not limited to LinkedIn, GitHub, Google Drive, and partner services. These links are provided for convenience only. Ionity has no control over the content or practices of third-party sites and accepts no responsibility for them. We encourage you to review the terms and privacy policies of any third-party websites you visit.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">08</span> Indemnification</h2>
<p>You agree to indemnify, defend, and hold harmless Ionity (Pty) Ltd, its founder Johan Wilhelm van Antwerp, and its affiliates from any claims, damages, losses, or expenses (including legal fees) arising from your use of this website or violation of these Terms.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">09</span> Modifications to Terms</h2>
<p>Ionity reserves the right to update or modify these Terms at any time without prior notice. Changes take effect immediately upon posting on this page. Continued use of the website after changes constitutes acceptance of the updated Terms. We recommend reviewing this page periodically.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">10</span> Governing Law</h2>
<p>These Terms are governed by and construed in accordance with the laws of the <strong>Republic of South Africa</strong>. Any disputes arising from these Terms shall be subject to the exclusive jurisdiction of the courts of <strong>Pretoria, Gauteng, South Africa</strong>.</p>
</div>
<div class="policy-section">
<h2><span class="section-num">11</span> Contact</h2>
<p>For questions about these Terms of Service, please contact:</p>
<ul>
<li><strong>Name:</strong> Johan Wilhelm van Antwerp</li>
<li><strong>Email:</strong> johan@ionity.today</li>
<li><strong>Phone:</strong> +27 64 699 9877</li>
<li><strong>Website:</strong> <a href="https://www.ionity.today/contact.html" style="color: var(--accent-cyan);">www.ionity.today/contact</a></li>
<li><strong>Location:</strong> Pretoria, Gauteng, South Africa</li>
</ul>
</div>
</div><!-- /policy-grid -->
</div>
<footer>
<style>
@keyframes footerGlow {
0% { text-shadow: 0 0 2px rgba(255,255,255,0.1); }
100% { text-shadow: 0 0 8px rgba(0,210,255,0.3); }
}
.footer-content { animation: footerGlow 3s infinite alternate; }
.footer-logo-container {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1rem;
width: 100%;
}
.footer-logo {
height: 60px;
width: auto;
opacity: 0.9;
transition: all 0.3s ease;
}
.footer-logo:hover {
opacity: 1;
filter: drop-shadow(0 0 15px rgba(0,210,255,0.4));
}
footer a {
color: var(--accent-cyan, #00d2ff);
text-decoration: none;
margin: 0 10px;
transition: all 0.3s ease;
font-weight: 600;
text-shadow: 0 0 8px rgba(0,210,255,0.3);
}
footer a:hover {
color: #fff;
text-shadow: 0 0 15px var(--accent-cyan, #00d2ff);
}
</style>
<div class="footer-logo-container">
<img src="assets/images/ionity-logo-edited.png" alt="Ionity Logo" class="footer-logo">
</div>
<div class="footer-content" style="opacity: 0.7; line-height: 1.8; color: var(--text-muted, rgba(255,255,255,0.5));">
<div>Ionity� (Pty) Ltd 2025-2026 | Creative Commons BY-NC-SA 4.0 | Made with AEDI� | Author: Antwerp Designs</div>
<div>South Africa Centurion 0157 | Policy AED 986 | License AED 900 | Ionity� IoT-Ai-DAQ-PdM-CMS-F-iT Hardware, Software Integrations, ALL RIGHTS RESERVED</div>
<div>
<a href="tel:+27646999877">+27 646 999 877</a> |
<a href="mailto:ai@ionity.today">ai@ionity.today</a> |
<a href="https://www.ionity.world" target="_blank" rel="noopener noreferrer">www.ionity.world</a>
</div>
<div style="margin-top: 0.75rem;">
<a href="https://antwerpdesignsionity.github.io/Metadata" target="_blank" rel="noopener noreferrer">Metadata</a>
</div>
</div>
</footer>
<!-- Book Hallway Animation -->
<script>
// Mobile Menu
function toggleMenu() {
const dropdown = document.getElementById('mobileMenu');
dropdown.classList.toggle('open');
}
document.addEventListener('click', function(e) {
const dropdown = document.getElementById('mobileMenu');
const btn = document.querySelector('.mobile-menu-btn');
if (!dropdown.contains(e.target) && !btn.contains(e.target)) {
dropdown.classList.remove('open');
}
});
// INFINITE BOOK HALLWAY - Library Corridor Visualization
(function() {
const container = document.getElementById('canvas-container');
const canvas = document.createElement('canvas');
const ctx = canvas.getContext('2d');
container.appendChild(canvas);
let W, H, mouse = { x: 0.5, y: 0.5 };
const particles = [];
const PARTICLE_COUNT = 60;
function resize() {
W = canvas.width = window.innerWidth;
H = canvas.height = window.innerHeight;
}
resize();
window.addEventListener('resize', resize);
document.addEventListener('mousemove', e => {
mouse.x = e.clientX / W;
mouse.y = e.clientY / H;
});
// Book colors - warm amber/leather tones with occasional cyan highlights
const bookColors = [
'rgba(60, 30, 15, A)', // Dark leather
'rgba(80, 40, 20, A)', // Warm brown
'rgba(45, 25, 12, A)', // Deep mahogany
'rgba(100, 50, 25, A)', // Tan leather
'rgba(35, 20, 10, A)', // Almost black
'rgba(70, 35, 18, A)', // Chestnut
'rgba(55, 28, 14, A)', // Espresso
'rgba(90, 45, 22, A)', // Cognac
'rgba(20, 50, 60, A)', // Teal accent
'rgba(0, 60, 80, A)', // Dark cyan accent
];
// Seeded random for consistent shelves
function seededRandom(seed) {
let x = Math.sin(seed) * 10000;
return x - Math.floor(x);
}
// Draw a bookshelf at given perspective position
function drawShelf(side, depth, offsetY, time) {
const vanishX = W * (0.5 + (mouse.x - 0.5) * 0.1);
const vanishY = H * (0.5 + (mouse.y - 0.5) * 0.05);
// Perspective scaling
const scale = 1 / (depth * 0.8 + 1);
const fadeAlpha = Math.max(0, 1 - depth * 0.15);
if (fadeAlpha <= 0) return;
const shelfWidth = 180 * scale;
const shelfHeight = 120 * scale;
const bookAreaHeight = shelfHeight * 0.85;
// Position shelf using perspective
const spreadX = (side === 'left' ? -1 : 1) * (W * 0.35 + 50) * scale;
const shelfX = vanishX + spreadX - (side === 'left' ? shelfWidth : 0);
const shelfY = vanishY + offsetY * scale - shelfHeight / 2;
// Shelf backing
ctx.fillStyle = `rgba(15, 8, 4, ${fadeAlpha * 0.6})`;
ctx.fillRect(shelfX, shelfY, shelfWidth, shelfHeight);
// Shelf wood (top & bottom edges)
ctx.fillStyle = `rgba(50, 28, 14, ${fadeAlpha * 0.8})`;
ctx.fillRect(shelfX, shelfY, shelfWidth, 2 * scale);
ctx.fillRect(shelfX, shelfY + shelfHeight - 3 * scale, shelfWidth, 3 * scale);
// Draw books on this shelf
let bookX = shelfX + 3 * scale;
const maxBookX = shelfX + shelfWidth - 3 * scale;
let bookSeed = depth * 100 + offsetY * 10 + (side === 'left' ? 0 : 500);
let bookIndex = 0;
while (bookX < maxBookX) {
const rand = seededRandom(bookSeed + bookIndex);
const bookWidth = (4 + rand * 12) * scale;
const bookHeight = (bookAreaHeight * 0.55 + rand * bookAreaHeight * 0.4);
const colorIdx = Math.floor(seededRandom(bookSeed + bookIndex + 77) * bookColors.length);
const bookAlpha = fadeAlpha * (0.6 + seededRandom(bookSeed + bookIndex + 33) * 0.4);
if (bookX + bookWidth > maxBookX) break;
const bookY = shelfY + shelfHeight - 3 * scale - bookHeight;
// Book body
const color = bookColors[colorIdx].replace('A', bookAlpha.toFixed(2));
ctx.fillStyle = color;
ctx.fillRect(bookX, bookY, bookWidth, bookHeight);
// Book spine highlight
const highlight = `rgba(255, 220, 180, ${bookAlpha * 0.08})`;
ctx.fillStyle = highlight;
ctx.fillRect(bookX, bookY, 1 * scale, bookHeight);
// Occasional gold text on spine
if (seededRandom(bookSeed + bookIndex + 55) > 0.6) {
const textY = bookY + bookHeight * 0.3 + seededRandom(bookSeed + bookIndex + 88) * bookHeight * 0.3;
ctx.fillStyle = `rgba(200, 170, 100, ${bookAlpha * 0.3})`;
ctx.fillRect(bookX + 1 * scale, textY, bookWidth - 2 * scale, 1 * scale);
}
// Gap between books
bookX += bookWidth + (0.5 + seededRandom(bookSeed + bookIndex + 22) * 1.5) * scale;
bookIndex++;
}
// Side panel (depth illusion)
if (side === 'left') {
ctx.fillStyle = `rgba(30, 16, 8, ${fadeAlpha * 0.4})`;
ctx.beginPath();
ctx.moveTo(shelfX + shelfWidth, shelfY);
ctx.lineTo(shelfX + shelfWidth + 8 * scale, shelfY - 4 * scale);
ctx.lineTo(shelfX + shelfWidth + 8 * scale, shelfY + shelfHeight + 4 * scale);
ctx.lineTo(shelfX + shelfWidth, shelfY + shelfHeight);
ctx.fill();
} else {
ctx.fillStyle = `rgba(30, 16, 8, ${fadeAlpha * 0.4})`;
ctx.beginPath();
ctx.moveTo(shelfX, shelfY);
ctx.lineTo(shelfX - 8 * scale, shelfY - 4 * scale);
ctx.lineTo(shelfX - 8 * scale, shelfY + shelfHeight + 4 * scale);
ctx.lineTo(shelfX, shelfY + shelfHeight);
ctx.fill();
}
}
// Light ray from vanishing point
function drawLightRays(time) {
const vanishX = W * (0.5 + (mouse.x - 0.5) * 0.1);
const vanishY = H * (0.5 + (mouse.y - 0.5) * 0.05);
const rayCount = 8;
for (let i = 0; i < rayCount; i++) {
const angle = (i / rayCount) * Math.PI * 2 + time * 0.0001;
const length = Math.max(W, H) * 0.8;
const endX = vanishX + Math.cos(angle) * length;
const endY = vanishY + Math.sin(angle) * length;
const grad = ctx.createLinearGradient(vanishX, vanishY, endX, endY);
const pulse = Math.sin(time * 0.0008 + i * 0.7) * 0.5 + 0.5;
grad.addColorStop(0, `rgba(255, 200, 100, ${0.02 + pulse * 0.015})`);
grad.addColorStop(0.3, `rgba(200, 160, 80, ${0.008 + pulse * 0.005})`);
grad.addColorStop(1, 'transparent');
ctx.beginPath();
ctx.moveTo(vanishX, vanishY);
const spread = 30 + pulse * 15;
ctx.lineTo(endX + Math.cos(angle + 0.1) * spread, endY + Math.sin(angle + 0.1) * spread);
ctx.lineTo(endX + Math.cos(angle - 0.1) * spread, endY + Math.sin(angle - 0.1) * spread);
ctx.closePath();
ctx.fillStyle = grad;
ctx.fill();
}
// Central warm glow
const glowGrad = ctx.createRadialGradient(vanishX, vanishY, 0, vanishX, vanishY, 250);
glowGrad.addColorStop(0, 'rgba(255, 200, 120, 0.06)');
glowGrad.addColorStop(0.5, 'rgba(200, 150, 80, 0.02)');
glowGrad.addColorStop(1, 'transparent');
ctx.fillStyle = glowGrad;
ctx.beginPath();
ctx.arc(vanishX, vanishY, 250, 0, Math.PI * 2);
ctx.fill();
}
// Dust particle class
class DustParticle {
constructor() {
this.reset();
}
reset() {
this.x = Math.random() * W;
this.y = Math.random() * H;
this.size = Math.random() * 2 + 0.5;
this.speedX = (Math.random() - 0.5) * 0.2;
this.speedY = -0.1 - Math.random() * 0.15;
this.alpha = Math.random() * 0.4 + 0.1;
this.drift = Math.random() * Math.PI * 2;
this.driftSpeed = 0.005 + Math.random() * 0.01;
this.warmth = Math.random(); // 0 = cool/cyan, 1 = warm/amber
}
update() {
this.drift += this.driftSpeed;
this.x += this.speedX + Math.sin(this.drift) * 0.3;
this.y += this.speedY;
this.alpha -= 0.0005;
if (this.alpha <= 0 || this.y < -10 || this.x < -10 || this.x > W + 10) {
this.reset();
this.y = H + 10;
}
}
draw() {
let r, g, b;
if (this.warmth > 0.7) {
r = 255; g = 200; b = 120; // Amber
} else if (this.warmth < 0.15) {
r = 0; g = 210; b = 255; // Cyan accent
} else {
r = 200; g = 180; b = 140; // Neutral warm
}
const grad = ctx.createRadialGradient(this.x, this.y, 0, this.x, this.y, this.size * 3);
grad.addColorStop(0, `rgba(${r}, ${g}, ${b}, ${this.alpha})`);
grad.addColorStop(1, 'transparent');
ctx.fillStyle = grad;
ctx.beginPath();
ctx.arc(this.x, this.y, this.size * 3, 0, Math.PI * 2);
ctx.fill();
}
}
// Initialize particles
for (let i = 0; i < PARTICLE_COUNT; i++) {
particles.push(new DustParticle());
}
// Floor perspective grid
function drawFloor(time) {
const vanishX = W * (0.5 + (mouse.x - 0.5) * 0.1);
const vanishY = H * (0.5 + (mouse.y - 0.5) * 0.05);
const floorY = H * 0.72;
// Floor plane
const floorGrad = ctx.createLinearGradient(0, floorY, 0, H);
floorGrad.addColorStop(0, 'rgba(20, 12, 6, 0)');
floorGrad.addColorStop(0.3, 'rgba(20, 12, 6, 0.15)');
floorGrad.addColorStop(1, 'rgba(10, 5, 2, 0.3)');
ctx.fillStyle = floorGrad;
ctx.fillRect(0, floorY, W, H - floorY);
// Perspective floor lines
for (let i = 0; i < 12; i++) {
const lineY = floorY + (H - floorY) * (i / 12);
const shrink = 1 - ((lineY - floorY) / (H - floorY)) * 0.6;
const lineWidth = W * shrink;
const lineX = (W - lineWidth) / 2;
ctx.strokeStyle = `rgba(50, 30, 15, ${0.1 * (1 - i / 12)})`;
ctx.lineWidth = 0.5;
ctx.beginPath();
ctx.moveTo(lineX, lineY);
ctx.lineTo(lineX + lineWidth, lineY);
ctx.stroke();
}
}
function animate(time) {
// Clear with dark warm background
ctx.fillStyle = 'rgba(2, 2, 5, 0.95)';
ctx.fillRect(0, 0, W, H);
// Draw light rays first (behind everything)
drawLightRays(time);
// Draw floor
drawFloor(time);
// Draw bookshelves from far to near
const shelfRows = [-200, -80, 30, 140, 250, -320, 380];
for (let d = 7; d >= 0; d--) {
for (const offsetY of shelfRows) {
drawShelf('left', d, offsetY, time);
drawShelf('right', d, offsetY, time);
}
}
// Dark vignette overlay
const vignetteGrad = ctx.createRadialGradient(W / 2, H / 2, W * 0.2, W / 2, H / 2, W * 0.7);
vignetteGrad.addColorStop(0, 'transparent');
vignetteGrad.addColorStop(1, 'rgba(2, 2, 5, 0.6)');
ctx.fillStyle = vignetteGrad;
ctx.fillRect(0, 0, W, H);
// Draw particles on top
particles.forEach(p => { p.update(); p.draw(); });
requestAnimationFrame(animate);
}
requestAnimationFrame(animate);
})();
</script>
<script>
function toggleMenu() {
document.getElementById('mobileMenu').classList.toggle('open');
}
</script>
</body>
</html>