Skip to content

Commit 32400a4

Browse files
authored
add terms of use, license agreement and privacy policy
1 parent 7afb85c commit 32400a4

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed

license.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Clover Rescue Project License Agreement</title>
6+
<meta name="theme-color" content="#111"/>
7+
<link rel="apple-touch-icon" href="/assets/logo_x192.svg">
8+
<meta name="description" content="Clover Rescue Project">
9+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
10+
<link rel="icon" type="image/x-icon" href="/assets/fav.ico">
11+
<link rel="manifest" href="./manifest.json">
12+
<style>
13+
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
14+
body{
15+
background-color: #111;
16+
color: rgb(255, 239, 215);
17+
font-family: 'Roboto', sans-serif;
18+
margin: 30px;
19+
}
20+
a{
21+
color: rgb(255, 239, 215);
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<h1>Clover Rescue Project License Agreement</h1><br/>
27+
All the code of our project is open source and subject to the MIT license, the terms of which you can find <a href="https://en.wikipedia.org/wiki/MIT_License">here</a> or in our any <a href="https://github.com/DevMBS/CRTClient">GitHub repository</a> ("LICENSE" file).
28+
</body>
29+
</html>

privacypolicy.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Clover Rescue Project Privacy Policy</title>
6+
<meta name="theme-color" content="#111"/>
7+
<link rel="apple-touch-icon" href="/assets/logo_x192.svg">
8+
<meta name="description" content="Clover Rescue Project">
9+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
10+
<link rel="icon" type="image/x-icon" href="/assets/fav.ico">
11+
<link rel="manifest" href="./manifest.json">
12+
<style>
13+
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
14+
body{
15+
background-color: #111;
16+
color: rgb(255, 239, 215);
17+
font-family: 'Roboto', sans-serif;
18+
margin: 30px;
19+
}
20+
a{
21+
color: rgb(255, 239, 215);
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<h1>Clover Rescue Project Privacy Policy</h1><br/>
27+
We do not collect any other information from the user, except for what user specify – nickname and password when registering and geolocation when using our website (agreement for the use of which user give through their web browser). All passwords are stored encrypted.
28+
</body>
29+
</html>

termsofuse.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Clover Rescue Project Terms of Use</title>
6+
<meta name="theme-color" content="#111"/>
7+
<link rel="apple-touch-icon" href="/assets/logo_x192.svg">
8+
<meta name="description" content="Clover Rescue Project">
9+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
10+
<link rel="icon" type="image/x-icon" href="/assets/fav.ico">
11+
<link rel="manifest" href="./manifest.json">
12+
<style>
13+
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
14+
body{
15+
background-color: #111;
16+
color: rgb(255, 239, 215);
17+
font-family: 'Roboto', sans-serif;
18+
margin: 30px;
19+
}
20+
</style>
21+
</head>
22+
<body>
23+
<h1>Clover Rescue Project Terms of Use</h1><br/>
24+
1. Your access and use of the Clover Rescue Project constitutes your agreement to be bound by these Terms.<br/><br/>
25+
2. Clover Rescue Project works as is and as available, that is, the way you see it now and which is available to you.<br/><br/>
26+
3. As we use third parties services, like JS and Python frameworks and libraries, MongoDB database, NGROK and so on, we have no control over these services.<br/><br/>
27+
4. We grant you a limited, non-exclusive, non-sublicensable, revocable, non-transferable license to access and use Clover Rescue Project on your devices and / or access or use any content that may be available through Clover Rescue Project.<br/><br/>
28+
5. The Clover Rescue Project and all rights therein are and shall remain Clover Rescue Team’s property.
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)