-
Notifications
You must be signed in to change notification settings - Fork 2
/
impressum.html
321 lines (293 loc) Β· 23.3 KB
/
impressum.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Marshal Development</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="./assets/img/favicon.png" rel="icon">
<link href="./assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- 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">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1 style="color: #5663F7"><a href="index.html"><span><img src="https://cdn.discordapp.com/icons/782358733752762398/da2b59021cd749fa9fc0b0620bfeb008.png" style="height: 35px;margin-top:-1%;" > Marshal Development</span></a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto highlight2" href="./index.html">Home</a></li>
</ul>
<ul>
<li><a class="nav-link scrollto" href="https://discord.com/api/oauth2/authorize?client_id=937549035122868247&permissions=8&scope=bot%20applications.commands">Invite</a></li>
</ul>
<ul>
<li><a class="nav-link scrollto highlight2" href="./impressum.html">Privacy</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-7 pt-5 pt-lg-0 order-2 order-lg-1 d-flex align-items-center">
<div data-aos="zoom-out">
<h1 style="color: #5663F7">INFORMATION</h1>
<h2><i>
Our Legal Privacy Policy.
</i>
</h2>
<div class="text-center text-lg-start">
<a href="#about" class="btn-get-started scrollto">Get Started</a>
<button type="red" onclick="window.open('https://dc.milrato.dev', '_blank')"><i class="bi bi-discord"></i> Discord</button>
</div>
</div>
</div>
<div class="col-lg-4 order-1 order-lg-2 hero-img" data-aos="zoom-out" data-aos-delay="300">
<img src="./assets/img/hero-img.png" class="img-fluid animated" alt="" style="width: 100%">
</div>
</div>
</div>
<svg class="hero-waves"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(45,56,53, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(45,56,53, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#23272A">
</g>
</svg>
</section><!-- End Hero -->
<main id="main">
<section class="background-dark pb-xl-0" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12" style="margin-bottom: 5%">
<div class="process-content">
<h1 style="color: #5663F7">Legal Notice</h1>
<p>
<i>
Information in accordance with Β§5 of the E-Commerce Act, Β§14 of the Unternehmensgesetzbuch, Β§63 of the Commercial Code and disclosure requirements under Β§25 of the Media Act.
</i>
</p>
<p>
<b><u></u>Marshal Development</u></b><br/>
<i>
Viendi Putra<br/>
Batam<br/>
Kepulauan Riau, Indonesia<br/>
</i>
</p>
<p>
<b>Object of the Company:</b> <u><i>IT Support</i></u><br/>
<b>Email:</b> <i>[email protected]</i><br/>
</p>
<br>
<br>
<br>
<h1 style="color: #5663F7"> Data protection </h1>
<br> <h4 style="color: #5663F7"> Introduction and overview </h4>
<p> <i>
We have written this data protection declaration (version 16.07.2021-121781400) to explain to you, in accordance with the provisions of the General Data Protection Regulation (EU) 2016/679 and applicable national laws, which personal data (data for short) we as the person responsible - and that of Processors commissioned by us (e.g. provider) - process, will process in the future and what legitimate options you have. The terms used are gender-neutral. <br>
In short: We provide you with comprehensive information about the data that we process about you. <br>
<br>
Data protection declarations usually sound very technical and use legal terminology. However, this data protection declaration is intended to describe the most important things to you as simply and transparently as possible. As far as transparency is beneficial, technical terms are explained in a reader-friendly manner, links to further information are provided and graphics are used. We are informing in clear and simple language that we only process personal data in the context of our business activities if there is a corresponding legal basis. This is certainly not possible if you make as brief, unclear and legal-technical statements as possible, as they are often standard on the Internet when it comes to data protection. I hope you find the following explanations interesting and informative and maybe there is one or the other piece of information that you were not familiar with. <br>
If you still have questions, we would like to ask you to contact the responsible body named below or in the imprint, to follow the links provided and to look at further information on third-party sites. You can of course also find our contact details in the legal notice
</i> </p>
<br> <h4 style="color: #5663F7"> Area of ββapplication </h4>
<p> <i>
This data protection declaration applies to all personal data processed by us in the company and to all personal data processed by companies commissioned by us (contract processors). By personal data, we mean information within the meaning of Art. 4 No. 1 GDPR, such as the name, email address and postal address of a person. The processing of personal data ensures that we can offer and invoice our services and products, be it online or offline. The scope of this data protection declaration includes: <br>
<br>
all online presences (websites, online shops) that we operate <br>
Social media appearances and email communication <br>
mobile apps for smartphones and other devices <br>
In short: The data protection declaration applies to all areas in which personal data is processed in a structured manner in the company via the channels mentioned. If we enter into legal relationships with you outside of these channels, we will inform you separately if necessary. <br>
</i> </p>
<br> <h4 style="color: #5663F7"> Legal basis </h4>
<p> <i>
In the following data protection declaration we provide you with transparent information on the legal principles and regulations, i.e. the legal bases of the General Data Protection Regulation, which enable us to process personal data. <br>
As far as EU law is concerned, we refer to REGULATION (EU) 2016/679 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of April 27, 2016. You can of course access this EU General Data Protection Regulation online at EUR-Lex, the gateway to the EU -Recht, read at https://eur-lex.europa.eu/legal-content/DE/TXT/?uri=celex%3A32016R0679. <br>
<br>
We only process your data if at least one of the following conditions applies: <br>
<br>
Consent (Article 6 Paragraph 1 lit. a GDPR): You have given us your consent to process data for a specific purpose. An example would be the storage of the data you entered in a contact form. <br>
Contract (Article 6 Paragraph 1 lit.b GDPR): We process your data in order to fulfill a contract or pre-contractual obligations with you. For example, if we conclude a sales contract with you, we need personal information in advance. <br>
Legal obligation (Article 6 Paragraph 1 lit. c GDPR): If we are subject to a legal obligation, we will process your data. For example, we are legally required to keep invoices for bookkeeping. These usually contain personal data. <br>
Legitimate interests (Article 6 Paragraph 1 lit.f GDPR): In the case of legitimate interests that do not restrict your basic rights, we reserve the right to process personal data. For example, we have to process certain data in order to be able to operate our website securely and economically efficiently. This processing is therefore a legitimate interest. <br>
Other conditions such as the perception of recordings in public
As a rule, we do not have any interest or exercise of public authority or the protection of vital interests. If such a legal basis should be relevant, it will be shown in the appropriate place. <br>
<br>
In addition to the EU regulation, national laws also apply: <br>
<br>
In Austria this is the federal law for the protection of natural persons when processing personal data (data protection law), DSG for short. <br>
In Germany, the Federal Data Protection Act, or BDSG for short, applies. <br>
If further regional or national laws apply, we will inform you about them in the following sections. <br>
</i> </p>
<br> <h4 style="color: #5663F7"> Communication summary </h4>
π₯ Affected: Everyone who communicates with us via Discord, E-Mail or Whatsapp / Sms / Telephone <br>
π Processed data: e.g. B. (user) name, (email address, telephone number, only if by email / telephone), entered data. You can find more details about the contact type used in each case <br>
π€ Purpose: handling communication with customers, business partners, etc. <br>
π
Storage duration: duration of the business case and the statutory provisions <br>
βοΈ Legal basis: Article 6 (1) (a) GDPR (consent), Article 6 (1) (b) GDPR (contract), Article 6 (1) (f) GDPR (legitimate interests) <br>
<br> <h4 style="color: #5663F7"> Affected persons </h4>
<i> The above-mentioned processes affect all those who seek contact with us via the communication channels we have provided.
</i>
<br> <h4 style="color: #5663F7"> Discord Ticket / Discord DMs / Discord Chat </h4>
<i>
If you communicate with us via Discord, the data will be stored and transcripted on the Discord server. You can request deletion of the data at any time. The data will be deleted as soon as the business case has ended and legal requirements allow.
</i>
<br> <h4 style="color: #5663F7"> Telephone </h4>
<i>
When you call us, please give us your phone number. Calls for non-business purposes will have legal consequences. Calls are only accepted by pseudonymous voices to protect privacy.
</i>
<br> <h4 style="color: #5663F7"> Email </h4>
<i>
If you communicate with us by email, data may be stored on the respective end device (computer, laptop, smartphone, ...) and data is saved on the email server. The data will be deleted as soon as the business case has ended and legal requirements allow.
</i>
<br> <h4 style="color: #5663F7"> Legal basis </h4>
<i>
The processing of the data is based on the following legal bases: <br>
<br>
Article 6 (1) (a) GDPR (consent): You give us your consent to save your data and continue to use it for the purposes of the business case; <br>
Art. 6 para. 1 lit. b GDPR (contract): There is a need to fulfill a contract with you or a processor such as B. the telephone provider or we have to provide the data for pre-contractual activities, such as B. the preparation of an offer, process; <br>
Article 6 (1) (f) GDPR (legitimate interests): We want to conduct customer inquiries and business communication in a professional manner. For this purpose, certain technical facilities such. B. e-mail programs, Exchange servers and mobile network operators are necessary to operate communication efficiently. <br>
</i>
<br> <h4 style="color: #5663F7"> What is web hosting? </h4>
</i>
When you visit websites these days, certain information - including personal data - is automatically created and stored, including on this website. This data should be processed as sparingly as possible and only with justification. By the way, by website we mean the entirety of all websites on a domain, i.e. everything from the start page (homepage) to the very last subpage (like this one). By domain we mean example.de or musterbeispiel.com. <br>
<br>
When you want to view a website on one screen, you use a program called a web browser. You probably know some web browsers by name: Google Chrome, Microsoft Edge, Mozilla Firefox, and Apple Safari. <br>
<br>
This web browser has to connect to another computer where the website's code is stored: the web server. The operation of a web server is a complicated and time-consuming task, which is why this is usually done by professional providers, the providers. These offer web hosting and thus ensure reliable and error-free storage of website data. <br>
<br>
When the browser establishes a connection on your computer (desktop, laptop, smartphone) and while data is being transferred to and from the web server, personal data may be processed. On the one hand, your computer stores data, on the other hand, the web server must also store data for a period of time in order to ensure proper operation. <br>
</i>
<br> <h4 style="color: #5663F7"> Why do we process personal data? </h4>
</i>
The purposes of the data processing are: <br>
<br>
Professional hosting of the website and security of operation <br>
to maintain operational and IT security <br>
Anonymous evaluation of the access behavior to improve our offer and, if necessary, to prosecute or prosecute claims <br>
</i>
<br> <h4 style="color: #5663F7"> Which data are processed? </h4>
</i>
Even while you are visiting our website, our web server, that is the computer on which this website is saved, usually automatically saves data such as <br>
<br>
the complete Internet address (URL) of the website called up (e.g. https://www.beispielwebsite.de/beispieluntereite.html?tid=121781400) <br>
Browser and browser version (e.g. Chrome 87) <br>
the operating system used (e.g. Windows 10) <br>
the address (URL) of the previously visited page (referrer URL) (e.g. https://www.beispielquellsite.de/vondabinichgekommen.html/) <br>
the host name and the IP address of the device from which the access is made (e.g. COMPUTERNAME and 194.23.43.121) <br>
Date and time <br>
in files, the so-called web server log files <br>
</i>
<br> <h4 style="color: #5663F7"> How long is data stored? </h4>
</i>
As a rule, the above data is stored for two weeks and then automatically deleted. We do not pass on this data, but we cannot rule out that this data will be viewed by the authorities in the event of illegal behavior. <br>
<br>
In short: your visit will be logged by our provider (company that runs our website on special computers (servers)), but we will not pass on your data without your consent! <br>
</i>
<br> <h4 style="color: #5663F7"> Legal basis </h4>
</i>
The legality of the processing of personal data in the context of web hosting results from Art. 6 Para. 1 lit.f GDPR (safeguarding legitimate interests), because the use of professional hosting with a provider is necessary to keep the company on the Internet safe and user-friendly and to be able to pursue attacks and claims from them if necessary. <br>
</i>
<br> <h4 style="color: #5663F7"> Cookies </h4>
<h5> Summary </h5>
</i>
π₯ Affected: Visitors to the website <br>
π€ Purpose: depending on the respective cookie. More details can be found below or from the manufacturer of the software that sets the cookie. <br>
π Processed data: Depending on the cookie used. More details can be found below or from the manufacturer of the software that sets the cookie. <br>
π
Storage duration: depending on the respective cookie, can vary from hours to years <br>
βοΈ Legal basis: Art. 6 Para. 1 lit. a GDPR (consent), Art. 6 Para. 1 lit.f GDPR (legitimate interests) <br>
</i>
<h4 style="color: #5663F7"> What are cookies? </h4>
</i>
Our website uses HTTP cookies to save user-specific data. <br>
In the following we explain what cookies are and why they are used so that you can better understand the following data protection declaration. <br>
<br>
Whenever you surf the Internet, you are using a browser. Well-known browsers are, for example, Chrome, Safari, Firefox, Internet Explorer and Microsoft Edge. Most websites save small text files in your browser. These files are called cookies. <br>
<br>
One thing cannot be dismissed out of hand: Cookies are really useful little helpers. Almost all websites use cookies. To be more precise, they are HTTP cookies, as there are also other cookies for other areas of application. HTTP cookies are small files that our website stores on your computer. These cookie files are automatically placed in the cookie folder, which is the βbrainβ of your browser. A cookie consists of a name and a value. When defining a cookie, one or more attributes must also be specified. <br>
<br>
Cookies store certain user data about you, such as language or personal page settings. When you visit our site again, your browser sends the "user-related" information back to our site. Thanks to cookies, our website knows who you are and offers you the settings that you are used to. In some browsers, each cookie has its own file, in others, such as Firefox, all cookies are stored in a single file. <br>
</i>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3><img src="https://cdn.discordapp.com/icons/782358733752762398/da2b59021cd749fa9fc0b0620bfeb008.png" style="height: 25px;" > Marshal Development</h3>
<p class="pb-3"><em>Best Bots of 2022<br>Public Bots</em><br>Since: 07.2021</p>
<p>
<button type="green" onclick="location.href='mailto:[email protected]'"><i class="bi bi-envelope-open-fill"></i> Email us</button>
<button type="red" onclick="window.open('http://discord.gg/7PdChsBGKd', '_blank')"><i class="bi bi-discord"></i> Discord</button>
</p>
<div class="social-links mt-3">
<a href="http://discord.gg/7PdChsBGKd" class="twitter" target="_blank"><i class="bi bi-discord"></i></a>
<a href="https://twitter.com/p_viendi" class="twitter" target="_blank"><i class="bi bi-youtube"></i></a>
<a href="https://www.youtube.com/channel/UCSPerXHGrRtg6dc1gzTO1Jw" class="twitter" target="_blank"><i class="bi bi-twitter"></i></a>
<a href="https://github.com/cepheidev/" class="twitter" target="_blank"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="./index.html#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="./index.html#team">Team Marshal</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="./impressum.html#">Privacy policy</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Marshal Development</span></strong>. All Rights Reserved
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<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>
<!-- Template Main JS File -->
<script src="./assets/js/main.js"></script>
</body>
</html>