This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
157 lines (141 loc) · 7 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<title>Unigram - Privacy Policy</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Unigram for Windows 10 - Privacy Policy">
<meta name="keywords" content="Unigram, Windows, UWP, Universal, Mobile, Xbox, Telegram, App, Privacy, Policy">
<meta name="author" content="Matei Radu">
<!-- Real Favicon -->
<link rel="apple-touch-icon" href="/img/favicons/apple/touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="/img/favicons/favicon.ico">
<link rel="manifest" href="/img/favicons/android-chrome/manifest.json">
<link rel="mask-icon" href="/img/favicons/apple/safari-pinned-tab.svg" color="#0f7dc7">
<meta name="msapplication-config" content="/img/favicons/mstile/config.xml" />
<meta name="theme-color" content="#0f7dc7">
<!-- Facebook card -->
<meta property="og:title" content="Unigram - Privacy Policy">
<meta property="og:type" content="website">
<meta property="og:description" content="Privacy Policy. You don't have to take our word on all of this. Unigram is an open source project. Anyone can study our Source Code and make an informed decision.">
<meta property="og:image" content="http://unigram.me/img/meta/facebook/banner.jpg">
<meta property="og:url" content="http://unigram.me/index.html">
<meta property="og:site_name" content="Unigram"/>
<!-- VK card -->
<meta name="title" content="Unigram - Privacy Policy" />
<link rel="image_src" href="http://unigram.me/img/meta/facebook/banner.jpg"/>
<!-- Twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@UnigramApp" />
<meta name="twitter:title" content="Unigram - Privacy Policy" />
<meta name="twitter:description" content="Privacy Policy. You don't have to take our word on all of this. Unigram is an open source project. Anyone can study our Source Code and make an informed decision." />
<meta name="twitter:image" content="http://unigram.me/img/meta/twitter/logo.jpg" />
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- Custom fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Custom styles -->
<link href="css/new-age.min.css" rel="stylesheet">
<link href="css/buttons.min.css" rel="stylesheet">
<link href="css/devices.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-light navbar-shrink" id="main-nav">
<a class="navbar-toggler navbar-toggler-right button" href="/">
Homepage
<i class="fa fa-home"></i>
</a>
<div class="container">
<a class="navbar-brand" href="#page-top">
<img src="img/buttons/unigram.svg" width="32" alt="Unigram Logo"/>
Unigram
</a>
<div class="collapse navbar-collapse" id="navbarExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/">Homepage</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Privacy -->
<section class="privacy" id="privacy">
<div class="container">
<div class="section-heading offset-lg-1">
<h2>Privacy Policy</h2>
<p class="text-muted">
You don't have to take our word on all of this. Unigram is an open source project.
Anyone can study our
<a href="https://github.com/UnigramDev/Unigram">Source Code</a>
and make an informed decision.
</p>
</div>
<div class="row">
<div class="col-lg-10 offset-lg-1">
<h3>1. Telegram service</h3>
<p>
Unigram makes use of the
<a href="https://telegram.org/">Telegram</a>
service. If you choose to use this application, you should familiarize yourself
with
<a href="https://telegram.org/privacy">Telegram's Privacy Policy</a>
as well.
</p>
<h3>2. Contact information</h3>
<p>
If there are any questions regarding this privacy policy you may contact us
at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<ul class="list-inline">
<li class="list-inline-item">
<a href="/"><b>Home</b></a>
</li>
<li class="list-inline-item">
<a href="faq.html"><b>FAQ</b></a>
</li>
<li class="list-inline-item">
<a href="https://t.me/joinchat/AAAAAD851oqVwhp9oy9WbQ"><b>Insiders</b></a>
</li>
<li class="list-inline-item">
<a href="https://t.me/unigram"><b>News</b></a>
</li>
<li class="list-inline-item">
<a href="https://github.com/UnigramDev"><b>GitHub</b></a>
</li>
</ul>
<br>
<p>
© 2017 Unigram dev team. All Rights Reserved.
</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"
integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"
integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
<!-- Custom scripts-->
<script src="js/common.min.js"></script>
</body>
</html>