-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
842 lines (830 loc) · 47.1 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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Privacy - qreepex</title>
<!-- Favicons -->
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- Status Bar -->
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<!-- META 2 -->
<meta name="theme-color" content="#3f43fd;" />
<!-- Include this to make the og:image larger -->
<meta name="twitter:card" content="summary_large_image" />
<!-- Discord Meta -->
<meta property="og:title" content="Home - qreepex" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://qreepex.xyz" />
<meta
property="og:description"
content="👋 Heyo, I'm qreepex. I am a young developer from Germany and I am specialized in programming around Discord.
I code for many YouTubers & Streamers, but also work on my own bigger projects, some of them verified by Discord."
/>
<!-- Facebook Meta Info -->
<meta property="og:site_name" content="qreepex" />
<!-- Google+ Meta Info -->
<meta itemprop="name" content="Home - qreepex" />
<meta
itemprop="description"
content="👋 Heyo, I'm qreepex. I am a young developer from Germany and I am specialized in programming around Discord.
I code for many YouTubers & Streamers, but also work on my own bigger projects, some of them verified by Discord."
/>
<!-- Twitter Meta Info -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://qreepex.xyz/" />
<meta name="twitter:title" content="Home - qreepex" />
<meta
name="twitter:description"
content="👋 Heyo, I'm qreepex. I am a young developer from Germany and I am specialized in programming around Discord.
I code for many YouTubers & Streamers, but also work on my own bigger projects, some of them verified by Discord."
/>
<!-- whatsapp -->
<meta data-react-helmet="true" charset="utf-8" />
<meta data-react-helmet="true" property="og:title" content="Home - qreepex" />
<meta
data-react-helmet="true"
property="og:description"
content="👋 Heyo, I'm qreepex. I am a young developer from Germany and I am specialized in programming around Discord.
I code for many YouTubers & Streamers, but also work on my own bigger projects, some of them verified by Discord."
/>
<meta
data-react-helmet="true"
name="description"
content="👋 Heyo, I'm qreepex. I am a young developer from Germany and I am specialized in programming around Discord.
I code for many YouTubers & Streamers, but also work on my own bigger projects, some of them verified by Discord."
/>
</head>
<style>
.qreepex-accent1 {
color: rgb(92, 100, 244);
}
.qreepex-accent2 {
color: rgb(50, 62, 194);
}
.btn-qreepx {
color: black;
background-color: rgb(0, 208, 245);
}
::-webkit-scrollbar {
width: 0.45rem;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(135deg, rgb(92, 100, 244), rgb(92, 100, 190));
border-radius: 3px;
}
::-webkit-scrollbar-track {
background: transparent;
}
#cookieConsent {
background-color: rgba(20, 20, 20, 0.8);
min-height: 26px;
font-size: 14px;
text-align: center;
color: #ccc;
line-height: 26px;
padding: 30px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: none;
z-index: 9999;
}
#cookieConsent a {
color: #4b8ee7;
text-decoration: none;
}
#closeCookieConsent {
display: inline-block;
cursor: pointer;
height: 50px;
width: 20px;
font-weight: bold;
}
#closeCookieConsent:hover {
color: #fff;
}
#cookieConsent a.cookieConsentOK {
background-color: rgb(0, 208, 245);
color: #000;
display: inline-block;
border-radius: 5px;
padding: 0 20px;
cursor: pointer;
margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
background-color: rgb(0, 208, 245);
}
</style>
<body style="background-color: #1c242c; color: white" id="top">
<nav
class="navbar sticky-top navbar-expand-md py-3 navbar-dark"
style="background-color: #283444; font-family: 'Andika New Basic'"
>
<div class="container-fluid">
<a class="navbar-brand fs-3" href="https://qreepex.xyz">Qreepex</a>
<button
class="navbar-toggler btn"
type="button"
style="background-color: #2e3a4b"
data-bs-toggle="collapse"
data-bs-target="#navbarToggler"
aria-controls="navbarTogglerDemo01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="bi bi-chevron-double-down shadow-lg"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarToggler">
<div class="navbar-nav">
<a class="nav-link active fs-5" href="https://qreepex.xyz/">Home</a>
<a class="nav-link active fs-5" href="https://qreepex.xyz/links">Links</a>
<a class="nav-link active fs-5" href="https://qreepex.xyz/#projects">Projekte</a>
<a class="nav-link active fs-5" href="https://qreepex.xyz/contact">Kontakt</a>
</div>
</div>
</div>
</nav>
<div class="container-fluid" style="font-family: 'Exo'">
<div class="row pt-5">
<div class="col-12 fw-bold text-center">
<h1 class="fw-bold">Privacy Policy</h1>
</div>
<div
class="col-8 offset-2 pt-5 text-break"
style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif"
>
<h2>1. An overview of data protection</h2>
<h3>General information</h3>
<p>
The following information will provide you with an easy to navigate overview of what will happen with your
personal data when you visit this website. The term “personal data” comprises all data that can
be used to personally identify you. For detailed information about the subject matter of data protection,
please consult our Data Protection Declaration, which we have included beneath this copy.
</p>
<h3>Data recording on this website</h3>
<h4>
Who is the responsible party for the recording of data on this website (i.e., the “controller”)?
</h4>
<p>
The data on this website is processed by the operator of the website, whose contact information is available
under section “Information about the responsible party (referred to as the “controller” in
the GDPR)” in this Privacy Policy.
</p>
<h4>How do we record your data?</h4>
<p>
We collect your data as a result of your sharing of your data with us. This may, for instance be information
you enter into our contact form.
</p>
<p>
Other data shall be recorded by our IT systems automatically or after you consent to its recording during
your website visit. This data comprises primarily technical information (e.g., web browser, operating
system, or time the site was accessed). This information is recorded automatically when you access this
website.
</p>
<h4>What are the purposes we use your data for?</h4>
<p>
A portion of the information is generated to guarantee the error free provision of the website. Other data
may be used to analyze your user patterns.
</p>
<h4>What rights do you have as far as your information is concerned?</h4>
<p>
You have the right to receive information about the source, recipients, and purposes of your archived
personal data at any time without having to pay a fee for such disclosures. You also have the right to
demand that your data are rectified or eradicated. If you have consented to data processing, you have the
option to revoke this consent at any time, which shall affect all future data processing. Moreover, you have
the right to demand that the processing of your data be restricted under certain circumstances. Furthermore,
you have the right to log a complaint with the competent supervising agency.
</p>
<p>
Please do not hesitate to contact us at any time if you have questions about this or any other data
protection related issues.
</p>
<h3>Analysis tools and tools provided by third parties</h3>
<p>
There is a possibility that your browsing patterns will be statistically analyzed when your visit this
website. Such analyses are performed primarily with what we refer to as analysis programs.
</p>
<p>
For detailed information about these analysis programs please consult our Data Protection Declaration below.
</p>
<h2>2. Hosting and Content Delivery Networks (CDN)</h2>
<p>We are hosting the content of our website at the following provider:</p>
<h3>IONOS</h3>
<p>
The provider is the IONOS SE, Elgendorfer Str. 57, 56410 Montabaur, Germany (hereinafter referred to as:
IONOS). Whenever you visit our website, IONOS records various logfiles along with your IP addresses. For
details, please consult the data privacy policy of IONOS:
<a href="https://www.ionos.de/terms-gtc/terms-privacy" target="_blank" rel="noopener noreferrer"
>https://www.ionos.de/terms-gtc/terms-privacy</a
>.
</p>
<p>
We use IONOS on the basis of Art. 6 (1)(f) GDPR. Our company has a legitimate interest in presenting a
website that is as dependable as possible. If appropriate consent has been obtained, the processing is
carried out exclusively on the basis of Art. 6(1)(a) GDPR and § 25 (1) TTDSG, insofar the consent
includes the storage of cookies or the access to information in the user’s end device (e.g., device
fingerprinting) within the meaning of the TTDSG. This consent can be revoked at any time.
</p>
<h4>Data processing</h4>
<p>
We have concluded a data processing agreement (DPA) for the use of the above-mentioned service. This is a
contract mandated by data privacy laws that guarantees that they process personal data of our website
visitors only based on our instructions and in compliance with the GDPR.
</p>
<h3>Cloudflare</h3>
<p>
We use the “Cloudflare” service provided by Cloudflare Inc., 101 Townsend St., San Francisco, CA
94107, USA. (hereinafter referred to as “Cloudflare”).
</p>
<p>
Cloudflare offers a content delivery network with DNS that is available worldwide. As a result, the
information transfer that occurs between your browser and our website is technically routed via
Cloudflare’s network. This enables Cloudflare to analyze data transactions between your browser and
our website and to work as a filter between our servers and potentially malicious data traffic from the
Internet. In this context, Cloudflare may also use cookies or other technologies deployed to recognize
Internet users, which shall, however, only be used for the herein described purpose.
</p>
<p>
The use of Cloudflare is based on our legitimate interest in a provision of our website offerings that is as
error free and secure as possible (Art. 6(1)(f) GDPR).
</p>
<p>
Data transmission to the US is based on the Standard Contractual Clauses (SCC) of the European Commission.
Details can be found here:
<a href="https://www.cloudflare.com/privacypolicy/" target="_blank" rel="noopener noreferrer"
>https://www.cloudflare.com/privacypolicy/</a
>.
</p>
<p>
For more information on Cloudflare’s security precautions and data privacy policies, please follow
this link:
<a href="https://www.cloudflare.com/privacypolicy/" target="_blank" rel="noopener"
>https://www.cloudflare.com/privacypolicy/</a
>.
</p>
<h4>Data processing</h4>
<p>
We have concluded a data processing agreement (DPA) for the use of the above-mentioned service. This is a
contract mandated by data privacy laws that guarantees that they process personal data of our website
visitors only based on our instructions and in compliance with the GDPR.
</p>
<h2>3. General information and mandatory information</h2>
<h3>Data protection</h3>
<p>
The operators of this website and its pages take the protection of your personal data very seriously. Hence,
we handle your personal data as confidential information and in compliance with the statutory data
protection regulations and this Data Protection Declaration.
</p>
<p>
Whenever you use this website, a variety of personal information will be collected. Personal data comprises
data that can be used to personally identify you. This Data Protection Declaration explains which data we
collect as well as the purposes we use this data for. It also explains how, and for which purpose the
information is collected.
</p>
<p>
We herewith advise you that the transmission of data via the Internet (i.e., through e-mail communications)
may be prone to security gaps. It is not possible to completely protect data against third-party access.
</p>
<h3>Information about the responsible party (referred to as the “controller” in the GDPR)</h3>
<p>The data processing controller on this website is:</p>
<p>
Ben Schiemann<br />
Reinbeker Weg 70<br />
21465 Wentorf
</p>
<p>
Phone: +49 1516 4877269<br />
E-mail: [email protected]
</p>
<p>
The controller is the natural person or legal entity that single-handedly or jointly with others makes
decisions as to the purposes of and resources for the processing of personal data (e.g., names, e-mail
addresses, etc.).
</p>
<h3>Storage duration</h3>
<p>
Unless a more specific storage period has been specified in this privacy policy, your personal data will
remain with us until the purpose for which it was collected no longer applies. If you assert a justified
request for deletion or revoke your consent to data processing, your data will be deleted, unless we have
other legally permissible reasons for storing your personal data (e.g., tax or commercial law retention
periods); in the latter case, the deletion will take place after these reasons cease to apply.
</p>
<h3>General information on the legal basis for the data processing on this website</h3>
<p>
If you have consented to data processing, we process your personal data on the basis of Art. 6(1)(a) GDPR or
Art. 9 (2)(a) GDPR, if special categories of data are processed according to Art. 9 (1) DSGVO. In the case
of explicit consent to the transfer of personal data to third countries, the data processing is also based
on Art. 49 (1)(a) GDPR. If you have consented to the storage of cookies or to the access to information in
your end device (e.g., via device fingerprinting), the data processing is additionally based on § 25
(1) TTDSG. The consent can be revoked at any time. If your data is required for the fulfillment of a
contract or for the implementation of pre-contractual measures, we process your data on the basis of Art.
6(1)(b) GDPR. Furthermore, if your data is required for the fulfillment of a legal obligation, we process it
on the basis of Art. 6(1)(c) GDPR. Furthermore, the data processing may be carried out on the basis of our
legitimate interest according to Art. 6(1)(f) GDPR. Information on the relevant legal basis in each
individual case is provided in the following paragraphs of this privacy policy.
</p>
<h3>Information on data transfer to the USA and other non-EU countries</h3>
<p>
Among other things, we use tools of companies domiciled in the United States or other from a data protection
perspective non-secure non-EU countries. If these tools are active, your personal data may potentially be
transferred to these non-EU countries and may be processed there. We must point out that in these countries,
a data protection level that is comparable to that in the EU cannot be guaranteed. For instance, U.S.
enterprises are under a mandate to release personal data to the security agencies and you as the data
subject do not have any litigation options to defend yourself in court. Hence, it cannot be ruled out that
U.S. agencies (e.g., the Secret Service) may process, analyze, and permanently archive your personal data
for surveillance purposes. We have no control over these processing activities.
</p>
<h3>Revocation of your consent to the processing of data</h3>
<p>
A wide range of data processing transactions are possible only subject to your express consent. You can also
revoke at any time any consent you have already given us. This shall be without prejudice to the lawfulness
of any data collection that occurred prior to your revocation.
</p>
<h3>
Right to object to the collection of data in special cases; right to object to direct advertising (Art. 21
GDPR)
</h3>
<p>
IN THE EVENT THAT DATA ARE PROCESSED ON THE BASIS OF ART. 6(1)(E) OR (F) GDPR, YOU HAVE THE RIGHT TO AT ANY
TIME OBJECT TO THE PROCESSING OF YOUR PERSONAL DATA BASED ON GROUNDS ARISING FROM YOUR UNIQUE SITUATION.
THIS ALSO APPLIES TO ANY PROFILING BASED ON THESE PROVISIONS. TO DETERMINE THE LEGAL BASIS, ON WHICH ANY
PROCESSING OF DATA IS BASED, PLEASE CONSULT THIS DATA PROTECTION DECLARATION. IF YOU LOG AN OBJECTION, WE
WILL NO LONGER PROCESS YOUR AFFECTED PERSONAL DATA, UNLESS WE ARE IN A POSITION TO PRESENT COMPELLING
PROTECTION WORTHY GROUNDS FOR THE PROCESSING OF YOUR DATA, THAT OUTWEIGH YOUR INTERESTS, RIGHTS AND FREEDOMS
OR IF THE PURPOSE OF THE PROCESSING IS THE CLAIMING, EXERCISING OR DEFENCE OF LEGAL ENTITLEMENTS (OBJECTION
PURSUANT TO ART. 21(1) GDPR).
</p>
<p>
IF YOUR PERSONAL DATA IS BEING PROCESSED IN ORDER TO ENGAGE IN DIRECT ADVERTISING, YOU HAVE THE RIGHT TO
OBJECT TO THE PROCESSING OF YOUR AFFECTED PERSONAL DATA FOR THE PURPOSES OF SUCH ADVERTISING AT ANY TIME.
THIS ALSO APPLIES TO PROFILING TO THE EXTENT THAT IT IS AFFILIATED WITH SUCH DIRECT ADVERTISING. IF YOU
OBJECT, YOUR PERSONAL DATA WILL SUBSEQUENTLY NO LONGER BE USED FOR DIRECT ADVERTISING PURPOSES (OBJECTION
PURSUANT TO ART. 21(2) GDPR).
</p>
<h3>Right to log a complaint with the competent supervisory agency</h3>
<p>
In the event of violations of the GDPR, data subjects are entitled to log a complaint with a supervisory
agency, in particular in the member state where they usually maintain their domicile, place of work or at
the place where the alleged violation occurred. The right to log a complaint is in effect regardless of any
other administrative or court proceedings available as legal recourses.
</p>
<h3>Right to data portability</h3>
<p>
You have the right to demand that we hand over any data we automatically process on the basis of your
consent or in order to fulfil a contract be handed over to you or a third party in a commonly used, machine
readable format. If you should demand the direct transfer of the data to another controller, this will be
done only if it is technically feasible.
</p>
<h3>Information about, rectification and eradication of data</h3>
<p>
Within the scope of the applicable statutory provisions, you have the right to at any time demand
information about your archived personal data, their source and recipients as well as the purpose of the
processing of your data. You may also have a right to have your data rectified or eradicated. If you have
questions about this subject matter or any other questions about personal data, please do not hesitate to
contact us at any time.
</p>
<h3>Right to demand processing restrictions</h3>
<p>
You have the right to demand the imposition of restrictions as far as the processing of your personal data
is concerned. To do so, you may contact us at any time. The right to demand restriction of processing
applies in the following cases:
</p>
<ul>
<li>
In the event that you should dispute the correctness of your data archived by us, we will usually need
some time to verify this claim. During the time that this investigation is ongoing, you have the right to
demand that we restrict the processing of your personal data.
</li>
<li>
If the processing of your personal data was/is conducted in an unlawful manner, you have the option to
demand the restriction of the processing of your data in lieu of demanding the eradication of this data.
</li>
<li>
If we do not need your personal data any longer and you need it to exercise, defend or claim legal
entitlements, you have the right to demand the restriction of the processing of your personal data instead
of its eradication.
</li>
<li>
If you have raised an objection pursuant to Art. 21(1) GDPR, your rights and our rights will have to be
weighed against each other. As long as it has not been determined whose interests prevail, you have the
right to demand a restriction of the processing of your personal data.
</li>
</ul>
<p>
If you have restricted the processing of your personal data, these data – with the exception of their
archiving – may be processed only subject to your consent or to claim, exercise or defend legal
entitlements or to protect the rights of other natural persons or legal entities or for important public
interest reasons cited by the European Union or a member state of the EU.
</p>
<h3>SSL and/or TLS encryption</h3>
<p>
For security reasons and to protect the transmission of confidential content, such as purchase orders or
inquiries you submit to us as the website operator, this website uses either an SSL or a TLS encryption
program. You can recognize an encrypted connection by checking whether the address line of the browser
switches from “http://” to “https://” and also by the appearance of the lock icon in
the browser line.
</p>
<p>If the SSL or TLS encryption is activated, data you transmit to us cannot be read by third parties.</p>
<h2>4. Recording of data on this website</h2>
<h3>Cookies</h3>
<p>
Our websites and pages use what the industry refers to as “cookies.” Cookies are small data
packages that do not cause any damage to your device. They are either stored temporarily for the duration of
a session (session cookies) or they are permanently archived on your device (permanent cookies). Session
cookies are automatically deleted once you terminate your visit. Permanent cookies remain archived on your
device until you actively delete them, or they are automatically eradicated by your web browser.
</p>
<p>
In some cases, it is possible that third-party cookies are stored on your device once you enter our site
(third-party cookies). These cookies enable you or us to take advantage of certain services offered by the
third party (e.g., cookies for the processing of payment services).
</p>
<p>
Cookies have a variety of functions. Many cookies are technically essential since certain website functions
would not work in the absence of the cookies (e.g., the shopping cart function or the display of videos).
The purpose of other cookies may be the analysis of user patterns or the display of promotional messages.
</p>
<p>
Cookies, which are required for the performance of electronic communication transactions, or for the
provision of certain functions you want to use (e.g., for the shopping cart function) or those that are
necessary for the optimization (required cookies) of the website (e.g., cookies that provide measurable
insights into the web audience), shall be stored on the basis of Art. 6(1)(f) GDPR, unless a different legal
basis is cited. The operator of the website has a legitimate interest in the storage of required cookies to
ensure the technically error free and optimized provision of the operator’s services. If your consent
to the storage of the cookies and similar recognition technologies has been requested, processing occurs
exclusively on the basis of the consent obtained (Art. 6(1)(a) GDPR and § 25 (1) TTDSG); this consent
may be revoked at any time.
</p>
<p>
You have the option to set up your browser in such a manner that you will be notified any time cookies are
placed and to permit the acceptance of cookies only in specific cases. You may also exclude the acceptance
of cookies in certain cases or in general or activate the delete function for the automatic eradication of
cookies when the browser closes. If cookies are deactivated, the functions of this website may be limited.
</p>
<p>
In the event that third-party cookies are used or if cookies are used for analytical purposes, we will
separately notify you in conjunction with this Data Protection Policy and, if applicable, ask for your
consent.
</p>
<h3>Server log files</h3>
<p>
The provider of this website and its pages automatically collects and stores information in so-called server
log files, which your browser communicates to us automatically. The information comprises:
</p>
<ul>
<li>The type and version of browser used</li>
<li>The used operating system</li>
<li>Referrer URL</li>
<li>The hostname of the accessing computer</li>
<li>The time of the server inquiry</li>
<li>The IP address</li>
</ul>
<p>This data is not merged with other data sources.</p>
<p>
This data is recorded on the basis of Art. 6(1)(f) GDPR. The operator of the website has a legitimate
interest in the technically error free depiction and the optimization of the operator’s website. In
order to achieve this, server log files must be recorded.
</p>
<h3>Request by e-mail, telephone, or fax</h3>
<p>
If you contact us by e-mail, telephone or fax, your request, including all resulting personal data (name,
request) will be stored and processed by us for the purpose of processing your request. We do not pass these
data on without your consent.
</p>
<p>
These data are processed on the basis of Art. 6(1)(b) GDPR if your inquiry is related to the fulfillment of
a contract or is required for the performance of pre-contractual measures. In all other cases, the data are
processed on the basis of our legitimate interest in the effective handling of inquiries submitted to us
(Art. 6(1)(f) GDPR) or on the basis of your consent (Art. 6(1)(a) GDPR) if it has been obtained; the consent
can be revoked at any time.
</p>
<p>
The data sent by you to us via contact requests remain with us until you request us to delete, revoke your
consent to the storage or the purpose for the data storage lapses (e.g. after completion of your request).
Mandatory statutory provisions - in particular statutory retention periods - remain unaffected.
</p>
<h3>Communication via WhatsApp</h3>
<p>
For communication with our customers and other third parties, one of the services we use is the instant
messaging service WhatsApp. The provider is WhatsApp Ireland Limited, 4 Grand Canal Square, Grand Canal
Harbour, Dublin 2, Ireland.
</p>
<p>
The communication is encrypted end-to-end (peer-to-peer), which prevents WhatsApp or other third parties
from gaining access to the communication content. However, WhatsApp does gain access to metadata created
during the communication process (for example, sender, recipient, and time). We would also like to point out
that WhatsApp has stated that it shares personal data of its users with its U.S.-based parent company Meta.
Further details on data processing can be found in the WhatsApp privacy policy at:
<a href="https://www.whatsapp.com/legal/#privacy-policy" target="_blank" rel="noopener noreferrer"
>https://www.whatsapp.com/legal/#privacy-policy</a
>.
</p>
<p>
The use of WhatsApp is based on our legitimate interest in communicating as quickly and effectively as
possible with customers, interested parties and other business and contractual partners (Art. 6(1)(f) GDPR).
If a corresponding consent has been requested, data processing is carried out exclusively on the basis of
the consent; this consent may be revoked at any time with effect for the future.
</p>
<p>
The communication content exchanged between and on WhatsApp remains with us until you request us to delete
it, revoke your consent to storage or the purpose for which the data is stored ceases to apply (e.g. after
your request has been processed). Mandatory legal provisions, in particular retention periods, remain
unaffected.
</p>
<p>We use WhatsApp in the “WhatsApp Business” variant.</p>
<p>
Data transmission to the US is based on the Standard Contractual Clauses (SCC) of the European Commission.
Details can be found here:
<a
href="https://www.whatsapp.com/legal/business-data-transfer-addendum?lang=en"
target="_blank"
rel="noopener noreferrer"
>https://www.whatsapp.com/legal/business-data-transfer-addendum?lang=en</a
>.
</p>
<p>
We have set up our WhatsApp accounts in such a way that there is no automatic synchronization of data with
the address book on the smartphones in use.
</p>
<h3>Our social media appearances</h3>
<h4>This privacy policy applies to the following social media presence</h4>
<ul>
<li>
<a href="https://twitter.com/qreepex" target="_blank" rel="noopener noreferrer"
>https://twitter.com/qreepex</a
>
</li>
<li>
<a href="https://twitter.com/naaihrde" target="_blank" rel="noopener noreferrer"
>https://twitter.com/naaihrDE</a
>
</li>
<li>
<a href="https://twitter.com/eazyautodelete" target="_blank" rel="noopener noreferrer"
>https://twitter.com/eazyautodelete</a
>
</li>
<li>
<a href="https://twitter.com/kwexpex" target="_blank" rel="noopener noreferrer"
>https://twitter.com/kwexpex</a
>
</li>
<li>
<a href="https://twitter.com/privatbumsqrpx" target="_blank" rel="noopener noreferrer"
>https://twitter.com/privatbumsqrpx</a
>
</li>
<li>
<a href="https://instagram.com/qreepex" target="_blank" rel="noopener noreferrer"
>https://instagram.com/qreepex</a
>
</li>
<li>
<a href="https://instagram.com/eazyautodelete" target="_blank" rel="noopener noreferrer"
>https://instagram.com/eazyautodelete</a
>
</li>
<li>
<a href="https://linkedin.com/in/ben-schiemann" target="_blank" rel="noopener noreferrer"
>https://linkedin.com/in/ben-schiemann</a
>
</li>
<li>
<a href="https://tiktok.com/@qreepex" target="_blank" rel="noopener noreferrer"
>https://tiktok.com/@qreepex</a
>
</li>
<li>
<a href="https://tiktok.com/@eazyautodelete" target="_blank" rel="noopener noreferrer"
>https://tiktok.com/@eazyautodelete</a
>
</li>
</ul>
<h4>Data processing through social networks</h4>
<p>
We maintain publicly available profiles in social networks. The individual social networks we use can be
found below.
</p>
<p>
Social networks such as Facebook, Twitter etc. can generally analyze your user behavior comprehensively if
you visit their website or a website with integrated social media content (e.g., like buttons or banner
ads). When you visit our social media pages, numerous data protection-relevant processing operations are
triggered. In detail:
</p>
<p>
If you are logged in to your social media account and visit our social media page, the operator of the
social media portal can assign this visit to your user account. Under certain circumstances, your personal
data may also be recorded if you are not logged in or do not have an account with the respective social
media portal. In this case, this data is collected, for example, via cookies stored on your device or by
recording your IP address.
</p>
<p>
Using the data collected in this way, the operators of the social media portals can create user profiles in
which their preferences and interests are stored. This way you can see interest-based advertising inside and
outside of your social media presence. If you have an account with the social network, interest-based
advertising can be displayed on any device you are logged in to or have logged in to.
</p>
<p>
Please also note that we cannot retrace all processing operations on the social media portals. Depending on
the provider, additional processing operations may therefore be carried out by the operators of the social
media portals. Details can be found in the terms of use and privacy policy of the respective social media
portals.
</p>
<h4>Legal basis</h4>
<p>
Our social media appearances should ensure the widest possible presence on the Internet. This is a
legitimate interest within the meaning of Art. 6 (1) lit. f GDPR. The analysis processes initiated by the
social networks may be based on divergent legal bases to be specified by the operators of the social
networks (e.g., consent within the meaning of Art. 6 (1) (a) GDPR).
</p>
<h4>Responsibility and assertion of rights</h4>
<p>
If you visit one of our social media sites (e.g., Facebook), we, together with the operator of the social
media platform, are responsible for the data processing operations triggered during this visit. You can in
principle protect your rights (information, correction, deletion, limitation of processing, data portability
and complaint) vis-à-vis us as well as vis-à-vis the operator of the respective social media
portal (e.g., Facebook).
</p>
<p>
Please note that despite the shared responsibility with the social media portal operators, we do not have
full influence on the data processing operations of the social media portals. Our options are determined by
the company policy of the respective provider.
</p>
<h4>Storage time</h4>
<p>
The data collected directly from us via the social media presence will be deleted from our systems as soon
as you ask us to delete it, you revoke your consent to the storage or the purpose for the data storage
lapses. Stored cookies remain on your device until you delete them. Mandatory statutory provisions - in
particular, retention periods - remain unaffected.
</p>
<p>
We have no control over the storage duration of your data that are stored by the social network operators
for their own purposes. For details, please contact the social network operators directly (e.g., in their
privacy policy, see below).
</p>
<h4>Your rights</h4>
<p>
You have the right to receive information about the origin, recipient and purpose of your stored personal
data at any time and free of charge. You also have the right to object, the right to data portability and
the right to file a complaint with the responsible regulatory agency. Furthermore, you can request the
correction, blocking, deletion and, under certain circumstances, the restriction of the processing of your
personal data.
</p>
<h4>Individual social networks</h4>
<h5>Twitter</h5>
<p>
We use the short message service Twitter. The provider is Twitter International Company, One Cumberland
Place, Fenian Street, Dublin 2, D02 AX07, Ireland.
</p>
<p>
<strong
>You can customize your Twitter privacy settings in your user account. Click on the following link and log
in:</strong
>
<a href="https://twitter.com/personalization" target="_blank" rel="noopener noreferrer"
>https://twitter.com/personalization</a
>.
</p>
<p>
Data transmission to the US is based on the Standard Contractual Clauses (SCC) of the European Commission.
Details can be found here:
<a
href="https://gdpr.twitter.com/en/controller-to-controller-transfers.html"
target="_blank"
rel="noopener noreferrer"
>https://gdpr.twitter.com/en/controller-to-controller-transfers.html</a
>.
</p>
<p>
For details, see the Twitter Privacy Policy:
<a href="https://twitter.com/de/privacy" target="_blank" rel="noopener noreferrer"
>https://twitter.com/privacy</a
>.
</p>
<h5>Instagram</h5>
<p>
We have a profile on Instagram. The provider of this service is Meta Platforms Ireland Limited, 4 Grand
Canal Square, Grand Canal Harbour, Dublin 2, Ireland.
</p>
<p>
Data transmission to the US is based on the Standard Contractual Clauses (SCC) of the European Commission.
Details can be found here:
<a href="https://www.facebook.com/legal/EU_data_transfer_addendum" target="_blank" rel="noopener noreferrer"
>https://www.facebook.com/legal/EU_data_transfer_addendum</a
>,
<a href="https://help.instagram.com/519522125107875" target="_blank" rel="noopener noreferrer"
>https://help.instagram.com/519522125107875</a
>
and
<a href="https://de-de.facebook.com/help/566994660333381" target="_blank" rel="noopener noreferrer"
>https://de-de.facebook.com/help/566994660333381</a
>.
</p>
<p>
For details on how they handle your personal information, see the Instagram Privacy Policy:
<a href="https://help.instagram.com/519522125107875" target="_blank" rel="noopener noreferrer"
>https://help.instagram.com/519522125107875</a
>.
</p>
<h5>LinkedIn</h5>
<p>
We have a LinkedIn profile. The provider is the LinkedIn Ireland Unlimited Company, Wilton Plaza, Wilton
Place, Dublin 2, Ireland. LinkedIn uses advertising cookies.
</p>
<p>
<strong>If you want to disable LinkedIn advertising cookies, please use the following link: </strong
><a
href="https://www.linkedin.com/psettings/guest-controls/retargeting-opt-out"
target="_blank"
rel="noopener noreferrer"
>https://www.linkedin.com/psettings/guest-controls/retargeting-opt-out</a
>.
</p>
<p>
Data transmission to the US is based on the Standard Contractual Clauses (SCC) of the European Commission.
Details can be found here:
<a href="https://www.linkedin.com/legal/l/dpa" target="_blank" rel="noopener noreferrer"
>https://www.linkedin.com/legal/l/dpa</a
>
and
<a href="https://www.linkedin.com/legal/l/eu-sccs" target="_blank" rel="noopener noreferrer"
>https://www.linkedin.com/legal/l/eu-sccs</a
>.
</p>
<p>
For details on how they handle your personal information, please refer to LinkedIn's privacy policy:
<a href="https://www.linkedin.com/legal/privacy-policy" target="_blank" rel="noopener noreferrer"
>https://www.linkedin.com/legal/privacy-policy</a
>.
</p>
<h5>TikTok</h5>
<p>
We have a profile on TikTok. The provider is TikTok Technology Limited, 10 Earlsfort Terrace, Dublin, D02
T380, Ireland. Details on how they handle your personal data can be found in the TikTok privacy policy:
<a href="https://www.tiktok.com/legal/privacy-policy?lang=en" target="_blank" rel="noopener noreferrer"
>https://www.tiktok.com/legal/privacy-policy?lang=en</a
>.
</p>
<p>
Data transmission to third countries is based on the Standard Contractual Clauses (SCC) of the European
Commission. Details can be found here:
<a href="https://www.tiktok.com/legal/privacy-policy?lang=en" target="_blank" rel="noopener noreferrer"
>https://www.tiktok.com/legal/privacy-policy?lang=en</a
>.
</p>
</div>
</div>
</div>
<footer class="text-center" style="background-color: #283444">
<section class="d-flex justify-content-center p-4 border-bottom">
<div class="row justify-content-center">
<a href="https://qrpx.link/youtube" class="col me-4 qreepex-accent1"><i class="bi bi-youtube"></i></a>
<a href="https://qrpx.link/twitter" class="col me-4 qreepex-accent1"><i class="bi bi-twitter"></i></a>
<a href="https://qrpx.link/twitch" class="col me-4 qreepex-accent1"><i class="bi bi-twitch"></i></a>
<a href="https://qrpx.link/github" class="col me-4 qreepex-accent1"><i class="bi bi-github"></i></a>
<a href="https://qrpx.link/dc" class="col me-4 qreepex-accent1"><i class="bi bi-discord"></i></a>
</div>
</section>
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05)">
Made by <a class="text-reset" style="text-decoration: none" href="https://qreepex.xyz/">qreepex</a> with
<a
class="text-reset"
style="text-decoration: none"
href="https://www.just-fucking-google.it?s=bootstrap&e=fingerxyz"
>Bootstrap</a
>
<br />
Copyright © <a class="text-reset" style="text-decoration: none" href="https://qreepex.xyz/secret">2022</a>
</div>
</footer>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/jquery/jquery.min.js" type="text/javascript"></script>
<script>
AOS.init();
</script>
<script async defer src="https://r1.delivery.services.eazyautodelete.xyz/latest.js"></script>
<noscript
><img
src="https://r1.delivery.services.eazyautodelete.xyz/verycool.gif"
alt=""
referrerpolicy="no-referrer-when-downgrade"
/></noscript>
</body>
</html>