-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdpa.html
163 lines (154 loc) · 5.87 KB
/
dpa.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
158
159
160
161
162
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="color-scheme" content="dark light" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="css/base.css"
/>
<link
rel="stylesheet"
type="text/css"
href="css/custom.css"
/>
<link
rel="shortcut icon"
type="image/png"
href="img/favicon.ico"
/>
<title>QFieldCloud - Data processing</title>
</head>
<body class="d-flex flex-column h-100">
<!-- NAVBAR -->
<nav class="navbar navbar-expand navbar-light nav-fill w-100 bg-primary" >
<a href="/">
<img
src="img/logo_sidetext.white.svg"
alt="QFieldCloud"
class="logo-nav qfc-header-logo ml-1"
/>
</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item ml-2 d-none d-lg-block">
<a class="nav-link" href="/#features">Features</a>
</li>
<li class="nav-item ml-2 d-none d-lg-block">
<a class="nav-link" href="/faq.html">FAQ</a>
</li>
<li class="nav-item ml-2 d-none d-lg-block">
<a class="nav-link" href="https://docs.qfield.org/get-started/tutorials/get-started-qfc/" target="_blank">Documentation</a>
</li>
<li class="nav-item ml-2 d-none d-lg-block">
<a class="nav-link" href="/pricing.html">Pricing</a>
</li>
<li class="nav-item ml-2">
<a class="btn btn-primary" href="https://app.qfield.cloud/accounts/signup/"
>Register</a
>
</li>
<li class="nav-item ml-2">
<a class="btn btn-success" href="https://app.qfield.cloud/"
>Sign In</a
>
</li>
</ul>
</nav>
<!-- DPA SPECIFICATIONS -->
<main role="main" class="p-3">
<div class="container">
<div
class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center"
>
<h1 class="display-4">QFieldCloud data processing doumentation</h1>
</div>
<div class="alert alert-warning" role="alert">
For further legal and compliance information see <a href="legal.html">legal & compliance</a>
</div>
<div>
<p>The SaaS <a href="https://app.qfield.cloud" target="_blank">app.qfield.cloud</a> is a service offered by <a href="https://www.zefix.ch/en/search/entity/list/firm/1573222" target="_blank">QFieldCloud GmbH</a>, a Swiss company based in Laax.
</p><p>The service runs on Exoscale and Flow.swiss state-of-the-art ISO27001 certified datacenters located in Switzerland and subject to Swiss data protection laws.
</p><p>Here you can find more information on the processors we work with:</p>
<ul>
<li><a href="https://www.exoscale.com/dpa">Exoscale data processing agreement</a></li>
<li><a href="https://www.exoscale.com/compliance">Exoscale compliance information</a></li>
<li><a href="https://flow.swiss/gtc">Flow data processing agreement</a></li>
<li><a href="https://flow.swiss/compliance">Flow compliance information</a></li>
<li><a href="https://stripe.com/legal/dpa">Stripe data processing agreement</a></li>
<li><a href="https://docs.stripe.com/security">Stripe compliance information</a></li>
</ul></div>
</div>
</main>
<!-- FOOTER -->
<footer class="footer mt-auto py-3">
<div class="container">
<nav class="navbar navbar-expand-lg">
<div class="collapse navbar-collapse" id="navbarText">
<span class="text-muted navbar-text"
>Made with 💝 by
<a href="https://opengis.ch" target="blank">OPENGIS.ch</a>. © 2023</span
>
</div>
<ul class="navbar-nav mr-auto">
<li class="nav-item mb-1">
<a class="nav-link" href="./index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./tos.html">Terms of service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://docs.qfield.org/get-started/"
target="_blank"
>Documentation
<i class="fa fa-external-link" aria-hidden="true"></i
></a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://support.qfield.cloud/portal/en/newticket?departmentId=116946000000442061&layoutId=116946000000710166"
target="_blank"
>Contact sales
<i class="fa fa-external-link" aria-hidden="true"></i
></a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://status.qfield.org/"
target="_blank"
>Status
<i class="fa fa-external-link" aria-hidden="true"></i
></a>
</li>
</ul>
</nav>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</body>
</html>