-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacypolicy.html
More file actions
117 lines (117 loc) · 6.9 KB
/
privacypolicy.html
File metadata and controls
117 lines (117 loc) · 6.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Bright ideas for innovative software" />
<meta name="author" content="LikeBright" />
<title>LikeBright</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top shadow-sm" id="mainNav">
<div class="container px-5">
<a class="navbar-brand fw-bold" href="index.html">LikeBright</a>
</div>
</nav>
<!-- Mashead header-->
<header class="masthead">
<div class="container px-5">
<center>
<img src="assets/img/SoundriseIcon.jpg" class="img-fluid rounded-circle" style="width: 10%" />
<br />
<br />
<h2>
[ENG] Privacy Policy of Soundrise mobile application:
</h2>
<br />
<br />
<h4>
1. This Privacy Policy sets out how LikeBright Tomasz Błaszczyk collects, processes and stores personal data necessary for the provision of services provided via the mobile application.
<br />
<br />
2. Soundrise mobile application does not collect any information about the User's personal data as it does not have any registration option and does not require the User to provide any information within the application or on its dedicated websites.
<br />
<br />
3. The User hereby accepts the rules contained in the Privacy Policy.
<br />
</h4>
<br />
<hr />
<br />
<h2>
[PL] Polityka prywatności aplikacji mobilnej Soundrise:
</h2>
<br />
<br />
<h4>
1. Niniejsza Polityka Prywatności określa sposób zbierania, przetwarzania i przechowywania danych osobowych koniecznych do realizacji usług świadczonych za pośrednictwem aplikacji mobilnej przez firmę LikeBright Tomasz Błaszczyk.
<br />
<br />
2. Aplikacja mobilna Soundrise w żaden sposób nie zbiera informacji na temat danych osobowych użytkowników , gdyż nie posiada możliwości rejestracji, oraz nie wymaga od użytkowników podawania jakichkolwiek informacji wewnątrz aplikacji ani na stronach internetowych jej poświęconym.
<br />
<br />
3. Niniejszym Użytkownik akceptuje zasady zawarte w Polityce Prywatności.
</h4>
<br />
<hr />
<br />
<img src="assets/img/gimnastykaIcon.png" class="img-fluid rounded-circle" style="width: 10%" />
<br />
<br />
<h2>
[ENG] Privacy Policy of Gimnastyka buzi i języka mobile application:
</h2>
<br />
<br />
<h4>
1. This Privacy Policy sets out how LikeBright Tomasz Błaszczyk collects, processes and stores personal data necessary for the provision of services provided via the mobile application.
<br />
<br />
2. Gimnastyka buzi i języka mobile application does not collect any information about the User's personal data as it does not have any registration option and does not require the User to provide any information within the application or on its dedicated websites.
<br />
<br />
3. The User hereby accepts the rules contained in the Privacy Policy.
<br />
</h4>
<br />
<hr />
<br />
<h2>
[PL] Polityka prywatności aplikacji mobilnej Gimnastyka buzi i języka:
</h2>
<br />
<br />
<h4>
1. Niniejsza Polityka Prywatności określa sposób zbierania, przetwarzania i przechowywania danych osobowych koniecznych do realizacji usług świadczonych za pośrednictwem aplikacji mobilnej przez firmę LikeBright Tomasz Błaszczyk.
<br />
<br />
2. Aplikacja mobilna Gimnastyka buzi i języka w żaden sposób nie zbiera informacji na temat danych osobowych użytkowników , gdyż nie posiada możliwości rejestracji, oraz nie wymaga od użytkowników podawania jakichkolwiek informacji wewnątrz aplikacji ani na stronach internetowych jej poświęconym.
<br />
<br />
3. Niniejszym Użytkownik akceptuje zasady zawarte w Polityce Prywatności.
</h4>
</center>
</div>
</header>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>