forked from kusl/avaloniaui.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
482 lines (450 loc) · 22.7 KB
/
support.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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600&display=swap');
</style>
<title>Support | Avalonia UI</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="styles.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="favicons/favicon.ico" />
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#161c2d">
<meta name="msapplication-config" content="favicons/browserconfig.xml" />
<meta name="msapplication-TileColor" content="#161c2d">
<meta name="theme-color" content="#161c2d">
<meta name="description"
content="Partner with the creators of Avalonia to ensure you have the best support, every step of the way.">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9F28KQQE02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9F28KQQE02');
</script>
</head>
<body class="av-bg-dark text-light support">
<div class="container-fluid px-0 fixed-top">
<nav class="navbar navbar-expand-xl navbar-dark py-3 av-bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="https://www.avaloniaui.net/">
<img src="assets/Logo.svg" alt="" width="30" height="24" class="d-inline-block align-text-top">
Avalonia
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav mx-md-auto">
<a class="nav-link px-2 px-xl-5" aria-current="page" href="index.html">Home</a>
<a class="nav-link px-2 px-xl-5 active" href="support.html">Support</a>
<a class="nav-link px-2 px-xl-5" href="https://docs.avaloniaui.net/">Documentation</a>
<a class="nav-link px-2 px-xl-5" href="https://dev.to/avalonia" target="_blank">Blog</a>
</div>
<div class="float-xl-end pb-3 pb-xl-0">
<a class="btn btn-primary mt-2 mt-sm-0 me-2 px-4" href="https://t.me/Avalonia" target="_blank"
role="button">
<img src="assets/telegram-light.svg" class="me-2 color-white" style="width: 17px; height: 17px; position: relative; top: -1px" alt="Telegram"/>
Telegram
</a>
<a class="btn btn-primary mt-2 mt-sm-0" href="https://github.com/AvaloniaUI/Avalonia" target="_blank"
role="button">
<div class="container">
<div class="row">
<div class="col-1">
<img src="assets/gh-social-light.svg" alt="Github Logo" />
</div>
<div class="col">Source Code</div>
</div>
</div>
</a>
</div>
</div>
</div>
</nav>
</div>
<div class="container-fluid px-0 pb-5">
<div class="container mt-5">
<div class="row">
<div class="col-sm-9 mx-auto mt-5">
<div class="p-4 text-center mt-md-3">
<h1>Simple, fair pricing.</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-5 mx-auto text-center">
<h4 class="mb-5">Partner with the creators of Avalonia to ensure you have the best support, every
step of the way.</h4>
</div>
</div>
</div>
<div class="container price-plans pb-5">
<div class="d-flex flex-wrap justify-content-center">
<div class="card mb-5 mb-lg-0">
<div class="card-body d-flex flex-column m-3">
<h4 class="mx-auto mb-5">Community</h4>
<div class="mx-auto">
<h3 class="mx-auto">Free</h3>
<p class="ms-auto"> </p>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Community Support
</div>
</div>
<div class="row mb-3">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Visual Studio & Rider Integration
</div>
</div>
<div class="row mt-auto">
<a class="btn btn-primary" href="https://github.com/AvaloniaUI/Avalonia/discussions"
target="_blank" role="button">Get Started</a>
</div>
</div>
</div>
<div class="card mx-md-4 mb-5 mb-lg-0">
<div class="card-body d-flex flex-column m-3">
<h4 class="mx-auto mb-5">Startup</h4>
<div class="mx-auto">
<h3 class="mx-auto">€ 300/mo</h3>
<p class="ms-auto text-center">per seat</p>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Email Support
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Direct Chat
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Video Consultation as needed
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Project Board
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Priority Response to GitHub Issues
</div>
</div>
<div class="row mb-3">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Visual Studio & Rider Integration
</div>
</div>
<div class="row mt-auto">
<a class="btn btn-primary"
href="mailto:[email protected]?subject=Interested in Startup Support"
role="button">Get Support</a>
</div>
</div>
</div>
<div class="card">
<div class="card-body d-flex flex-column m-3">
<h4 class="mx-auto mb-5">Enterprise</h4>
<div class="mx-auto">
<h3 class="mx-auto">On Request</h3>
<p class="ms-auto"> </p>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Email Support
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Direct Chat
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Video Consultation as needed
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Project Board
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Priority Response to GitHub Issues
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
One Business Day SLA
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Hotfixes
</div>
</div>
<div class="row mb-2">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Technical Kick-off Session
</div>
</div>
<div class="row mb-3">
<div class="col-1">
<img src="assets/checkmark.svg" alt="checkmark icon" />
</div>
<div class="col">
Visual Studio & Rider Integration
</div>
</div>
<div class="row">
<a class="btn btn-primary"
href="mailto:[email protected]?subject=Interested in Enterprise Support"
role="button">Get Support</a>
</div>
</div>
</div>
</div>
</div>
<div class="background-container">
<div class="background background-support"></div>
<div class="background background-support curve"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-lg-8 mx-auto">
<div class="text-center">
<h2>Business grade quality <b>for all plans.</b></h2>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-12 col-lg-5 px-md-5 mx-auto text-center">
<p>No matter the level of support you require, we’re here as your trusted partners. Our goal is to
ensure all of our customers are successful when using Avalonia. </p>
</div>
</div>
<div class="row text-center pt-5">
<div class="col-md-4 col-12 mb-5">
<img src="assets/stopwatch-half.svg" class="mb-4" alt="Speedy Replies" />
<h2>Speedy Replies</h2>
<p>With a one business day SLA, you’re guaranteed to have the support when it matters the most.</p>
</div>
<div class="col-md-4 col-12 mb-5">
<img src="assets/forward.svg" class="mb-4" alt="Fast-Forward to success" />
<h2>Fast-Forward to success</h2>
<p>Use the technical kick-off session to get an invaluable one-to-one session from one of our experts.
</p>
</div>
<div class="col-md-4 col-12">
<img src="assets/vector-editing.svg" class="mb-4" alt="Fully customizable" />
<h2>Fully customizable.</h2>
<p>We’ll work with you to understand your needs and can create tailored plans to better serve you.</p>
</div>
</div>
</div>
<div class="container-fluid px-0 pb-5">
<div class="relative pb-5">
<div class="background-container bg-light">
<div class="background curve av-bg-dark" style="z-index: 1;"></div>
</div>
</div>
</div>
<div class="container-fluid px-0 bg-light text-dark">
<div class="container pb-5 faq">
<div class="row text-center pt-5 mb-5">
<h3>Frequently asked questions</h3>
</div>
<div class="row">
<div class="col-12 col-lg-6 pe-lg-5">
<h4>Does my plan include support?</h4>
<p>All paid plans include support. This means your engineers can chat directly with the core team and
request phone calls or video conference as needed.</p>
</div>
<div class="mt-5 col-12 col-lg-6 ps-lg-5 mt-lg-0">
<h4>Can I phone for help?</h4>
<p>With all paid plans, your engineers can schedule calls or video conferences as required to provide
consultation on Avalonia.</p>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-12 pe-5 col-lg-6 pe-lg-5">
<h4>Do you offer training?</h4>
<p>Yes we offer training which is charged at an hourly rate (€75/hour). Get in touch with us so we
can discuss your needs.</p>
</div>
<div class="col-12 mt-5 col-12 col-lg-6 ps-lg-5 mt-lg-0">
<h4>Do you offer one-off incident support? </h4>
<p>Yes, we can offer you technical support at an hourly rate. Get in touch with details and we will
be happy to help.</p>
</div>
</div>
<div class="row pb-5">
<div class="col-12 pe-5 col-lg-6 pe-lg-5">
<h4>Can you migrate my app for me?</h4>
<p>We provide FREE consultations and quotations. It's best to contact us so we can discuss the
details and size of your migration.</p>
</div>
<div class="mt-5 col-12 col-12 col-lg-6 ps-lg-5 mt-lg-0">
<h4>Can you build me a proof-of-concept?</h4>
<p>Of course! Get in touch and tell us more. We are happy to sign standard NDA agreements beforehand
to protect your IP.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 mx-auto text-center">
<a class="mx-auto btn btn-primary" href="mailto:[email protected]?subject=Enquiry"
role="button">Get in touch</a>
</div>
</div>
</div>
</div>
<div class="container mt-5 pt-5 mb-5">
<div class="row">
<div class="col-md-6 mx-0 pe-md-5 text-center">
<img src="assets/jb.svg" alt="JetBrains" />
<blockquote class="blockquote mt-5">
<p class="mb-0">“We greatly appreciate the quick and helpful support we have had from the Avalonia
developers who have addressed our questions.”</p>
</blockquote>
</div>
<div class="col-md-6 mx-0 ps-md-5 text-center">
<img src="assets/gritworld.svg" alt="GritWorld" />
<blockquote class="blockquote mt-5">
<p class="mb-0">“The technology that Avalonia is providing us with has rapidly made our collaboration indispensable. The team has made itself available to accommodate us from the very beginning and offer us both quick and excellent quality support. We have implemented their framework in our GritGene rendering engine, which allowed us to develop an easy to use and elegant user interface, while saving development time by increasing efficiency.”</p>
</blockquote>
</div>
</div>
</div>
<footer class="container-fluid footer">
<div class="container mt-5 pt-5">
<div class="row pb-5">
<div class="col-md-6 col-lg-4">
<div class="row">
<h4><b>Avalonia</b></h4>
<p>The .NET XAML framework</p>
</div>
<div class="row">
<div class="d-flex mb-4 mb-md-0">
<a href="https://github.com/avaloniaui/avalonia" target="_blank" class="me-3">
<img src="assets/gh-social.svg" alt="Github Logo" />
</a>
<a href="https://twitter.com/avaloniaui" target="_blank" class="me-3">
<img src="assets/twitter-social.svg" alt="Twitter Logo" />
</a>
<a href="https://www.youtube.com/watch?v=kZCIporjJ70" target="_blank" class="me-3">
<img src="assets/youtube-social.svg" alt="Youtube Logo" />
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-2">
<h6>Projects</h6>
<a href="https://github.com/avaloniaui/avalonia" target="_blank">
<p>Avalonia</p>
</a>
<a href="https://github.com/avaloniaui/avaloniavs" target="_blank">
<p>Avalonia for VS</p>
</a>
<a href="https://github.com/ForNeVeR/AvaloniaRider" target="_blank">
<p>Avalonia for Rider</p>
</a>
<a href="https://github.com/avaloniaui/avalonia-dotnet-templates" target="_blank">
<p>dotnet Templates</p>
</a>
</div>
<div class="col-md-6 col-lg-2">
<h6>Support</h6>
<a href="https://docs.avaloniaui.net/">
<p>Documentation</p>
</a>
<a href="support.html">
<p>Consulting Services</p>
</a>
<a href="support.html">
<p>Commercial Support</p>
</a>
</div>
<div class="col-md-6 col-lg-2">
<h6>Join the community</h6>
<a href="https://t.me/Avalonia">
<p>Telegram</p>
</a>
</div>
<div class="col-md-6 col-lg-2">
<div class="foundation d-flex">
<a class="ms-lg-auto" href="https://dotnetfoundation.org/">
<img src="./assets/foundation.svg" alt=".NET Foundation">
</a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>