-
Notifications
You must be signed in to change notification settings - Fork 1
/
community.html
51 lines (50 loc) · 2.61 KB
/
community.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
---
layout: page
title: "Community"
permalink: /community/
donorbox: true
---
<section>
<h2 class="">Help & discussion</h2>
<p>Use our mailing list or online chat 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:[email protected]">[email protected]</a></p>
<section class="actions">
<a class="btn icon-inline fa-github" href="https://github.com/orgs/praxis-live/discussions" target="_blank">Discussions <span class="extra-info">(new)</span></a>
<a class="btn icon-inline fa-comments" href="https://gitter.im/praxis-live/support" target="_blank">Online chat</a>
<a class="btn icon-inline fa-book" href="https://docs.praxislive.org" target="_blank">Online manual</a>
</section>
</section>
<section>
<h2 class="">Stay connected</h2>
<p>Follow us on social media or subscribe to the blog feed to keep up-to-date with
what's happening in the world of PraxisLIVE.<br>Make sure to share or blog about how
you're using PraxisLIVE too!</p>
<section class="actions">
<a class="btn icon-inline fa-twitter" href="https://twitter.com/praxislive" target="_blank">Twitter</a>
<a class="btn icon-inline fa-facebook" href="https://www.facebook.com/praxislive.org/" target="_blank">Facebook</a>
<a class="btn icon-inline fa-youtube" href="https://www.youtube.com/channel/UCUOsodT0LkvxEOY6n4k5SPA" target="_blank">YouTube</a>
<a class="btn icon-inline fa-rss" href="/blog">Blog</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 class="btn icon-inline fa-github" href="https://github.com/sponsors/neilcsmith-net" target="_blank">GitHub sponsors</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:[email protected]">Get in touch</a>
</section>
</section>