-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
111 lines (111 loc) · 6.3 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
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
---
layout: default
title: Community
image: /assets/images/tabletop_club_banner.jpg
---
<section class="section">
<h3 class="title has-text-centered">Community</h3>
</section>
<section class="section">
<div class="container">
<div class="columns has-text-centered">
<div class="column content">
<h4>Chat on...</h4>
<p><a class="button is-large is-white is-matrix" href="https://matrix.to/#/#tabletop-club:matrix.org" target="_blank">
<span class="icon">
<i class="fa-solid fa-comment"></i>
</span>
<span>Matrix</span>
</a></p>
<p><a class="button is-large is-white is-discord" href="https://discord.gg/GqYkGV4WwX" target="_blank">
<span class="icon">
<i class="fa-brands fa-discord"></i>
</span>
<span>Discord</span>
</a></p>
</div>
<div class="column content">
<h4>Discuss on...</h4>
<p><a class="button is-large is-link" href="https://forum.tabletopclub.net" target="_blank">
<span class="icon">
<i class="fa-solid fa-comments"></i>
</span>
<span>Forum</span>
</a></p>
</div>
<div class="column content">
<h4>Follow on...</h4>
<p><a class="button is-large is-white is-mastodon" href="https://fosstodon.org/@drwhut" target="_blank">
<span class="icon">
<i class="fa-brands fa-mastodon"></i>
</span>
<span>Mastodon</span>
</a></p>
<p><a class="button is-large is-black" href="https://twitter.com/drwhutt" target="_blank">
<span class="icon">
<i class="fa-brands fa-x-twitter"></i>
</span>
<span>Twitter</span>
</a></p>
</div>
</div>
</div>
</section>
<section class="section">
<h2 id="contribute" class="title has-text-centered">Contribute</h2>
<div class="container has-text-centered">
<div class="fixed-grid has-1-cols-mobile has-2-cols-tablet has-3-cols-desktop has-3-cols-widescreen has-3-cols-fullhd">
<div class="grid">
<div class="cell content">
<h3>Give Feedback</h3>
<div class="has-text-left">
<p>Want to give your feedback on the game? Could the website or documentation be improved? Let us know on any of the social channels above!</p>
</div>
</div>
<div class="cell content">
<h3>Report Bugs</h3>
<div class="has-text-left">
<p>If something isn't working quite right with the game, please <a href="https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html#reporting-a-bug" target="_blank">submit a bug report</a> so we can fix the issue!</p>
</div>
</div>
<div class="cell content">
<h3>Suggest Features</h3>
<div class="has-text-left">
<p>Have an idea on how to make the game better? Feel free to <a href="https://github.com/drwhut/tabletop-club/issues" target="_blank">post your idea</a> if it hasn't already been suggested!</p>
</div>
</div>
<div class="cell content">
<h3>Translate</h3>
<div class="has-text-left">
<p>Know a language other than English? Translate the project using <a href="https://hosted.weblate.org/engage/tabletop-club/" target="_blank">Weblate</a> to help make the game accessible to non-English speakers!</p>
</div>
</div>
<div class="cell content">
<h3>Submit Code</h3>
<div class="has-text-left">
<p>Used the <a href="https://godotengine.org/" target="_blank">Godot Engine</a> and GDScript before? Help fix bugs or add new features by <a href="https://docs.tabletopclub.net/en/stable/general/contributing/pull_request_workflow.html#pull-request-workflow" target="_blank">submitting a pull request</a>!</p>
{% include message.html type="is-info" content="The game is undergoing a full re-write for the v0.2.0 update. Pull requests are temporarily closed until the <strong>0.2-rewrite</strong> branch has merged into <strong>master</strong>." %}
</div>
</div>
<div class="cell content">
<h3>Submit Assets</h3>
<div class="has-text-left">
<p>Made your own <a href="https://docs.tabletopclub.net/en/stable/custom_assets/asset_packs/index.html" target="_blank">custom assets</a>? Share them with the community on the <a href="https://forum.tabletopclub.net" target="_blank">official forum</a>, or if they are what <a href="https://github.com/drwhut/tabletop-club/issues/28" target="_blank">we are looking for to include with the game</a>, please submit them on GitHub!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<h1 id="donate" class="title has-text-centered">Donate</h1>
<div class="container">
<div class="content">
<p>Because the game is free to download and play, this project is funded purely by donations from people like you.</p>
<p>If you would like to help with the costs of running a server, if you enjoy playing the game, or if you like the fact that this game is free and open source, then please consider donating via the link below. All donations, no matter how big or small, are hugely appreciated, and go a long way to help with the development of the project!</p>
<a href="https://ko-fi.com/drwhut" target="_blank">
<img src="/assets/images/kofi_button_red.webp" alt="Support me on Ko-fi" style="max-height: 4em;">
</a>
</div>
</div>
</section>