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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Data deletion | ugmi.ca</title>
<meta name="description" content="How to get your Instagram username and comment record deleted from UGMI's records.">
<meta name="color-scheme" content="light">
<meta name="theme-color" content="#DDE6F3">
<link rel="canonical" href="https://ugmi.ca/data-deletion/">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%236D28D9'/%3E%3Ctext x='32' y='38.5' text-anchor='middle' font-family='system-ui,sans-serif' font-weight='800' font-size='18' fill='%23fff'%3EUGMI%3C/text%3E%3C/svg%3E">
<link rel="preload" href="/data-deletion/fonts/bricolage-latin-opsz-wght.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/data-deletion/fonts/figtree-latin-wght.woff2" as="font" type="font/woff2" crossorigin>
<script>
try {
if (localStorage.getItem('ugmi-theme') === 'dark') {
document.documentElement.setAttribute('data-theme', 'dark');
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#1A1E2C');
}
} catch (err) {}
</script>
<style>
/* Type, ground, clay and the theme toggle follow the watnow.ugmi.ca privacy page, trimmed to what this page uses. */
@font-face {
font-family: "Bricolage Grotesque";
src: url("/data-deletion/fonts/bricolage-latin-opsz-wght.woff2") format("woff2");
font-weight: 200 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Figtree";
src: url("/data-deletion/fonts/figtree-latin-wght.woff2") format("woff2");
font-weight: 300 900;
font-style: normal;
font-display: swap;
}
:root {
color-scheme: light;
--ground: #dde6f3;
--glow-a: #e9eefa;
--glow-b: #d1dcef;
--slab: #eef2f9;
--tile: #f8f9fd;
--ink: #1f2440;
--ink-soft: #4f5675;
--ink-faint: #5f6685;
--select: #ffe15a;
--focus: #1f2440;
--ugmi: #6d28d9;
--clay: 16px 20px 40px -8px rgba(62, 78, 128, 0.3),
inset -6px -8px 14px rgba(98, 116, 168, 0.2),
inset 6px 8px 14px rgba(255, 255, 255, 0.95);
--clay-sm: 6px 9px 18px -4px rgba(62, 78, 128, 0.28),
inset -3px -4px 8px rgba(98, 116, 168, 0.16),
inset 3px 4px 8px rgba(255, 255, 255, 0.95);
--clay-ugmi: 6px 9px 18px -4px rgba(62, 40, 128, 0.4),
inset -3px -4px 8px rgba(40, 10, 100, 0.35),
inset 3px 4px 8px rgba(200, 180, 255, 0.55);
--groove: inset 4px 6px 10px rgba(80, 98, 150, 0.2), inset -4px -5px 10px rgba(255, 255, 255, 0.85);
--display: "Bricolage Grotesque", "Figtree", "Segoe UI", system-ui, sans-serif;
--body: "Figtree", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
--r-lg: 32px;
--ease-squish: cubic-bezier(0.3, 1.6, 0.5, 1);
--gutter: 20px;
}
:root[data-theme="dark"] {
color-scheme: dark;
--ground: #1a1e2c;
--glow-a: #232a3e;
--glow-b: #161a26;
--slab: #232839;
--tile: #2b3146;
--ink: #eef0f8;
--ink-soft: #b3b9cf;
--ink-faint: #9197b0;
--focus: #ffe15a;
--clay: 16px 20px 40px -8px rgba(0, 0, 0, 0.55),
inset -6px -8px 14px rgba(0, 0, 0, 0.3),
inset 6px 8px 14px rgba(255, 255, 255, 0.06);
--clay-sm: 6px 9px 18px -4px rgba(0, 0, 0, 0.5),
inset -3px -4px 8px rgba(0, 0, 0, 0.28),
inset 3px 4px 8px rgba(255, 255, 255, 0.07);
--clay-ugmi: 6px 9px 18px -4px rgba(0, 0, 0, 0.55),
inset -3px -4px 8px rgba(30, 5, 80, 0.45),
inset 3px 4px 8px rgba(200, 180, 255, 0.35);
--groove: inset 4px 6px 10px rgba(0, 0, 0, 0.35), inset -3px -4px 8px rgba(255, 255, 255, 0.05);
}
*, *::before, *::after { box-sizing: border-box; }
html {
-webkit-text-size-adjust: 100%;
background: var(--ground);
}
body {
margin: 0;
overflow-x: hidden;
background-color: var(--ground);
background-image:
radial-gradient(900px 640px at 80% 12%, var(--glow-a) 0%, transparent 70%),
radial-gradient(760px 560px at 0% 60%, var(--glow-b) 0%, transparent 70%),
radial-gradient(900px 640px at 100% 95%, var(--glow-a) 0%, transparent 70%);
color: var(--ink);
font-family: var(--body);
font-size: 1.0625rem;
line-height: 1.55;
font-weight: 450;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
::selection { background: var(--select); color: #1f2440; }
:focus { outline: none; }
:focus-visible {
outline: 3px solid var(--focus);
outline-offset: 4px;
border-radius: 10px;
}
a { color: inherit; text-underline-offset: 3px; }
p { margin: 0; }
.wrap {
width: 100%;
max-width: 1200px;
margin-inline: auto;
padding-inline: var(--gutter);
}
/* Header */
.site-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding-block: 12px 4px;
}
.logo {
display: inline-flex;
align-items: center;
gap: 12px;
min-height: 44px;
color: var(--ink);
text-decoration: none;
}
.mark-tile {
display: grid;
place-items: center;
flex: none;
width: 40px;
height: 40px;
border-radius: 13px;
background: var(--ugmi);
box-shadow: var(--clay-ugmi);
}
.mark-tile svg { display: block; width: 100%; height: 100%; }
.wordmark {
font-family: var(--display);
font-size: 22px;
font-weight: 800;
letter-spacing: -0.03em;
line-height: 1;
}
.wordmark .dotca { color: var(--ink-soft); font-weight: 600; }
.theme-toggle {
display: grid;
place-items: center;
flex: none;
width: 42px;
height: 42px;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--tile);
box-shadow: var(--clay-sm);
color: var(--ink);
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: transform 180ms var(--ease-squish), box-shadow 180ms ease;
}
.theme-toggle:active { transform: scale(0.94); box-shadow: var(--groove); }
@media (hover: hover) {
.theme-toggle:hover { transform: translateY(-2px) rotate(-8deg); }
}
.ico {
display: block;
flex: none;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.theme-toggle .i-sun,
:root[data-theme="dark"] .theme-toggle .i-moon { display: none; }
:root[data-theme="dark"] .theme-toggle .i-sun { display: block; }
/* Page text */
.legal {
max-width: 720px;
padding-block: 40px 72px;
}
.legal h1 {
margin: 0;
font-family: var(--display);
font-variation-settings: "opsz" 72;
font-size: clamp(2.25rem, 1.6rem + 2.4vw, 3.25rem);
line-height: 1.04;
font-weight: 800;
letter-spacing: -0.03em;
}
.legal-date {
margin-top: 10px;
color: var(--ink-faint);
font-size: 0.95rem;
}
.legal h2 {
margin: 40px 0 0;
font-family: var(--display);
font-size: 1.4rem;
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.01em;
}
.legal p,
.legal li {
color: var(--ink-soft);
line-height: 1.6;
text-wrap: pretty;
}
.legal p { margin-top: 12px; }
.legal .legal-date { margin-top: 10px; color: var(--ink-faint); }
.legal-date + p { margin-top: 28px; }
.legal ul {
margin: 12px 0 0;
padding-left: 1.25rem;
}
.legal li + li { margin-top: 6px; }
.legal li::marker { color: var(--ink-faint); }
/* The one thing a visitor comes here to do sits on its own clay slab. */
.legal .callout {
margin-top: 16px;
padding: 22px 20px;
border-radius: var(--r-lg);
background: var(--slab);
box-shadow: var(--clay);
}
.legal .callout p {
margin: 0;
color: var(--ink);
font-weight: 500;
}
.legal .callout + p { margin-top: 20px; }
/* Footer */
.site-footer {
display: grid;
gap: 14px;
padding-block: 32px 44px;
font-size: 14px;
line-height: 1.5;
color: var(--ink-soft);
}
.site-footer p { max-width: 64ch; }
.logo-small { gap: 10px; }
.logo-small .mark-tile { width: 38px; height: 38px; border-radius: 12px; }
.logo-small .wordmark { font-size: 21px; }
@media (min-width: 640px) {
:root { --gutter: 32px; }
.legal .callout { padding: 26px 30px; }
}
@media (min-width: 960px) {
:root { --gutter: 48px; }
.site-header { padding-block: 16px 4px; }
.site-footer { grid-template-columns: auto 1fr; align-items: center; gap: 40px; }
.site-footer p { justify-self: end; }
}
@media (max-width: 480px) {
:root { --gutter: 16px; }
.wordmark { font-size: 20px; }
.logo { gap: 10px; }
.site-header .mark-tile { width: 36px; height: 36px; border-radius: 12px; }
.theme-toggle { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 1ms !important;
animation-delay: 0ms !important;
transition-duration: 1ms !important;
}
}
</style>
</head>
<body>
<svg width="0" height="0" style="position:absolute" aria-hidden="true" focusable="false">
<symbol id="ugmi-mark" viewBox="0 0 64 64"><text x="32" y="38.5" text-anchor="middle" font-family="system-ui,-apple-system,'Segoe UI',Roboto,sans-serif" font-weight="800" font-size="18" letter-spacing="0.5" fill="#fff">UGMI</text></symbol>
<symbol id="i-moon" viewBox="0 0 20 20"><path d="M15.8 12.6A6.5 6.5 0 0 1 7.4 4.2a6.5 6.5 0 1 0 8.4 8.4z"/></symbol>
<symbol id="i-sun" viewBox="0 0 20 20"><circle cx="10" cy="10" r="3.4"/><path d="M10 2.8v1.6M10 15.6v1.6M2.8 10h1.6M15.6 10h1.6M4.9 4.9l1.1 1.1M14 14l1.1 1.1M4.9 15.1 6 14M14 6l1.1-1.1"/></symbol>
</svg>
<header class="site-header wrap">
<a class="logo" href="/" aria-label="UGMI home">
<span class="mark-tile" aria-hidden="true"><svg focusable="false"><use href="#ugmi-mark"/></svg></span>
<span class="wordmark" aria-hidden="true">ugmi<span class="dotca">.ca</span></span>
</a>
<button type="button" class="theme-toggle" data-theme-toggle aria-pressed="false" aria-label="Dark mode">
<svg class="ico i-moon" width="22" height="22" aria-hidden="true"><use href="#i-moon"/></svg>
<svg class="ico i-sun" width="22" height="22" aria-hidden="true"><use href="#i-sun"/></svg>
</button>
</header>
<main class="legal wrap">
<h1>Deleting your data</h1>
<p class="legal-date">Last updated September 17, 2026</p>
<p>If you comment a keyword on one of <a href="https://www.instagram.com/sleppyeric/">@sleppyeric</a>'s Instagram reels, you get a DM with the link you asked for. To make that work and to avoid sending you the same DM twice, we keep a small record.</p>
<h2>What we keep</h2>
<ul>
<li>Your Instagram username</li>
<li>The ID of the comment you left</li>
<li>The date and time we sent you the DM</li>
</ul>
<p>We don't sell this or share it with anyone. We only use it to send the DM you asked for.</p>
<h2>How to get it deleted</h2>
<div class="callout">
<p>Email <a href="mailto:eric@ugmi.ca?subject=Delete%20my%20data">eric@ugmi.ca</a> with the subject "Delete my data" and include your Instagram username. You can also DM <a href="https://ig.me/m/sleppyeric">@sleppyeric</a> on Instagram with the word "delete".</p>
</div>
<p>We delete everything tied to your username within 30 days and reply to confirm once it's done. You won't get any more keyword DMs after that.</p>
<h2>Removing access from Instagram</h2>
<p>You can also delete your comment on the reel. If you want to cut off the app completely, go to Instagram settings, then Website permissions, then Apps and websites, and remove it there.</p>
</main>
<footer class="site-footer wrap">
<a class="logo logo-small" href="/" aria-label="UGMI home">
<span class="mark-tile" aria-hidden="true"><svg focusable="false"><use href="#ugmi-mark"/></svg></span>
<span class="wordmark" aria-hidden="true">ugmi<span class="dotca">.ca</span></span>
</a>
<p>Questions? Email <a href="mailto:eric@ugmi.ca">eric@ugmi.ca</a>.</p>
</footer>
<script>
// Theme toggle. Light is the default; the choice is remembered in this browser only.
(function () {
var button = document.querySelector('[data-theme-toggle]');
if (!button) return;
var root = document.documentElement;
var meta = document.querySelector('meta[name="theme-color"]');
function sync() {
var dark = root.getAttribute('data-theme') === 'dark';
button.setAttribute('aria-pressed', dark ? 'true' : 'false');
if (meta) meta.setAttribute('content', dark ? '#1A1E2C' : '#DDE6F3');
}
button.addEventListener('click', function () {
var dark = root.getAttribute('data-theme') !== 'dark';
if (dark) root.setAttribute('data-theme', 'dark');
else root.removeAttribute('data-theme');
try {
if (dark) localStorage.setItem('ugmi-theme', 'dark');
else localStorage.removeItem('ugmi-theme');
} catch (err) {}
sync();
});
sync();
})();
</script>
</body>
</html>
|