-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
67 lines (60 loc) · 3.64 KB
/
Copy pathprivacy.html
File metadata and controls
67 lines (60 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy — Royal Ruby</title>
<meta name="description" content="Privacy policy for Royal Ruby — how we collect, use, and protect your information." />
<link rel="canonical" href="https://royalruby.co/privacy" />
<meta property="og:title" content="Privacy Policy — Royal Ruby" />
<meta property="og:description" content="Privacy policy for Royal Ruby — how we collect, use, and protect your information." />
<meta property="og:url" content="https://royalruby.co/privacy" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&family=Inter:wght@400;600&display=swap" rel="stylesheet" />
<style>
:root { --ruby: #9B1B30; --ivory: #F8F4E9; --charcoal: #1C1C1C; --gold: #C9A449; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Inter", sans-serif; background: var(--ivory); color: var(--charcoal); line-height: 1.7; }
.wrap { max-width: 680px; margin: 0 auto; padding: 3rem 1.5rem; }
h1 { font-family: "Playfair Display", serif; font-size: 2.5rem; margin-bottom: 0.5rem; font-weight: 800; letter-spacing: -0.02em; }
.updated { color: rgba(28,28,28,0.55); font-size: 0.85rem; margin-bottom: 2rem; letter-spacing: 0.1em; text-transform: uppercase; }
h2 { font-family: "Playfair Display", serif; font-size: 1.5rem; margin-top: 2rem; margin-bottom: 0.75rem; }
p, li { color: rgba(28,28,28,0.82); font-size: 1rem; margin-bottom: 0.75rem; }
ul { padding-left: 1.5rem; margin-bottom: 1rem; }
a { color: var(--ruby); }
.logo { font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 800; color: var(--ruby); text-decoration: none; display: inline-block; margin-bottom: 2rem; }
.logo span { color: var(--gold); font-style: italic; }
</style>
</head>
<body>
<div class="wrap">
<a href="/" class="logo">Royal<span>Ruby</span></a>
<h1>Privacy Policy</h1>
<div class="updated">Last updated: April 2026</div>
<h2>What we collect</h2>
<p>When you sign up for our free checklist or purchase a product, we collect your name, email address, and (for purchases) payment information processed by Stripe. We also collect anonymous usage data through privacy-friendly analytics.</p>
<h2>What we do with it</h2>
<ul>
<li>Send you the product or content you requested</li>
<li>Send you educational emails about credit, business credit, and wealth-building (you can unsubscribe at any time)</li>
<li>Improve our content based on what resonates with readers</li>
</ul>
<h2>What we don't do</h2>
<ul>
<li>We do not sell your email or personal information to any third party</li>
<li>We do not share your data with advertisers</li>
<li>We do not run third-party tracking pixels (no Facebook Pixel, no Google Ads tracking)</li>
</ul>
<h2>Your rights</h2>
<p>You have the right to access, correct, or delete your personal information at any time. Email <a href="mailto:jadedfocus@gmail.com">jadedfocus@gmail.com</a> and we'll handle your request within 7 days.</p>
<h2>Cookies</h2>
<p>We use minimal cookies — only what's needed for the site to function and for privacy-friendly analytics. No advertising cookies.</p>
<h2>Contact</h2>
<p>Questions about privacy? Email <a href="mailto:jadedfocus@gmail.com">jadedfocus@gmail.com</a>.</p>
<p style="margin-top: 3rem; font-size: 0.85rem; color: rgba(28,28,28,0.55);">
<a href="/">← Back to Royal Ruby</a>
</p>
</div>
</body>
</html>