Skip to content

Commit 6c19b5c

Browse files
committed
updating the branch
1 parent d9137b3 commit 6c19b5c

File tree

2 files changed

+142
-0
lines changed

2 files changed

+142
-0
lines changed

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>Groovy</title>
6+
</head>
7+
8+
<body>
9+
</body>
10+
11+
</html>

privacy.html

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta name='viewport' content='width=device-width'>
7+
<title>Privacy Policy</title>
8+
<style>
9+
body {
10+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
11+
padding: 1em;
12+
}
13+
</style>
14+
</head>
15+
16+
<body>
17+
<strong>Privacy Policy</strong>
18+
<p>
19+
<a href="https://github.com/BitMavrick" target="_blank">BitMavrick</a> maintained the Groovy app as
20+
an Open Source app. This SERVICE is provided by
21+
BitMavrick at no cost and is intended for use as
22+
is.
23+
</p>
24+
<p>
25+
This page is used to inform visitors regarding my
26+
policies with the collection, use, and disclosure of Personal
27+
Information if anyone decided to use my Service.
28+
</p>
29+
<p>
30+
If you choose to use my Service, then you agree to
31+
the collection and use of information in relation to this
32+
policy. The Personal Information that I collect is
33+
used for providing and improving the Service. I will not use or share your information with
34+
anyone except as described in this Privacy Policy.
35+
</p>
36+
<p>
37+
The terms used in this Privacy Policy have the same meanings
38+
as in our Terms and Conditions, which are accessible at
39+
Groovy unless otherwise defined in this Privacy Policy.
40+
</p>
41+
<p><strong>Information Collection and Use</strong></p>
42+
<p>
43+
For a better experience, while using our Service, I
44+
may require you to provide us with certain personally
45+
identifiable information. The information that
46+
I request will be retained on your device and is not collected by me in any way.
47+
</p>
48+
<div>
49+
<p>
50+
The app does use third-party services that may collect
51+
information used to identify you.
52+
</p>
53+
<p>
54+
Link to the privacy policy of third-party service providers used
55+
by the app
56+
</p>
57+
<ul>
58+
<li><a href="https://www.google.com/policies/privacy/" target="_blank" rel="noopener noreferrer">Google Play
59+
Services</a></li>
60+
<li><a href="https://www.google.com/analytics/terms/" target="_blank" rel="noopener noreferrer">Google
61+
Analytics for Firebase</a></li>
62+
</ul>
63+
</div>
64+
<p><strong>Log Data</strong></p>
65+
<p>
66+
I want to inform you that whenever you
67+
use my Service, in a case of an error in the app
68+
I collect data and information (through third-party
69+
products) on your phone called Log Data. This Log Data may
70+
include information such as your device Internet Protocol
71+
(“IP”) address, device name, operating system version, the
72+
configuration of the app when utilizing my Service,
73+
the time and date of your use of the Service, and other
74+
statistics.
75+
</p>
76+
<p><strong>Service Providers</strong></p>
77+
<p>
78+
I may employ third-party companies and
79+
individuals due to the following reasons:
80+
</p>
81+
<ul>
82+
<li>To facilitate our Service;</li>
83+
<li>To provide the Service on our behalf;</li>
84+
<li>To perform Service-related services; or</li>
85+
<li>To assist us in analyzing how our Service is used.</li>
86+
</ul>
87+
<p>
88+
I want to inform users of this Service
89+
that these third parties have access to their Personal
90+
Information. The reason is to perform the tasks assigned to
91+
them on our behalf. However, they are obligated not to
92+
disclose or use the information for any other purpose.
93+
</p>
94+
<p><strong>Security</strong></p>
95+
<p>
96+
I value your trust in providing us your
97+
Personal Information, thus we are striving to use commercially
98+
acceptable means of protecting it. But remember that no method
99+
of transmission over the internet, or method of electronic
100+
storage is 100% secure and reliable, and I cannot
101+
guarantee its absolute security.
102+
</p>
103+
<p><strong>Links to Other Sites</strong></p>
104+
<p>
105+
This Service may contain links to other sites. If you click on
106+
a third-party link, you will be directed to that site. Note
107+
that these external sites are not operated by me.
108+
Therefore, I strongly advise you to review the
109+
Privacy Policy of these websites. I have
110+
no control over and assume no responsibility for the content,
111+
privacy policies, or practices of any third-party sites or
112+
services.
113+
</p>
114+
<p><strong>Changes to This Privacy Policy</strong></p>
115+
<p>
116+
I may update our Privacy Policy from
117+
time to time. Thus, you are advised to review this page
118+
periodically for any changes. I will
119+
notify you of any changes by posting the new Privacy Policy on
120+
this page.
121+
</p>
122+
<p>This policy is effective as of 2024-01-01</p>
123+
<p><strong>Contact Us</strong></p>
124+
<p>
125+
If you have any questions or suggestions about my
126+
Privacy Policy, do not hesitate to contact me at <a
127+
href="mailto:hello.bitmavrick@gmail.com">hello.bitmavrick@gmail.com</a>.
128+
</p>
129+
</body>
130+
131+
</html>

0 commit comments

Comments
 (0)