Skip to content

Commit 2d838e1

Browse files
committed
privacy policy
1 parent b1a98c0 commit 2d838e1

1 file changed

Lines changed: 163 additions & 0 deletions

File tree

privacy-policy.html

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Privacy Policy - Vertex Studio</title>
7+
<style>
8+
body {
9+
font-family: Arial, sans-serif;
10+
line-height: 1.6;
11+
margin: 0;
12+
padding: 20px;
13+
max-width: 800px;
14+
margin-left: auto;
15+
margin-right: auto;
16+
}
17+
h1,
18+
h2 {
19+
color: #333;
20+
}
21+
p {
22+
margin-bottom: 1em;
23+
}
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Privacy Policy</h1>
28+
<p><strong>Effective Date: August 31, 2024</strong></p>
29+
<p>
30+
Vertex Studio, S.A. de C.V. ("Vertex Studio," "we," "us," or "our")
31+
is committed to protecting your privacy. This Privacy Policy
32+
explains how we collect, use, disclose, and safeguard your
33+
information when you visit our website,
34+
<a href="https://vertexstudio.co">vertexstudio.co</a> (the
35+
"Website"). As a games and simulations company based in San
36+
Salvador, El Salvador, we prioritize transparency and compliance
37+
with applicable data protection laws.
38+
</p>
39+
40+
<h2>1. Information We Collect</h2>
41+
<p>
42+
We only collect personal information that you voluntarily provide to
43+
us through our demo request form on the Website. The information
44+
collected is limited to:
45+
</p>
46+
<ul>
47+
<li>
48+
<strong>Email Address:</strong> Provided when you voluntarily
49+
complete the demo request form to inquire about our games and
50+
simulations services.
51+
</li>
52+
</ul>
53+
<p>
54+
We do not collect any other personal information unless you choose
55+
to provide it to us directly.
56+
</p>
57+
58+
<h2>2. How We Use Your Information</h2>
59+
<p>
60+
The email address you provide in the demo request form is used
61+
solely for the following purposes:
62+
</p>
63+
<ul>
64+
<li>To respond to your request for a demo of our services.</li>
65+
<li>
66+
To communicate with you regarding your inquiry or to provide
67+
additional information about our games and simulations services.
68+
</li>
69+
</ul>
70+
<p>
71+
We do not use your information for marketing purposes unless you
72+
explicitly consent to such communications.
73+
</p>
74+
75+
<h2>3. Sharing Your Information</h2>
76+
<p>
77+
We do not share, sell, rent, or disclose your personal information
78+
to third parties, except in the following circumstances:
79+
</p>
80+
<ul>
81+
<li>
82+
<strong>Legal Requirements:</strong> If required by law,
83+
regulation, or legal process, we may disclose your information
84+
to comply with such obligations.
85+
</li>
86+
<li>
87+
<strong>Service Providers:</strong> We may share your email
88+
address with trusted third-party service providers who assist us
89+
in responding to your demo request (e.g., email communication
90+
platforms). These providers are contractually obligated to
91+
protect your information and use it only for the purposes we
92+
specify.
93+
</li>
94+
</ul>
95+
96+
<h2>4. Data Retention</h2>
97+
<p>
98+
We retain your email address only for as long as necessary to
99+
fulfill the purpose for which it was collected (e.g., responding to
100+
your demo request) or as required by applicable law. Once the
101+
purpose is fulfilled, we securely delete or anonymize your
102+
information.
103+
</p>
104+
105+
<h2>5. Data Security</h2>
106+
<p>
107+
We implement reasonable technical and organizational measures to
108+
protect your email address from unauthorized access, use, or
109+
disclosure. However, no method of transmission over the internet or
110+
electronic storage is completely secure, and we cannot guarantee
111+
absolute security.
112+
</p>
113+
114+
<h2>6. Your Rights</h2>
115+
<p>You have the right to:</p>
116+
<ul>
117+
<li>
118+
Request access to the personal information we hold about you.
119+
</li>
120+
<li>
121+
Request correction or deletion of your personal information.
122+
</li>
123+
<li>
124+
Withdraw your consent for us to process your email address at
125+
any time, subject to legal or contractual restrictions.
126+
</li>
127+
</ul>
128+
<p>
129+
To exercise these rights, please contact us at the address provided
130+
in Section 9.
131+
</p>
132+
133+
<h2>7. Cookies and Tracking Technologies</h2>
134+
<p>
135+
Our Website does not use cookies or any other tracking technologies
136+
to collect personal information. We do not track your browsing
137+
activity or collect analytics data.
138+
</p>
139+
140+
<h2>8. Changes to This Privacy Policy</h2>
141+
<p>
142+
We may update this Privacy Policy from time to time to reflect
143+
changes in our practices or applicable laws. The updated policy will
144+
be posted on this page with a revised "Effective Date." We encourage
145+
you to review this page periodically for the latest information on
146+
our privacy practices.
147+
</p>
148+
149+
<h2>9. Contact Us</h2>
150+
<p>
151+
If you have any questions or concerns about this Privacy Policy or
152+
our data practices, please contact us at:
153+
</p>
154+
<p>
155+
Vertex Studio, S.A. de C.V.<br />
156+
San Salvador, El Salvador<br />
157+
Email:
158+
<a href="mailto:info@vertexstudio.co">info@vertexstudio.co</a>
159+
</p>
160+
161+
<p>Thank you for trusting Vertex Studio with your information.</p>
162+
</body>
163+
</html>

0 commit comments

Comments
 (0)