-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommunity.html
More file actions
43 lines (42 loc) · 1.96 KB
/
community.html
File metadata and controls
43 lines (42 loc) · 1.96 KB
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
---
layout: page
title: "Community"
permalink: /community/
donorbox: true
---
<section>
<h2 class="">Help & discussion</h2>
<p>Use our GitHub Discussions for help getting started, and to discuss
project ideas and solutions with PraxisLIVE developers and users.<br>For bespoke support
or project / component building, please contact
<a href="mailto:support@praxislive.org">support@praxislive.org</a></p>
<section class="actions">
<a class="btn icon-inline fa-github" href="https://github.com/orgs/praxis-live/discussions" target="_blank">Discussions</a>
<a class="btn icon-inline fa-book" href="https://docs.praxislive.org" target="_blank">Online manual</a>
</section>
</section>
<section>
<h2 class="">Sponsorship</h2>
<p>PraxisLIVE is free and open-source. Donations and subscriptions help keep the project
going.<br>If PraxisLIVE is useful to you, please consider supporting it.</p>
<section class="actions">
<a href="https://github.com/sponsors/neilcsmith-net" target="_blank"
class="btn icon-inline fa-heart">Sponsor
<span class="extra-info">via GitHub Sponsors</span></a>
<a href="https://ko-fi.com/codelerity/" target="_blank"
class="btn icon-inline fa-coffee">Buy us a Cup a' Java
<span class="extra-info">via Ko-fi</span></a>
</section>
</section>
<section>
<h2 class="">Get involved!</h2>
<p>There are lots of ways you can get involved with PraxisLIVE development! Help new users,
blog about your projects, improve the documentation, help host a workshop, report issues,
suggest new features, contribute examples & custom components, hack on the source code<br>
<em>...or simply build amazing things and spread the word!</em>
</p>
<section class="actions">
<a class="btn icon-inline fa-github" href="https://github.com/praxis-live" target="_blank">PraxisLIVE on GitHub</a>
<a class="btn icon-inline fa-envelope" href="mailto:support@praxislive.org">Get in touch</a>
</section>
</section>