forked from btcpayserver/foundation.btcpayserver.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
125 lines (124 loc) · 6.12 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy | BTCPay Server Foundation</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<meta content="utf-8" http-equiv="encoding"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
<link rel="manifest" href="/site.webmanifest"/>
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#51b13e"/>
<meta name="msapplication-TileColor" content="#0f3b21"/>
<meta name="theme-color" content="#ffffff"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "BTCPay Server Foundation",
"alternateName": "BTCPayServer Foundation",
"url": "https://foundation.btcpayserver.org/",
"logo": "https://foundation.btcpayserver.org/assets/meta.png",
"sameAs": [
"https://twitter.com/BtcpayServer",
"https://t.me/btcpayserver",
"http://chat.btcpayserver.org/"
]
}
</script>
<script src="scripts/main.js"></script>
<link href="/styles/btcpayserver-variables.css" rel="stylesheet"/>
<link href="/styles/btcpayserver-bootstrap.css" rel="stylesheet"/>
<link href="/styles/btcpayserver-main.css" rel="stylesheet"/>
<link href="/styles/foundation.css" rel="stylesheet"/>
</head>
<body>
<header class="navbar navbar-expand-sm btcpay-header">
<div class="container d-flex align-items-center justify-content-between">
<a class="navbar-brand d-flex align-items-center me-auto" href="/index.html">
<img src="/assets/btcpay-logo.svg" width="18" height="32" alt="" class="me-3" />
BTCPay Foundation
</a>
<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<svg class="icon-button" xmlns="http://www.w3.org/2000/svg" width="33" height="29" viewBox="0 0 8 8">
<line id="cr3" fill="none" stroke="var(--btcpay-header-color)" stroke-width="0.5" stroke-linecap="round" stroke-miterlimit="10" x1="1" x2="7" y1="2" y2="2"/>
<line id="cr2" fill="none" stroke="var(--btcpay-header-color)" stroke-width="0.5" stroke-linecap="round" stroke-miterlimit="10" x1="1" x2="7" y1="4" y2="4"/>
<line id="cr1" fill="none" stroke="var(--btcpay-header-color)" stroke-width="0.5" stroke-linecap="round" stroke-miterlimit="10" x1="1" x2="7" y1="6" y2="6"/>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav ms-auto mt-2">
<li class="nav-item">
<a class="nav-link" href="/about-us.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#membership">Become a supporter</a>
</li>
</ul>
</div>
<button class="btcpay-theme-switch">
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10">
<path class="btcpay-theme-switch-dark" transform="translate(1 1)" d="M2.72 0A3.988 3.988 0 000 3.78c0 2.21 1.79 4 4 4 1.76 0 3.25-1.14 3.78-2.72-.4.13-.83.22-1.28.22-2.21 0-4-1.79-4-4 0-.45.08-.88.22-1.28z" />
<path class="btcpay-theme-switch-light" transform="translate(1 1)" d="M4 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 0 4 0zM1.5 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM4 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM.5 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM1.5 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM4 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 7 4 7z" />
</svg>
</button>
<script src="/scripts/theme-switch.js"></script>
<noscript>
<style>.btcpay-theme-switch { display: none; }</style>
</noscript>
</div>
</header>
<main class="container my-5">
<div class="content-wrap">
<h1 class="mb-3 text-primary">Privacy Policy</h1>
<p>This website does not use cookies or track your activity.</p>
<p>Any personal details submitted via the "Business Contact" form on our website shall be used solely for communication regarding interest in supporting the BTCPay Server Foundation.</p>
<p>BTCPay Server Foundation shall not share any information referred to above with any third-party or entity outside of the BTCPay Server Foundation core administrators except when requested in writing by recognised law officials.</p>
</div>
</main>
<br class="my-3" />
<footer class="btcpay-footer py-3">
<div class="container">
<div class="btcpay-footer-columns">
<div>
<h6>Shortcuts</h6>
<ul>
<li><a href="/about-us.html">About the Foundation</a></li>
<li>
<a href="https://btcpayserver.org">BTCPay Server</a>
</li>
<li>
<a href="https://blog.btcpayserver.org">Blog</a>
</li>
</ul>
</div>
<div>
<h6>Documentation</h6>
<ul>
<li><a href="/foundation-goals.html">Foundation Goals</a></li>
<li>
<a href="/privacy-policy.html">Privacy Policy</a>
</li>
<li><a href="https://github.com/btcpayserver/">GitHub</a></li>
</ul>
</div>
<div>
<h6>Contact</h6>
<ul>
<li><a href="/index.html#contact-us">Contact form</a></li>
<li><a href="https://chat.btcpayserver.org">Official chat</a></li>
</ul>
</div>
</div>
<p>
<small>
Content Released under MIT license.
<br/>
This website does not use cookies nor collect personal data.
</small>
</p>
</div>
</footer>
</body>
</html>