-
Notifications
You must be signed in to change notification settings - Fork 3
/
privacy-policy.html
206 lines (186 loc) · 7.93 KB
/
privacy-policy.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Privacy Policy for ezEngine Website | ezEngine </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Privacy Policy for ezEngine Website | ezEngine ">
<link rel="icon" href="assets/images/favicon.svg">
<link rel="stylesheet" href="public/docfx.min.css">
<link rel="stylesheet" href="public/main.css">
<meta name="docfx:navrel" content="toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="">
<meta name="docfx:docurl" content="https://github.com/ezEngine/docs-src/blob/main/privacy-policy.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
<meta name="loc:searchNoResults" content="No results for "{query}"">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
</head>
<script type="module" src="./public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
<body class="tex2jax_ignore" data-layout="landing" data-yaml-mime="">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="index.html">
<!--
<img id="logo" class="svg" src="assets/images/EZ-text.svg" alt="ezEngine" >
ezEngine
-->
<img id="logo" src="assets/images/EZ-text.svg" style="width: 100px; height: 50px;" alt="ezEngine">
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<h1 id="privacy-policy-for-ezengine-website">Privacy Policy for ezEngine Website</h1>
<p>*Effective Date: January 15, 2024</p>
<p>Thank you for choosing ezEngine. This Privacy Policy explains how we handle your information when you visit our website. Please read this policy carefully to understand our practices regarding your data.</p>
<h2 id="information-we-dont-collect">Information We Don't Collect:</h2>
<ul>
<li><p><strong>Personal Information:</strong></p>
<ul>
<li>We do not collect any personally identifiable information such as names, addresses, phone numbers, or email addresses.</li>
</ul>
</li>
<li><p><strong>Browsing Information:</strong></p>
<ul>
<li>We do not track your individual browsing activities on our website.</li>
</ul>
</li>
<li><p><strong>User Accounts:</strong></p>
<ul>
<li>We do not require users to create accounts, and consequently, we do not store any account-related information.</li>
</ul>
</li>
</ul>
<h2 id="information-we-collect">Information We Collect:</h2>
<ul>
<li><strong>Theme Cookie:</strong>
<ul>
<li>We use a single cookie to store your user-selected theme preference. This cookie is strictly limited to enhancing your experience on our site and does not contain personal information.</li>
</ul>
</li>
</ul>
<h2 id="information-sharing">Information Sharing:</h2>
<ul>
<li><strong>No Third-Party Sharing:</strong>
<ul>
<li>We do not share any collected information, as there is no personal data collected.</li>
</ul>
</li>
</ul>
<h2 id="data-security">Data Security:</h2>
<ul>
<li><strong>Secure Connection:</strong>
<ul>
<li>Our website uses secure connections (HTTPS) to protect the information during transmission.</li>
</ul>
</li>
</ul>
<h2 id="your-choices">Your Choices:</h2>
<ul>
<li><strong>Cookie Management:</strong>
<ul>
<li>You can manage your cookie preferences through your browser settings. However, disabling the theme cookie may affect your user experience.</li>
</ul>
</li>
</ul>
<h2 id="changes-to-this-privacy-policy">Changes to this Privacy Policy:</h2>
<ul>
<li><strong>Policy Updates:</strong>
<ul>
<li>Any changes to this Privacy Policy will be posted on this page. Please review this policy periodically for updates.</li>
</ul>
</li>
</ul>
<h2 id="contact-us">Contact Us:</h2>
<p>If you have any questions or concerns about our privacy practices, please contact us at <a href="mailto:ezengineproject@gmail.com">ezengineproject@gmail.com</a>.</p>
<p>Thank you for trusting ezEngine.</p>
</article>
<div class="contribution d-print-none">
<a href="https://github.com/ezEngine/docs-src/blob/main/privacy-policy.md/#L1" class="edit-link">Edit this page</a>
</div>
<div class="next-article d-print-none border-top" id="nextArticle"></div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<!--
Hello
-->
<span class="pull-right">
<a href="/privacy-policy.html">Privacy Policy</a>
<a href="#top">Back to top</a>
</span>
<span class="footer-logo">
<a id="logo_ez" href="https://ezEngine.net"></a>
</span>
<span class="footer-logo">
<a id="logo_github" href="https://github.com/ezEngine/ezEngine" target="_blank"></a>
</span>
<span class="footer-logo">
<a id="logo_bluesky" href="https://bsky.app/profile/ezengine.bsky.social" target="_blank"></a>
</span>
<span class="footer-logo">
<a id="logo_twitter" href="https://twitter.com/ezengineproject" target="_blank"></a>
</span>
<span class="footer-logo">
<a id="logo_discord" href="https://discord.gg/rfJewc5khZ" target="_blank"></a>
</span>
<span class="footer-logo">
<a id="logo_youtube" href="https://www.youtube.com/@ezEngine" target="_blank"></a>
</span>
</div>
</div>
</footer>
</body>
</html>