-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacypolicy.html
executable file
·253 lines (225 loc) · 10.5 KB
/
privacypolicy.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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Aenigma - Privacy Policy</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" >
<!-- Icon -->
<link rel="stylesheet" href="assets/fonts/line-icons.css">
<!-- Owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/nivo-lightbox.css">
<!-- Animate -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-md bg-inverse fixed-top scrolling-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a href="index.html" class="navbar-brand"><img src="assets/img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="lni-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto w-100 justify-content-end clearfix">
<li class="nav-item active">
<a class="nav-link" href="index.html#hero-area">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#hero-area">
Solutions
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#hero-area">
Packages
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#hero-area">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- About Section start -->
<div class="about-area">
<div id="packages" class="aboutpackages-bg">
<div class="container">
<div class="section-header text-center">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">>_OUR PRIVACY POLICY</h2>
<div class="content">
<p class="section-content wow fadeInDown" data-wow-delay="0.3s"> [Updated 1st August, 2020]
</p>
<a href="index.html" class="btn btn-border video-popup wow fadeInDown" data-wow-delay="0.3s">>_BACK HOME</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Section End -->
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="section-header text-left">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">What do we mean by "personal information?"</h2>
<p class="section-content wow fadeInDown" data-wow-delay="0.3s"> For us, "personal information" means information which identifies you, like your name or email address.
Any information that falls outside of this is "non-personal information."
If we store your personal information with information that is non-personal, we will consider the combination as personal information. If we remove all personal information from a set of data then the remaining is non-personal information. </p>
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="section-header text-left">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">How do we learn information about you?</h2>
<p class="section-content wow fadeInDown" data-wow-delay="0.3s"> We learn information about you when:
you give it to us directly (e.g., when you choose to send us crash reports, contact us, etc);
we collect it automatically through our products and services (e.g., when you sign up to our newsletter, or else); or
when we try and understand more about you based on information you've given to us (e.g., when we need to know your OS for our installers Privatick Shield to be able to work properly on your computer).
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="section-header text-left">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">What do we do with your information once we have it?</h2>
<p class="section-content wow fadeInDown" data-wow-delay="0.3s"> We keep all the data safe, private and encrypted. When you give us information, we will use it in the ways for which you've given us permission. Generally, we use your information to help us provide and improve our products and services for you. </p>
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="section-header text-left">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">When do we share your information with others?</h2>
<p class="section-content wow fadeInDown" data-wow-delay="0.3s">
Never, unless we have asked and explicitely received your permission to share it.
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="section-header text-left">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">How do we store and protect your personal information?</h2>
<p class="section-content wow fadeInDown" data-wow-delay="0.3s"> We are committed to protecting your personal information once we have it. We implement physical, business and technical security measures.
We also don't want your personal information for any longer than we need it, so we only keep it long enough to do what we collected it for. Once we don't need it, we take steps to destroy it. </p>
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="section-header text-left">
<h2 class="section-title wow fadeInDown" data-wow-delay="0.3s">Contact Aenigma</h2>
<p class="section-content wow fadeInDown" data-wow-delay="0.3s"> If you want to make a correction to your information, or you have any questions about our privacy policies, please get in touch with: </p>
</div>
<a class="helloae wow fadeInDown" data-wow-delay="0.3s" href="mailto:[email protected]" >[email protected]</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section Start -->
<footer id="footer" class="footer-area section-padding">
<div class="container">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<div class="widget">
<h5 class="footer-logo"><img src="assets/img/logo.png" alt=""></h5>
<div class="textwidget">
<p>Aenigma is building convenient, user-friendly, flexible tools with the aim of democratizing privacy.</p>
</div>
<div class="social-icon">
<a class="linkedin" href="#"><i class="lni-linkedin-filled"></i></a>
<a class="twitter" href="#"><i class="lni-twitter-filled"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<h4 class="footer-titel">SOLUTIONS</h4>
<ul class="footer-link">
<li><a href="https://aenigma.io/privatick/">Privatick Shield</a></li>
<li><a href="error.html">Mobile App</a></li>
<li><a href="index.html#services">Custom solutions</a></li>
<li><a href="index.html#packages">Privacy packages</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<h4 class="footer-titel">CONTACT</h4>
<ul class="footer-link">
<li><a href="#">Sepapaja 6, Tallinn, Estonia</a></li>
<li><a href="#">[email protected]</a></li>
<li><a href="privacypolicy.html">Privacy policy</a></li>
<li><a href="terms.html">Terms of use</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright-content">
<p>Copyright © 2020 <a rel="nofollow" href="mailto:[email protected]">Aenigma </a> .All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="lni-arrow-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>