-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathprivacy.html
More file actions
48 lines (41 loc) · 2.76 KB
/
privacy.html
File metadata and controls
48 lines (41 loc) · 2.76 KB
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
<!doctype>
<html>
<head>
<meta charset="UTF-8">
<title>Privacy Policy | LaTeX Tables Editor</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<base target="_blank">
<style>
p{
margin:1rem;
margin-left:2rem;
}
img{
vertical-align:baseline;
margin-right:0.5rem;
margin-left:-1rem;
}
.container{
max-width:60em;
}
</style>
</head>
<body>
<div class="container">
<h2><a href="https://latex-tables.com"><img src="logo.png" height="60"></a>Privacy Policy</h2>
<h4>Summary</h4>
<p>This Privacy Policy describes how your personal information is collected, used, and shared when visiting <a href="https://latex-tables.com">latex-tables.com</a> (the "<strong>Site</strong>") and how the content of your tables are treated.
<h4>Cookies and LocalStorage</h4>
<p>Cookies are data files that are placed on your device or computer and often include a unique anonymous identifier. For more information about cookies and how to disable cookies, visit <a href="http://www.allaboutcookies.org">http://www.allaboutcookies.org</a>. This Site doesn't use cookies but we use Google as third-party vendor.
<p>We use Google Adsense, which uses cookies to serve ads based on your prior visits to our Site or other websites. You may opt-out of personalized advertising by using <a href="https://www.google.com/settings/ads/anonymous">Google's settings</a>.
<p>We use Google Analytics to help us understand how our users use the Site -- you can read more about how Google uses your personal information here: <a href="https://www.google.com/intl/en/policies/privacy/">https://www.google.com/intl/en/policies/privacy/</a>. You can also opt-out of Google Analytics here: <a href="https://tools.google.com/dlpage/gaoptout">https://tools.google.com/dlpage/gaoptout</a>.
<p>This Site also uses LocalStorage to store various information on your device for a better experience, including the content of your table and the settings of the generator. This feature allows the settings to be persistant and allows the website to "remember" the last table you edited.
<p>This Site is hosted by GitHub Pages, a static site hosting service. Github will collect your IP adress for security purposes. You can read more about this here: <a href="https://docs.github.com/en/github/site-policy/github-privacy-statement">https://docs.github.com/en/github/site-policy/github-privacy-statement</a>.
<h4>The Content of Your Tables</h4>
<p>This site only uses client-side technologies. Therefore, the content of your tables is never sent to any server.
<h4>Contact</h4>
<p>If you have any question regarding this Privacy Policy, please send us an email: in<span></span>f<!---rararar--->o<i>@</i>latex-<script type="text/javascript">
document.write("t")
</script><noscript>t</noscript>ables<i>.</i>com
</body>
</html>