-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
110 lines (93 loc) · 4.34 KB
/
privacy.html
File metadata and controls
110 lines (93 loc) · 4.34 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
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
<!DOCTYPE html>
<html lang="en">
<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J13940R079">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J13940R079');
</script>
</head>
<body>
<div class="glass">
<div id="header">
<a href="https://alchemicode.com" id="header_link">
<h1 id="header_text"><img src="images/logos/alchemi.png" id="header_logo" height="80px" width="80px"></h1>
</a>
<div id="nav_links">
<a href="index.html">Home</a>
<a href="products.html">Portfolio</a>
<a href="pricing.html">Pricing</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
<div class="page-block bg-purple">
<div>
<h2 class="content-header bottom-left-shadow fade-in-from-left">
Privacy Policy
</h2>
<h3 class="subcontent-header bottom-left-shadow fade-in-from-left delay-animation">
How we use information that we collect.
</h3>
</div>
<!-- This needs to be one line otherwise it renders a space between them I wanna end something-->
<h1 class="giant-text bottom-left-shadow fade-in delay-animation">-><p class="in-out-fade" style="display:inline-block;">_</p>
</h1>
</div>
<div class="page-section">
<pre>
Effective Date: 7/2/2024
Alchemicode ("we," "our," or "us") is committed to protecting the privacy of our customers and potential customers ("you" or "your").
This Privacy Policy outlines how we collect, use, and protect your information.
We may collect personal information from you when you:
* Use our website or services
* Contact us for customer support
* Subscribe to our newsletters or marketing materials
* Participate in surveys, promotions, or events
The types of personal information we may collect include:
* Name
* Email address
* Phone number
* Billing and shipping address
* Payment information
* Other information you provide to us
We use the information we collect to:
* Provide, maintain, and improve our services
* Process transactions and send related information
* Respond to your comments, questions, and requests
* Send you technical notices, updates, security alerts, and support messages
* Communicate with you about products, services, offers, promotions, and events
We value your privacy and do not share your personal information with third parties, except in the following limited circumstances:
* Law Enforcement Requests: We may disclose your information to law enforcement agencies or government officials if required to do so by law or in response to a legal request.
We implement appropriate technical and organizational measures to protect the personal information we collect and store.
While we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security.
You have the right to:
* Access the personal information we hold about you
* Request the correction of inaccurate or incomplete information
* Request the deletion of your personal information
* Object to the processing of your personal information
* Request the restriction of processing of your personal information
* Withdraw your consent at any time
To exercise these rights, please contact us using the information provided below.
We may update this Privacy Policy from time to time.
We will notify you of any changes by posting the new Privacy Policy on our website.
You are advised to review this Privacy Policy periodically for any changes.
If you have any questions or concerns about this Privacy Policy, please contact us at:
Alchemicode
contact@alchemicode.com
By using our services, you agree to the collection and use of your information in accordance with this Privacy Policy.
</pre>
</div>
<div id="copyright">
Copyright (c) 2024, alchemicode. All Rights Reserved.
</div>
</body>
</html>