forked from opengisch/qfield.cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
318 lines (304 loc) · 14.5 KB
/
pricing.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!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="stylesheet" type="text/css" href="css/pricing.css" />
<link rel="shortcut icon" type="image/png" href="img/favicon.ico" />
<title>QFieldCloud - Pricing</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>
<!-- PRICING -->
<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">
<h1 class="display-4">Pricing</h1>
<p class="lead">
QFieldCloud grows with your needs! Start with a free community plan, and
upgrade when you need larger storage, more features or more access control on projects.
</p>
</div>
<div class="text-center">
<div class="switch-wrapper">
<input id="monthly" type="radio" name="switch">
<input id="yearly" type="radio" name="switch" checked>
<label for="monthly">Monthly</label>
<label for="yearly">EarlyBee*</label>
<span class="highlighter"></span>
</div>
</div>
<div id="pricing" class="card-deck mb-3 text-center">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Community</h4>
</div>
<div class="card-body d-flex flex-column justify-content-between">
<h1 class="card-title pricing-card-title">Free</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Unlimited public/private projects</li>
<li>Basic data hosting and versioning</li>
<li>File based projects only</li>
</ul>
<a href="https://app.qfield.cloud/accounts/signup/"
class="btn btn-lg btn-block btn-outline-primary">Register for free</a>
</div>
</div>
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Pro</h4>
</div>
<div class="card-body d-flex flex-column justify-content-between">
<div class="price yearly">
<h1 class="card-title pricing-card-title">€12 <small class="text-muted">/ mo</small></h1>
</div>
<div class="price monthly hide">
<h1 class="card-title pricing-card-title">€15 <small class="text-muted">/ mo</small></h1>
</div>
<ul class="list-unstyled mt-3 mb-4">
<li>Everything included in Community</li>
<li>Basic collaboration on private projects</li>
<li>Better data hosting and versioning</li>
<li>Offline PostGIS layers support</li>
</ul>
<a href="https://app.qfield.cloud/accounts/signup/" class="btn btn-lg btn-block btn-outline-primary">Get
EarlyBee now</a>
</div>
</div>
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Organization</h4>
</div>
<div class="card-body d-flex flex-column justify-content-between">
<div class="price yearly">
<h1 class="card-title pricing-card-title">€16 <small class="text-muted">/ user / mo</small></h1>
</div>
<div class="price monthly hide">
<h1 class="card-title pricing-card-title">€20 <small class="text-muted">/ user / mo</small></h1>
</div>
<ul class="list-unstyled mt-3 mb-4">
<li></li>
<li>Everything included in Pro</li>
<li>Unlimited collaboration</li>
<li>Team management</li>
<li>Minimum two users, pay only for additional active users</li>
<li>28 Days free trial</li>
</ul>
<a href="https://app.qfield.cloud/accounts/signup/" class="btn btn-lg btn-block btn-outline-primary">Get
EarlyBee now</a>
</div>
</div>
<button class="btn btn-primary btn-block mx-3 mt-3 mb-4" type="button" data-toggle="collapse"
data-target="#qfc-plan-pricing-comparison-table" aria-expanded="false"
aria-controls="qfc-plan-pricing-comparison-table">
Show detailed comparison
</button>
<table id="qfc-plan-pricing-comparison-table" class="table table-striped collapse mx-3">
<thead>
<tr>
<th class="text-left text text-muted">Plan</th>
<th class="text-center text text-muted">Community</th>
<th class="text-center text text-muted">Pro</th>
<th class="text-center text text-muted">Organization</th>
<th class="text-center text text-muted">Private cloud</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-left">Public projects</td>
<td class="text-center">unlimited</td>
<td class="text-center">unlimited</td>
<td class="text-center">unlimited</td>
<td class="text-center">unlimited</td>
</tr>
<tr>
<td class="text-left">Private projects</td>
<td class="text-center">unlimited</td>
<td class="text-center">unlimited</td>
<td class="text-center">unlimited</td>
<td class="text-center">unlimited</td>
</tr>
<tr>
<td class="text-left">Public projects collaboration</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
</tr>
<tr>
<td class="text-left">Private projects collaboration</td>
<td class="text-center text-primary">✗</td>
<td class="text-center">1 pro collaborator <a href="#" data-toggle="tooltip"
title="Collaborate with another Pro user in each owned project">ⓘ</a></td>
<td class="text-center">within organisation <a href="#" data-toggle="tooltip"
title="Unlimited collaboration with the organisation members">ⓘ</a></td>
<td class="text-center">custom</td>
</tr>
<tr>
<td class="text-left">Included data hosting</td>
<td class="text-center">100MB</td>
<td class="text-center">1GB <a href="#" data-toggle="tooltip"
title="Additional storage packages available at €5/GB">ⓘ</a></td>
<td class="text-center">
1GB
<a href="#" data-toggle="tooltip"
title="Additional reserved storage can be chosen at an organization level and is invoiced monthly at €5/GB">ⓘ</a>
</td>
<td class="text-center">
custom
</td>
</tr>
<tr>
<td class="text-left">File versions <a href="#" data-toggle="tooltip"
title="We keep track of your changed files so you can always restore previous versions">ⓘ</a></td>
<td class="text-center">3</td>
<td class="text-center">10</td>
<td class="text-center">10</td>
<td class="text-center">custom</td>
</tr>
<tr>
<td class="text-left">File based projects <a href="#" data-toggle="tooltip"
title="Use geopackages, GeoJSON, shapefiles, and any other file formats supported by QGIS">ⓘ</a></td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
</tr>
<tr>
<td class="text-left">Offline PostGIS layers support <a href="#" data-toggle="tooltip"
title="Connect your PostGIS DB for seamless integration in your SDI">ⓘ</a></td>
<td class="text-center text-primary">✗</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
<td class="text-center text-primary">✓</td>
</tr>
<tr>
<td class="text-left">Support</td>
<td class="text-center">community</td>
<td class="text-center">premium</td>
<td class="text-center">premium</td>
<td class="text-center">custom</td>
</tr>
<tr>
<td class="text-left">Free trial </td>
<td class="text-center">always free</td>
<td class="text-center">use community plan</td>
<td class="text-center">28 days</td>
<td class="text-center"><a href="https://support.qfield.cloud/portal/en/newticket?departmentId=116946000000442061&layoutId=116946000000710166">Contact sales</a></td>
</tr>
</tbody>
</table>
</div>
<h1>Special pricing</h1>
<p>At QFieldCloud, we firmly believe in the power of education and doing good, that is why we offer heavily
discounted packages with all functionality included for organisations that meet certain criterias.</p>
<div id="special-pricing" class="card-deck mb-3 text-center">
<div class="card mb-4 box-shadow bg-light">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Academia</h4>
</div>
<div class="card-body d-flex flex-column justify-content-between">
<h1 class="card-title pricing-card-title">Flatrate</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Everything included in Organisation</li>
<li>Unlimited users</li>
<li>flatrate data hosting</li>
</ul>
<a href="/academia" class="btn btn-lg btn-block btn-outline-primary">Request now</a>
</div>
</div>
<div class="card mb-4 box-shadow bg-light">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Charities</h4>
</div>
<div class="card-body d-flex flex-column justify-content-between">
<h1 class="card-title pricing-card-title">Coming soon</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Everything included in Organisation</li>
<li>Special pricing depending on status</li>
</ul>
<a href="https://support.qfield.cloud/portal/en/newticket?departmentId=116946000000442061&layoutId=116946000000710166"
class="btn btn-lg btn-block btn-outline-primary">Contact sales</a>
</div>
</div>
</div>
<p class="text-muted text-center">* EarlyBee pricing is valid for the first 6 months of the subscription</p>
</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 Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
<script src="./js/pricing.js"></script>
</body>
</html>