-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
40 lines (40 loc) · 2.57 KB
/
Copy pathprivacy.html
File metadata and controls
40 lines (40 loc) · 2.57 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Privacy — Inkly</title>
<meta name="theme-color" content="#0A0A0A" />
<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=EB+Garamond:wght@400;600;700&family=Inter:wght@400;500&display=swap" rel="stylesheet" />
<style>
html, body { background: #0A0A0A; color: #F5F5F5; font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body { font-size: 17px; line-height: 1.7; margin: 0; }
::selection { background: #B91C1C; color: #F5F5F5; }
.wrap { max-width: 640px; margin: 0 auto; padding: 56px 24px 96px; }
h1 { font-family: "EB Garamond", Georgia, serif; font-weight: 700; font-size: 44px; line-height: 1.05; letter-spacing: -0.015em; margin: 0 0 24px; }
.eyebrow { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: #9a9a9a; margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.eyebrow .rule { display: inline-block; width: 32px; height: 1px; background: #B91C1C; }
p { color: #cfcfcf; max-width: 56ch; }
p + p { margin-top: 18px; }
a.back { display: inline-block; margin-top: 40px; color: #F5F5F5; text-decoration: none; border-bottom: 1px solid #2a2a2a; padding-bottom: 2px; font-size: 14px; }
a.back:hover { border-color: #F5F5F5; }
.brand { font-family: "EB Garamond", Georgia, serif; font-size: 22px; letter-spacing: -0.01em; }
header { padding: 28px 24px; border-bottom: 1px solid #1a1a1a; }
header .inner { max-width: 640px; margin: 0 auto; }
</style>
</head>
<body>
<header><div class="inner brand">Inkly</div></header>
<main class="wrap">
<div class="eyebrow"><span class="rule"></span>Privacy</div>
<h1>How we handle your email.</h1>
<p>We collect your email to notify you about Inkly's launch. That's it. We don't share it, sell it, or hand it to anyone else.</p>
<p>You can unsubscribe at any time by replying to any email we send, or by writing to <a href="mailto:hello@inkly.pics" style="color:#F5F5F5">hello@inkly.pics</a>. We'll remove you within a day.</p>
<p>We don't run third-party trackers or advertising pixels on this site. Standard server logs (IP, browser, timestamp) are kept for 30 days for security.</p>
<p style="color:#7a7a7a; font-size: 14px; margin-top: 40px;">Last updated: May 2026.</p>
<a href="index.html" class="back">← Back to Inkly</a>
</main>
</body>
</html>