-
Notifications
You must be signed in to change notification settings - Fork 10
/
premium-support.liquid
40 lines (39 loc) · 2.17 KB
/
premium-support.liquid
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
---
title: "Premium support for Feathers UI"
layout: "article.html"
---
<h1>Premium support for Feathers UI</h1>
<p>While the core <a href="/">Feathers UI</a> framework is completely free and open source, businesses and enterprises can can gain additional benefits by purchasing premium commercial support options.</h1>
<section class="section-two-column">
<div class="section-row">
<div class="section-column">
<div class="section-column-img"><img src="/img/undraw_new_message_re_fp03.svg"></div>
<h2>Priority email support</h2>
<p>A premium email support contract gives your team the ability to send tickets that are given the highest priority. You'll get help from the core framework developers who work on Feathers UI — so you know that they understand the code inside and out.</p>
<ul>
<li>Ask questions over email with core framework developers</li>
<li>Guaranteed response within two business days</li>
<li>Gain access to VIP sections in the community forum and Discord</li>
<li>Sponsor logo on the feathersui.com website</li>
</ul>
<div class="btn-wrapper">
<a class="btn" href="mailto:[email protected]">Contact [email protected]</a>
</div>
</div>
<div class="section-column">
<div class="section-column-img"><img src="/img/undraw_teaching_re_g7e3.svg"></div>
<h2>Training sessions</h2>
<p>Is your team just getting started with Feathers UI? Or maybe your developers are aiming to advance to the next level? Request a virtual or in-person training session.</p>
<p>Here are some ideas for training topics, but feel free to request a deep dive into any Feathers UI (or OpenFL) topic.</p>
<ul>
<li>OpenFL Basics: Learn the display list, event model, tweens/animation, networking</li>
<li>Feathers UI Basics: UI components, layouts, skinning and themes</li>
<li>Feathers UI Intermediate: MVC frameworks and architecture</li>
<li>Feathers UI Advanced: Custom UI components</li>
</ul>
<div class="btn-wrapper">
<a class="btn" href="mailto:[email protected]">Contact [email protected]</a>
</div>
</div>
</div>
</section>