-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy.html
More file actions
417 lines (387 loc) · 19.3 KB
/
privacy.html
File metadata and controls
417 lines (387 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Privacy Policy - Squircley</title>
<meta
name="title"
content="Privacy Policy - Squircley - Free SVG Squircle Generator"
/>
<meta
name="description"
content="Privacy policy for Squircley - Free SVG Squircle Generator. Learn how we collect, use, and protect your personal information."
/>
<meta name="author" content="Squircley" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://squircley.lol/privacy.html" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://squircley.lol/privacy.html" />
<meta property="og:title" content="Privacy Policy - Squircley" />
<meta
property="og:description"
content="Privacy policy for Squircley - Free SVG Squircle Generator"
/>
<meta property="og:image" content="https://squircley.lol/og-image.png" />
<meta property="og:site_name" content="Squircley" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://squircley.lol/privacy.html" />
<meta property="twitter:title" content="Privacy Policy - Squircley" />
<meta
property="twitter:description"
content="Privacy policy for Squircley - Free SVG Squircle Generator"
/>
<meta
property="twitter:image"
content="https://squircley.lol/og-image.png"
/>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="favicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#8e2de2" />
<!-- Styles -->
<link rel="preload" href="styles/main.css" as="style" />
<link rel="stylesheet" href="styles/reset.css" />
<link rel="stylesheet" href="styles/main.css" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-KXPV61Y1PB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-KXPV61Y1PB");
</script>
</head>
<body>
<header role="banner">
<div class="header-content">
<h1 class="logo">
<a href="index.html" aria-label="Go to Squircley homepage">
<svg
title="Squircley - SVG Squircle Generator"
xmlns="http://www.w3.org/2000/svg"
width="186"
height="53"
fill="none"
aria-labelledby="logo-title"
>
<title id="logo-title">Squircley Logo</title>
<path
fill="#fff"
d="M169.113 52.5c-1.692 0-3.186-.558-4.482-1.674-1.26-1.08-1.89-2.466-1.89-4.158 0-1.584.396-2.88 1.188-3.888.792-1.008 1.818-1.8 3.078-2.376 1.26-.576 2.952-1.188 5.076-1.836l.54-2.376c-1.836 2.088-4.032 3.132-6.588 3.132-1.728 0-3.132-.54-4.212-1.62-1.044-1.08-1.566-2.7-1.566-4.86 0-.9.144-2.07.432-3.51L164.361 12h7.776l-3.888 18.36a5.546 5.546 0 0 0-.162 1.35c0 1.584.54 2.376 1.62 2.376 1.008 0 1.872-.414 2.592-1.242.72-.864 1.296-2.034 1.728-3.51L177.699 12h7.83l-6.588 31.32c-.72 3.456-1.998 5.85-3.834 7.182-1.8 1.332-3.798 1.998-5.994 1.998Zm-1.242-4.806c.648 0 1.26-.342 1.836-1.026.576-.648 1.026-1.71 1.35-3.186l.648-3.186c-1.908.648-3.384 1.404-4.428 2.268-1.044.864-1.566 1.98-1.566 3.348 0 .432.216.828.648 1.188.432.396.936.594 1.512.594Z"
/>
<path
fill="#fff"
d="M147.687 39.324c-2.664 0-4.734-.684-6.21-2.052-1.476-1.404-2.214-3.582-2.214-6.534 0-2.484.486-5.22 1.458-8.208.972-2.988 2.556-5.562 4.752-7.722 2.196-2.196 4.986-3.294 8.37-3.294 3.96 0 5.94 1.728 5.94 5.184 0 2.016-.576 3.87-1.728 5.562-1.152 1.692-2.682 3.06-4.59 4.104a15.066 15.066 0 0 1-6.102 1.728c-.072 1.08-.108 1.8-.108 2.16 0 1.764.306 2.97.918 3.618.612.612 1.602.918 2.97.918 1.944 0 3.6-.45 4.968-1.35 1.404-.9 2.934-2.268 4.59-4.104h1.836c-3.996 6.66-8.946 9.99-14.85 9.99Zm.108-13.824c1.332-.072 2.592-.54 3.78-1.404a9.511 9.511 0 0 0 2.916-3.294c.756-1.332 1.134-2.736 1.134-4.212 0-1.476-.45-2.214-1.35-2.214-1.296 0-2.574 1.134-3.834 3.402-1.224 2.268-2.106 4.842-2.646 7.722Z"
/>
<path
fill="#fff"
d="M130.914 39.324c-1.728 0-3.132-.54-4.212-1.62-1.044-1.08-1.566-2.7-1.566-4.86 0-.9.144-2.07.432-3.51l5.778-27.054 7.992-1.08-6.21 29.16a6.683 6.683 0 0 0-.216 1.728c0 .72.162 1.242.486 1.566.36.288.936.432 1.728.432 1.044 0 2.016-.432 2.916-1.296.9-.9 1.548-2.052 1.944-3.456h2.268c-1.332 3.888-3.042 6.534-5.13 7.938-2.088 1.368-4.158 2.052-6.21 2.052Z"
/>
<path
fill="#fff"
d="M112.566 39.324c-2.664 0-4.734-.684-6.21-2.052-1.476-1.404-2.214-3.582-2.214-6.534 0-2.484.486-5.22 1.458-8.208 1.008-2.988 2.592-5.562 4.752-7.722 2.196-2.196 4.968-3.294 8.316-3.294 2.16 0 3.69.468 4.59 1.404.936.936 1.404 2.124 1.404 3.564 0 1.26-.27 2.232-.81 2.916-.54.684-1.224 1.026-2.052 1.026-.612 0-1.242-.216-1.89-.648.432-1.188.648-2.25.648-3.186 0-.684-.126-1.224-.378-1.62-.252-.396-.63-.594-1.134-.594-1.08 0-2.16.882-3.24 2.646-1.08 1.764-1.962 3.906-2.646 6.426-.684 2.52-1.026 4.788-1.026 6.804 0 1.764.306 2.97.918 3.618.612.612 1.602.918 2.97.918 1.944 0 3.6-.45 4.968-1.35 1.404-.9 2.934-2.268 4.59-4.104h1.836c-3.996 6.66-8.946 9.99-14.85 9.99Z"
/>
<path
fill="#fff"
d="M93.213 12h7.776l-.702 3.348c1.224-1.08 2.322-1.908 3.294-2.484a6.425 6.425 0 0 1 3.24-.864c1.152 0 2.052.396 2.7 1.188.684.792 1.026 1.746 1.026 2.862a4.086 4.086 0 0 1-1.026 2.754c-.684.792-1.638 1.188-2.862 1.188-.792 0-1.332-.18-1.62-.54-.252-.396-.45-.954-.594-1.674-.108-.468-.216-.81-.324-1.026-.108-.216-.306-.324-.594-.324-.756 0-1.404.162-1.944.486-.504.288-1.17.81-1.998 1.566L95.265 39h-7.776l5.724-27Z"
/>
<path
fill="#fff"
d="M84.162 9.084c-1.188 0-2.196-.414-3.024-1.242-.828-.828-1.242-1.836-1.242-3.024s.415-2.196 1.242-3.024C81.966.93 82.975.498 84.162.498c1.188 0 2.197.432 3.024 1.296.864.828 1.296 1.836 1.296 3.024s-.431 2.196-1.296 3.024c-.828.828-1.836 1.242-3.024 1.242Zm-3.672 30.24c-1.727 0-3.131-.54-4.212-1.62-1.044-1.08-1.566-2.7-1.566-4.86 0-.9.144-2.07.432-3.51L78.816 12h7.776l-3.888 18.36a6.683 6.683 0 0 0-.215 1.728c0 .72.161 1.242.486 1.566.36.288.936.432 1.728.432 1.043 0 2.016-.432 2.915-1.296.9-.9 1.549-2.052 1.945-3.456h2.267c-1.331 3.888-3.041 6.534-5.13 7.938-2.088 1.368-4.157 2.052-6.21 2.052Z"
/>
<path
fill="#fff"
d="M53.227 39.324c-1.728 0-3.132-.54-4.212-1.62-1.044-1.08-1.566-2.7-1.566-4.86 0-.9.144-2.07.432-3.51L51.553 12h7.776L55.44 30.36a7.736 7.736 0 0 0-.162 1.512c0 1.476.54 2.214 1.62 2.214 1.008 0 1.872-.414 2.592-1.242.72-.864 1.296-2.034 1.728-3.51L64.89 12h7.776l-3.888 18.36a6.683 6.683 0 0 0-.216 1.728c0 .72.162 1.242.486 1.566.36.288.936.432 1.728.432 1.008 0 1.872-.432 2.592-1.296.756-.864 1.35-2.016 1.782-3.456h2.268c-1.332 3.888-2.988 6.534-4.968 7.938-1.944 1.368-3.906 2.052-5.886 2.052-1.548 0-2.79-.432-3.726-1.296-.9-.864-1.44-2.142-1.62-3.834-1.224 1.98-2.52 3.33-3.888 4.05-1.332.72-2.7 1.08-4.104 1.08ZM35.525 36.354c-1.836 1.98-3.978 2.97-6.426 2.97-2.052 0-3.762-.702-5.13-2.106-1.368-1.404-2.052-3.6-2.052-6.588 0-2.664.522-5.454 1.566-8.37 1.08-2.952 2.664-5.436 4.752-7.452 2.124-2.052 4.644-3.078 7.56-3.078 1.476 0 2.574.252 3.294.756.72.504 1.08 1.17 1.08 1.998v.108L40.71 12h7.776l-8.208 38.556-8.154 1.944 3.402-16.146Zm-2.916-2.268c.792 0 1.584-.342 2.376-1.026.828-.684 1.44-1.62 1.836-2.808l2.862-13.338c-.288-1.224-1.026-1.836-2.214-1.836-1.44 0-2.736.846-3.888 2.538-1.152 1.656-2.052 3.672-2.7 6.048-.648 2.34-.972 4.41-.972 6.21 0 1.8.252 2.952.756 3.456.54.504 1.188.756 1.944.756Z"
/>
<path
fill="#fff"
d="M8.156 39.324c-1.728 0-3.186-.324-4.374-.972-1.188-.684-2.07-1.548-2.646-2.592-.576-1.08-.864-2.196-.864-3.348 0-1.188.288-2.214.864-3.078.54-.9 1.206-1.548 1.998-1.944a70.132 70.132 0 0 0 3.672-7.614 112.215 112.215 0 0 0 2.97-8.37l7.992-1.08c.18 4.608.486 9.594.918 14.958.18 2.16.27 3.726.27 4.698 0 .828-.072 1.512-.216 2.052 1.692-.972 2.988-1.872 3.888-2.7h2.268c-2.304 2.664-5.058 4.914-8.262 6.75-1.044 1.116-2.34 1.944-3.888 2.484a14.43 14.43 0 0 1-4.59.756Zm-1.728-4.266c1.332 0 2.448-.396 3.348-1.188.9-.792 1.35-2.07 1.35-3.834 0-1.08-.108-2.592-.324-4.536-.36-4.104-.594-6.858-.702-8.262-.864 2.844-2.322 6.246-4.374 10.206.828.432 1.242 1.062 1.242 1.89 0 .684-.234 1.296-.702 1.836-.432.54-.99.81-1.674.81-.756 0-1.242-.234-1.458-.702 0 1.296.252 2.25.756 2.862.54.612 1.386.918 2.538.918Z"
/>
</svg>
</a>
</h1>
<nav aria-label="Main navigation">
<a href="index.html" class="nav-link">← Back to Generator</a>
</nav>
</div>
</header>
<main class="privacy-policy" role="main">
<div class="content-wrapper">
<h1>Privacy Policy</h1>
<p class="last-updated">Last updated: September 17, 2025</p>
<section>
<h2>Introduction</h2>
<p>
Welcome to Squircley ("we," "our," or "us"). We respect your privacy
and are committed to protecting your personal information. This
Privacy Policy explains how we collect, use, disclose, and safeguard
your information when you use our free SVG squircle generator
website.
</p>
<p>
By using Squircley, you agree to the collection and use of
information in accordance with this policy.
</p>
</section>
<section>
<h2>Information We Collect</h2>
<h3>Information Collected Automatically</h3>
<p>
We use Google Analytics to collect certain information automatically
when you visit our website:
</p>
<ul>
<li>
<strong>Usage Data:</strong> Information about how you interact
with our website, including pages visited, time spent on pages,
and features used
</li>
<li>
<strong>Device Information:</strong> Your browser type, operating
system, screen resolution, and device type
</li>
<li>
<strong>Location Data:</strong> Your approximate geographic
location based on IP address
</li>
<li>
<strong>Referral Data:</strong> How you found our website (search
engines, direct links, etc.)
</li>
</ul>
<h3>Information You Provide</h3>
<p>
Currently, we do not require you to provide any personal information
to use our squircle generator. However, if you contact us, we may
collect:
</p>
<ul>
<li>Email address (if you contact us)</li>
<li>Any information you choose to share in communications</li>
</ul>
</section>
<section>
<h2>How We Use Your Information</h2>
<p>We use the collected information for the following purposes:</p>
<ul>
<li>
<strong>Website Analytics:</strong> To understand how visitors use
our website and improve our service
</li>
<li>
<strong>Performance Optimization:</strong> To identify and fix
technical issues
</li>
<li>
<strong>User Experience:</strong> To enhance website functionality
and user interface
</li>
<li>
<strong>Legal Compliance:</strong> To comply with applicable laws
and regulations
</li>
<li>
<strong>Communication:</strong> To respond to inquiries or support
requests
</li>
</ul>
</section>
<section>
<h2>Cookies and Tracking Technologies</h2>
<p>
We use cookies and similar tracking technologies to collect and use
personal information about you. Cookies are small data files stored
on your device.
</p>
<h3>Types of Cookies We Use:</h3>
<ul>
<li>
<strong>Essential Cookies:</strong> Required for the website to
function properly
</li>
<li>
<strong>Analytics Cookies:</strong> Help us understand how
visitors interact with our website
</li>
<li>
<strong>Performance Cookies:</strong> Collect information about
how you use our website
</li>
</ul>
<p>
You can control cookies through your browser settings, but disabling
certain cookies may affect website functionality.
</p>
</section>
<section>
<h2>Data Sharing and Disclosure</h2>
<p>
We do not sell, trade, or otherwise transfer your personal
information to third parties except in the following circumstances:
</p>
<ul>
<li>
<strong>Service Providers:</strong> We may share information with
trusted third-party service providers who assist us in operating
our website (e.g., Google Analytics)
</li>
<li>
<strong>Legal Requirements:</strong> When required by law or to
protect our rights and safety
</li>
<li>
<strong>Business Transfers:</strong> In the event of a merger,
acquisition, or sale of assets
</li>
</ul>
</section>
<section>
<h2>Data Security</h2>
<p>
We implement appropriate technical and organizational security
measures to protect your personal information against unauthorized
access, alteration, disclosure, or destruction. However, no method
of transmission over the internet is 100% secure.
</p>
</section>
<section>
<h2>Data Retention</h2>
<p>
We retain your information only as long as necessary for the
purposes outlined in this Privacy Policy, unless a longer retention
period is required by law. Analytics data collected by Google
Analytics is retained according to Google's retention policies.
</p>
</section>
<section>
<h2>Your Rights</h2>
<p>
Depending on your location, you may have the following rights
regarding your personal information:
</p>
<ul>
<li>
<strong>Access:</strong> Request a copy of the personal
information we hold about you
</li>
<li>
<strong>Correction:</strong> Request correction of inaccurate or
incomplete information
</li>
<li>
<strong>Deletion:</strong> Request deletion of your personal
information
</li>
<li>
<strong>Portability:</strong> Request transfer of your data to
another service
</li>
<li>
<strong>Opt-out:</strong> Opt-out of certain data processing
activities
</li>
</ul>
<p>
To exercise these rights, please contact us using the information
provided below.
</p>
</section>
<section>
<h2>Third-Party Services</h2>
<h3>Google Analytics</h3>
<p>
We use Google Analytics, a web analytics service provided by Google
LLC. Google Analytics uses cookies to help us analyze how users use
our website. The information generated by the cookie about your use
of our website is transmitted to and stored by Google on servers in
the United States.
</p>
<p>
Google Analytics data is retained for 26 months. You can opt out of
Google Analytics by installing the Google Analytics Opt-out Browser
Add-on.
</p>
<h3>Color Picker Library</h3>
<p>
We use the Coloris color picker library, which may collect minimal
usage data for development and improvement purposes.
</p>
</section>
<section>
<h2>Children's Privacy</h2>
<p>
Our website is not intended for children under 13 years of age. We
do not knowingly collect personal information from children under
13. If you are a parent or guardian and believe your child has
provided us with personal information, please contact us.
</p>
</section>
<section>
<h2>International Data Transfers</h2>
<p>
Your information may be transferred to and processed in countries
other than your country of residence. These countries may have data
protection laws that are different from the laws of your country.
</p>
</section>
<section>
<h2>Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. We will notify
you of any changes by posting the new Privacy Policy on this page
and updating the "Last updated" date. We encourage you to review
this Privacy Policy periodically.
</p>
</section>
<section>
<h2>Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, please contact
us:
</p>
<ul>
<li>
<strong>Website:</strong>
<a href="https://squircley.lol">squircley.lol</a>
</li>
<li><strong>Email:</strong> privacy@squircley.lol</li>
</ul>
</section>
<section>
<h2>Consent</h2>
<p>
By using our website, you consent to our Privacy Policy and agree to
its terms. If you do not agree with this policy, please do not use
our website.
</p>
</section>
</div>
</main>
<footer class="l-footer" role="contentinfo">
<div class="footer-content">
<p>© 2025 Squircley - Free SVG Squircle Generator</p>
<p class="footer-description sr-only">
Create beautiful squircle shapes for your designs. Perfect for UI
elements, logos, and modern graphics. Export as SVG for scalable,
crisp results.
</p>
<nav class="footer-nav">
<a href="privacy.html">Privacy Policy</a>
</nav>
</div>
</footer>
<script src="coloris.min.js"></script>
</body>
</html>