forked from stride3d/stride-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
87 lines (84 loc) · 3.68 KB
/
community.html
File metadata and controls
87 lines (84 loc) · 3.68 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
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
---
layout: community
title: Community
permalink: /community/
menu: community
---
<div class="row">
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="https://forums.xenko.com" target="_blank">
<div class="rt-community-image"><img src="/images/svg/community_forums.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">Forums</h2>
<div class="xi_arrowLink">Forums</div>
<p class="gantry-width-spacer">
Use the forums to interact with other users, learn from developers, and showcase your work.
</p>
</a>
</div>
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="https://discord.gg/f6aerfE">
<div class="rt-community-image"><img src="/images/svg/community_discord.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">Discord</h2>
<div class="xi_arrowLink">Discord</div>
<p class="gantry-width-spacer">
Come discuss with Xenko users and developers on our Discord server.
</p>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="https://github.com/xenko3d/xenko" target="_blank">
<div class="rt-community-image"><img src="/images/svg/community_github.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">GitHub</h2>
<div class="xi_arrowLink">GitHub</div>
<p class="gantry-width-spacer">
Join us and contribute to the Xenko project.
</p>
</a>
</div>
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="https://github.com/xenko3d/xenko/issues" target="_blank">
<div class="rt-community-image"><img src="/images/svg/community_issues.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">Issues</h2>
<div class="xi_arrowLink">Issues</div>
<p class="gantry-width-spacer">
Post any issues you encounter using Xenko to our GitHub repository.
</p>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="https://github.com/xenko3d/xenko/projects/3" target="_blank">
<div class="rt-community-image"><img src="/images/svg/community_trello.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">Roadmap</h2>
<div class="xi_arrowLink">Roadmap</div>
<p class="gantry-width-spacer">
Learn about Xenko's longterm roadmap, and when to expect new features and functionality.
</p>
</a>
</div>
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="https://www.patreon.com/xenko" target="_blank">
<div class="rt-community-image"><img src="/images/svg/community_giftbox-svgrepo-com.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">Sponsor</h2>
<div class="xi_arrowLink">Sponsor</div>
<p class="gantry-width-spacer">
Contribute to the project by donating, for server costs and people working on it.
</p>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 gantry-width-block rt-center x_fnBox">
<a href="/contact">
<div class="rt-community-image"><img src="/images/svg/community_contact.svg" alt="feedback" /></div>
<h2 class="title rt-capitalize">Contact</h2>
<div class="xi_arrowLink">Contact</div>
<p class="gantry-width-spacer">
Have a particular request or need advanced support? Want to offer us feedback? Feel free to contact us directly through our contact form.
</p>
</a>
</div>
</div>