-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
91 lines (81 loc) · 4.02 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Satellite_im-">
<meta name="twitter:creator" content="@Satellite_im">
<meta name="twitter:title" content="Download Uplink today!">
<meta name="twitter:description"
content=" Satellite is creating the future of secure p2p communications with their customizable and open source chat-app, Uplink.">
<meta name="twitter:image"
content="https://github.com/Satellite-im/uplink.satellite.im/blob/main/assets/images/UplinkAlphaCampaign2.png?raw=true">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="shortcut icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel='stylesheet' href='assets/css/main.css' type='text/css' media='all' />
<title>Uplink</title>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a class="large-logo-text" href="./">Uplink</a>
<span class="small-logo-text">
<a href="https://satellite.im" class="logo-subtext">| by Satellite.im</a>
</span>
</div>
<div class="header-right">
<button class="theme-toggle" id="theme-toggle">
<i class="fas fa-moon icon" id="dark-icon" style="display: none;"></i> <!-- Dark theme icon -->
<i class="fas fa-sun icon" id="light-icon"></i> <!-- Light theme icon -->
</button>
<a href="https://github.com/satellite-im">
<button class="theme-github">
<i class="fa-brands fa-github icon" id="dark-icon"></i> <!-- Dark theme icon -->
</button>
</a>
<div class="theme-downloads"><a href="#downloads"><button class="download">Download </button></a></div>
</div>
</div>
</header>
<section class="section-tos">
<div class="container">
<div class="page-title">
<h1 class="title">Privacy Policy</h1>
<p>Last updated: 04/18/2024</p>
<p>We don't track our users, and we don't sell any data.</p>
<p> Satellite does not collect any user data.
All data is sent encrypted and is un-usable to any party other than the intended recipient.
Thus, Satellite does not collect, sell, distribute or track any user data.
Satellite tracks anonymous data such as download counts and page views without identifying user information.</p>
<p>Satellite cannot garuntee the same privacy policy exists in 3rd party services and libraries we use, however we do our best to avoid using services which track our users.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, You can contact us:</p>
<ul>
<li>By email: [email protected]</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<div class="logo"><a href="#">Uplink</a></div>
<ul class="link-buttons clearfix">
<li><a href="https://discord.gg/satellite" target="_blank"><i class="fa-brands fa-discord"></i></a></li>
<li><a href="https://twitter.com/Satellite_im" target="_blank"><i class="fa-brands fa-x-twitter"></i></i></a></li>
</ul>
<div class="copy">
© 2023 <strong>Satellite.im.</strong> All rights reserved. <br class="showmobile"> <span
class="footsep first">|</span><a href="terms.html">Terms and Conditions</a><span
class="footsep first">|</span><a href="privacy.html">Privacy Policy</a>
</div>
</div>
</footer>
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
</body>
</html>