-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
1 lines (1 loc) · 1.88 KB
/
privacy.html
File metadata and controls
1 lines (1 loc) · 1.88 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Privacy — SlickQuant</title><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=Inter:wght@300;400;600&display=swap" rel="stylesheet"><script src="https://cdn.tailwindcss.com"></script></head><body class="bg-slate-950 text-slate-100" style="font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif"><header class="sticky top-0 z-10 backdrop-blur bg-slate-950/60 border-b border-white/5"><div class="max-w-5xl mx-auto px-4 py-3 flex items-center justify-between"><a href="index.html" class="flex items-center gap-3"><img src="assets/logo.svg" class="w-8 h-8" alt="SlickQuant"><div class="text-sky-300 font-extrabold tracking-widest text-sm">SLICKQUANT</div></a><a href="index.html" class="px-4 py-2 rounded-xl border border-white/10 hover:bg-white/5">Back</a></div></header><main class="max-w-3xl mx-auto px-4 py-12"><h1 class="text-3xl font-extrabold mb-4">Privacy Policy</h1><p class="text-slate-300 mb-4">We collect only what we need to provide updates and improve the product.</p><ul class="list-disc list-inside text-slate-300 space-y-2"><li><strong>Email address</strong> for waitlist and product updates.</li><li><strong>Optional analytics</strong> to understand usage (aggregate, non‑identifying).</li></ul><p class="text-slate-300 mt-6">We never sell your data. Opt out anytime by contacting <a class="text-sky-300 underline" href="mailto:privacy@slickquant.com">privacy@slickquant.com</a>.</p></main><footer class="py-10 border-t border-white/5 text-center text-slate-500">© <span id="year"></span> SlickQuant LLC</footer><script>document.getElementById('year').textContent=new Date().getFullYear();</script></body></html>