-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
72 lines (68 loc) · 3.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Stacks Circles Android</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Fonts-->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/open-sauce-one" type="text/css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:400,600,800&display=swap">
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.violet.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="index"><img src="img/logo.png" alt="" width="220"></a>
</div>
</nav>
</header>
<section class="bg-center">
<div class="container">
<div class="row justify-content-md-center">
<div class="col col-lg-8 my-5">
<h2 class="mb-4">Privacy Policy</h2>
<p>This privacy policy refers to the Stacks Circles Android application.</p>
<p>We don't track, transfer or collect any data, personal or otherwise, with the Stacks Circles application.</p>
<p>Stacks Circles interacts with the Stacks de-centralized services in order to create create and authenticate user accounts. Those communications are encrypted, and their purposes limited to:</p>
<ul>
<li>Ensure user accounts are recoverable, but only with your secret key.</li>
<li>Registering unique usernames.</li>
</ul>
<p>All private user data is only stored locally in your device, encrypted, and is never transferred anywhere else outside your device.</p>
<p>With Stacks Circles, you can authenticate in other apps that support Stacks. When doing so, only limited-use authorizations are shared. Your account secret key is never shared with other apps.</p>
<p>The Android operative system may automatically collect reports regarding the performance of the application. Those reports are stored and managed by Google. But we have no access to any personal identifiable information from them.</p>
<p>If you have any questions about this Privacy Policy, please us contact by email: <a href="mailto:hello@bloco.io">hello@bloco.io</a></p>
<p><i>Apr 9, 2021</i></p>
</div>
</div>
</div>
</section>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/owl.carousel2/owl.carousel.min.js"></script>
<script src="vendor/modal-video/js/modal-video.js"></script>
<script src="js/front.js"></script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>
</html>