-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookies.html
More file actions
184 lines (157 loc) · 12.5 KB
/
Copy pathcookies.html
File metadata and controls
184 lines (157 loc) · 12.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Cookie Policy — synARKa Intelligence</title>
<meta name="description" content="Cookie Policy for synARKa Intelligence. How we use cookies and similar technologies on synarka.pro.">
<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=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,600&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<style>
:root{
--canvas:#0E0C08;--surface-1:#14110B;--surface-2:#1C180F;
--border:#2C2618;--border-strong:#4A3F26;
--text:#ECE6D8;--text-2:#9E957F;--text-3:#6B6453;
--gold:#C9A227;--gold-bright:#E6C254;--alert:#C44A30;
--disp:'Fraunces',Georgia,serif;--mono:'IBM Plex Mono','SFMono-Regular',monospace;--sans:'IBM Plex Sans',-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html,body{background:var(--canvas);color:var(--text);font-family:var(--sans);min-height:100vh;line-height:1.7;-webkit-font-smoothing:antialiased}
::selection{background:var(--gold);color:var(--canvas)}
::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--canvas)}::-webkit-scrollbar-thumb{background:var(--border-strong)}
.compliance-banner{background:var(--alert);color:#0E0C08;padding:9px 16px;text-align:center;font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #9a3a26}
.compliance-banner strong{font-weight:700}
.nav-bar{background:rgba(0,0,0,.3);border-bottom:1px solid var(--border);padding:14px 24px;display:flex;justify-content:space-between;align-items:center}
.nav-logo{font-family:var(--disp);font-weight:600;font-size:23px;color:var(--text);letter-spacing:.3px;text-decoration:none}
.nav-logo .alt{color:var(--gold);font-style:italic}
.nav-back{font-family:var(--mono);font-size:11px;color:var(--text-2);text-decoration:none;letter-spacing:.12em;text-transform:uppercase}
.nav-back:hover{color:var(--gold)}
.page-wrap{max-width:820px;margin:0 auto;padding:54px 30px 90px}
.page-eyebrow{font-family:var(--mono);font-size:11px;color:var(--gold);letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px;font-weight:500}
.page-title{font-family:var(--disp);font-weight:600;font-size:46px;letter-spacing:-.01em;color:var(--text);margin-bottom:10px;line-height:1.05}
.page-subtitle{font-family:var(--sans);font-size:14px;color:var(--text-2);margin-bottom:26px}
.page-meta{font-family:var(--mono);font-size:10px;color:var(--text-3);letter-spacing:.14em;text-transform:uppercase;padding-bottom:24px;border-bottom:1px solid var(--border);margin-bottom:38px}
h2{font-family:var(--disp);font-weight:600;font-size:24px;color:var(--text);letter-spacing:-.01em;margin:42px 0 14px;padding-top:26px;border-top:1px solid var(--border)}
h2:first-of-type{border-top:none;padding-top:0;margin-top:24px}
h3{font-family:var(--mono);font-size:12px;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin:24px 0 10px;font-weight:600}
p{font-family:var(--sans);font-size:14.5px;color:var(--text);margin-bottom:13px;line-height:1.75}
p strong{color:var(--text);font-weight:600}
ul{margin:8px 0 18px 0;padding-left:20px}
ul li{font-family:var(--sans);font-size:14.5px;color:var(--text);line-height:1.75;margin-bottom:7px}
ul li::marker{color:var(--gold)}
a{color:var(--gold);text-decoration:none;border-bottom:1px solid var(--border)}
a:hover{color:var(--gold-bright);border-bottom-color:var(--gold)}
.callout{border:1px solid var(--border-strong);background:var(--surface-1);padding:18px 22px;margin:24px 0;font-family:var(--sans);font-size:13.5px;color:var(--text-2);line-height:1.7}
.callout strong{color:var(--gold)}
.callout-warning{border:2px solid var(--gold);background:rgba(201,162,39,.06);padding:24px 26px 22px;margin:28px 0;font-family:var(--sans);font-size:14px;color:var(--text);line-height:1.75;position:relative}
.callout-warning::before{content:'\26A0 KEY NOTICE';position:absolute;top:-9px;left:18px;background:var(--gold);color:#0E0C08;padding:3px 10px;font-family:var(--mono);font-size:9px;letter-spacing:.14em;font-weight:600}
.callout-warning strong{color:var(--gold)}
.cookie-table{width:100%;margin:16px 0 24px;border-collapse:collapse;font-family:var(--sans);font-size:13px}
.cookie-table th{background:var(--surface-2);color:var(--gold);font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;text-align:left;padding:11px 14px;border:1px solid var(--border);font-weight:600}
.cookie-table td{padding:12px 14px;border:1px solid var(--border);color:var(--text);background:var(--surface-1);vertical-align:top;line-height:1.65}
.cookie-table td strong{color:var(--text)}
.cookie-table tr td:first-child{font-family:var(--mono);color:var(--gold);font-size:11px;letter-spacing:.04em;font-weight:600;width:30%}
footer{border-top:1px solid var(--border);margin-top:64px;padding:30px 24px;text-align:center;font-family:var(--mono);font-size:10px;color:var(--text-3);letter-spacing:.14em;text-transform:uppercase}
footer a{color:var(--text-2);margin:0 12px;border-bottom:none}
footer a:hover{color:var(--gold)}
footer .meta{margin-top:14px;color:var(--text-3)}
</style>
</head>
<body>
<div class="compliance-banner">
⚠ <strong>RESEARCH & EDUCATIONAL CONTENT ONLY · NOT FINANCIAL ADVICE</strong>
</div>
<nav class="nav-bar">
<a href="index.html" class="nav-logo"><span class="alt">syn</span>ARKa</a>
<a href="index.html" class="nav-back">← Back to Home</a>
</nav>
<div class="page-wrap">
<div class="page-eyebrow">[ Legal · Cookies ]</div>
<h1 class="page-title">COOKIE POLICY</h1>
<div class="page-subtitle">How we use cookies and similar technologies on synarka.pro.</div>
<div class="page-meta">Effective 1 May 2026 · Last reviewed 29 June 2026 · Subject to Australian law</div>
<h2>1. What are cookies?</h2>
<p>Cookies are small text files placed on your device (computer, tablet, or phone) when you visit a website. They allow the site to remember your actions and preferences over a period of time, so you don't have to keep re-entering them whenever you return. Cookies are widely used to make websites work, improve site performance, and provide information to site operators.</p>
<p>Similar technologies — such as web beacons, pixel tags, and local storage — perform comparable functions and are covered by this Policy.</p>
<h2>2. Cookies on synarka.pro — current state</h2>
<div class="callout">
<strong>Current state (as at 1 May 2026):</strong> synarka.pro is a static brand site. We do not currently set any tracking cookies or operate analytics services on this domain. The site uses only essential cookies that may be set automatically by our hosting and CDN providers (such as GitHub Pages or Cloudflare) to deliver the site reliably and prevent abuse. As we evolve our delivery infrastructure (e.g. introducing analytics, newsletter signups, or a paid tier portal), this Policy will be updated and this section will reflect the new scope.
</div>
<h2>3. Categories of cookies we may use</h2>
<table class="cookie-table">
<thead>
<tr>
<th>Type</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Essential / Strictly Necessary</strong></td>
<td>Required for the site to function properly. These cookies enable basic features such as page navigation, secure connections, and CDN load balancing. They cannot be switched off.</td>
</tr>
<tr>
<td><strong>Performance / Analytics</strong></td>
<td>If and when deployed, these cookies help us understand how visitors interact with the site by collecting anonymous, aggregate information (such as pages visited, time on site, referral sources). We will update this Policy before activating analytics tooling.</td>
</tr>
<tr>
<td><strong>Functionality</strong></td>
<td>If and when deployed, these allow the site to remember choices you make (such as language, region, or display preferences) to provide a more personalised experience.</td>
</tr>
<tr>
<td><strong>Third-Party / Embedded Content</strong></td>
<td>Pages that embed third-party content (e.g. Telegram links, X/LinkedIn posts, YouTube videos, Substack newsletters) may set their own cookies as governed by those providers' policies. We have no control over these cookies.</td>
</tr>
</tbody>
</table>
<h2>4. Third-party cookies and services</h2>
<p>When we link to or embed content from external services, those services may place their own cookies on your device. Examples include:</p>
<ul>
<li><strong>Cloudflare</strong> — for CDN, security, and bot protection (essential).</li>
<li><strong>GitHub Pages / Netlify</strong> — for hosting the static site (essential).</li>
<li><strong>Google Fonts</strong> — when embedded fonts load from Google's servers (the request itself may be logged by Google).</li>
<li><strong>External platform embeds</strong> — Telegram, X, LinkedIn, YouTube, Substack, Beehiiv, etc., when their content is embedded or linked.</li>
</ul>
<p>Each of these providers operates under their own privacy and cookie policies, which we encourage you to review.</p>
<h2>5. Your control over cookies</h2>
<p>You can control and manage cookies in several ways. Please note that disabling cookies may affect the functionality of synarka.pro and many other websites you visit.</p>
<h3>Browser settings</h3>
<p>Most modern browsers allow you to:</p>
<ul>
<li>View what cookies are stored on your device.</li>
<li>Block all cookies, third-party cookies, or cookies from specific sites.</li>
<li>Delete cookies when you close your browser.</li>
<li>Receive notifications when cookies are set.</li>
</ul>
<p>Refer to your browser's help documentation: <a href="https://support.google.com/chrome/answer/95647" target="_blank">Chrome</a> · <a href="https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer" target="_blank">Firefox</a> · <a href="https://support.apple.com/en-au/guide/safari/sfri11471/mac" target="_blank">Safari</a> · <a href="https://support.microsoft.com/en-us/microsoft-edge/delete-cookies-in-microsoft-edge-63947406-40ac-c3b8-57b9-2a946a29ae09" target="_blank">Edge</a>.</p>
<h3>Opt-out tools</h3>
<p>For analytics and advertising cookies (where applicable in future), you can use industry opt-out tools such as the <a href="https://www.youronlinechoices.com.au/" target="_blank">Australian Digital Advertising Alliance opt-out</a>.</p>
<h2>6. "Do Not Track" signals</h2>
<p>Some browsers offer a "Do Not Track" (DNT) signal. There is currently no industry-wide standard for how websites should respond to DNT signals. We do not currently respond to DNT signals because synarka.pro does not deploy tracking cookies. If we introduce tracking in the future, we will document our DNT handling here.</p>
<h2>7. Changes to this Cookie Policy</h2>
<p>We may update this Cookie Policy from time to time to reflect changes to our use of cookies, our services, or applicable law. The "Last reviewed" date at the top of this page indicates when it was most recently updated. Material changes will be communicated through our intelligence channels.</p>
<h2>8. More information</h2>
<p>For broader information about how we handle your personal information, please refer to our <a href="privacy.html">Privacy Policy</a>. For the legal terms governing your use of synarka.pro, see our <a href="terms.html">Terms of Use</a>.</p>
<h2>9. Contact us</h2>
<p>Questions about cookies or this Policy:</p>
<p>
<strong>synARKa Intelligence</strong> · trading as Artigellence Augmentation Aggregator<br>
ABN 83 988 690 362<br>
Email: <a href="mailto:raj@synarka.pro">raj@synarka.pro</a><br>
Phone: <a href="tel:+61469313323">+61 469 313 323</a><br>
Sydney, New South Wales, Australia
</p>
<div class="callout">
Read also: <a href="privacy.html">Privacy Policy</a> · <a href="terms.html">Terms of Use</a> · <a href="index.html#disclaimer">Full Disclaimer</a>
</div>
</div>
<footer>
<div>
<a href="index.html">Home</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Use</a>
<a href="index.html#disclaimer">Disclaimer</a>
</div>
<div class="meta">© MMXXVI synARKa Intelligence · Artigellence Augmentation Aggregator · ABN 83 988 690 362 · Sydney</div>
</footer>
</body>
</html>