-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
101 lines (70 loc) · 4.76 KB
/
privacy.html
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="/node_modules/html5-boilerplate/dist/css/style.css">
<link rel="stylesheet" href="css/style.compiled.css">
<meta name="description" content="">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#FFF5E9">
<script defer data-domain="designtokens.pro" src="https://plausible.io/js/script.js"></script>
<link rel="preload" href="/fonts/HubotSans-variable.woff2" as="font" type="font/woff2" crossorigin>
</head>
<body class="bg-orange-50 px-6">
<header class="p-6">
<div class="max-w-screen-2xl mx-auto">
<nav class="flex flex-col md:flex-row items-center" aria-label="Global">
<div class="flex md:w-full mb-6 md:mb-0">
<a href="/index.html" class="flex items-center justify-center">
<img class="w-auto h-12" src="/img/logo.svg" alt="Design Tokens Pro logo">
</a>
</div>
<div class="w-full flex justify-center md:justify-end text-md md:text-lg font-semibold">
<a data-formkit-toggle="b8a4c3bfea" href="https://francesco-improta.ck.page/b8a4c3bfea"
class="text-emerald-600 hover:text-emerald-700 underline font-medium md:pl-6">Join the waitlist →</a>
</div>
</nav>
</div>
</header>
<main class="max-w-3xl mx-auto py-10">
<article>
<h1 class="text-5xl my-16 font-semibold">Privacy Policy</h1>
<h2 class="text-4xl mb-4 font-semibold">Our Commitment to Privacy</h2>
<p class="text-lg mb-4">Your privacy is extremely important to us. We are committed to protecting the personal
information you share with us.</p>
<p class="text-lg mb-8">If you have additional questions or require more information about our Privacy Policy, do
not hesitate to contact us.</p>
<h2 class="text-4xl font-semibold mb-4">Information We Collect</h2>
<p class="text-lg mb-4">We use <a class="underline text-slate-800" href="https://www.plausible.io">Plausible</a>, a privacy-friendly analytics service, to track simple website analytics. This helps us understand how our site is being used and how we can improve your experience.
This data does not include personal identifying information.</p>
<p class="text-lg mb-4">For users who sign up for our course updates, we require basic personal information such
as your email and first name. This information is stored securely on <a class="underline text-slate-800" href="https://convertkit.com">ConvertKit</a>, a reliable email
marketing service.</p>
<p class="text-lg mb-8">We invite you to consult the respective Privacy Policies of these third-party servers for
more detailed information</p>
<h2 class="text-4xl font-semibold mb-4">Cookies</h2>
<p class="text-lg mb-8">We want to assure our visitors that we do not collect any cookies at all. We respect your privacy and
prioritize maintaining a safe and secure browsing experience for all our users.</p>
<h2 class="text-4xl font-semibold mb-4">Online Privacy Policy Only</h2>
<p class="text-lg mb-8">This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to
the information that they shared and/or collect in Design Tokens Pro. This policy is not applicable to any
information collected offline or via channels other than this website.</p>
<h2 class="text-4xl font-semibold mb-4">Consent</h2>
<p class="text-lg mb-8">By using our website, you hereby consent to our Privacy Policy and agree to its Terms and
Conditions.</p>
<h2 class="text-4xl font-semibold mb-4">Changes</h2>
<p class="text-lg mb-8">We may change this privacy policy anytime, so please check it often. Any changes or explanations will be active right after we post them on the site. If we change this policy significantly, we'll let you know here. This way, you'll know what data we gather, how we use it, and when we might share it.</p>
<h2 class="text-4xl font-semibold mb-4">Questions and contact</h2>
<p>f you would like to access, correct or delete any personal information we have about you, register a complaint, or simply want more information contact our Privacy Compliance Officer at [email protected]</p>
</article>
</main>
</body>