Skip to content

Commit 8200788

Browse files
author
doomy
committed
add forums
1 parent dd6a8d7 commit 8200788

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

templates/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,25 @@ <h2>About</h2>
2121
</section>
2222

2323
<section class="container">
24-
<h2>Community</h2>
25-
<div style="display: flex; align-items: center; ; gap: 1em;">
24+
<h3>Community</h3>
25+
<div style="display: flex; gap: 2em;">
2626
<div style="display: flex; flex-direction: column;">
27-
<h3 style="margin: 0;">Discord</h3>
27+
<h4 style="margin: 0;">Discord</h4>
2828
<p>Join RustAudio on Discord to keep up with audio development within the Rust ecosystem, get help with
2929
DSP, collaborate on projects, and everything in-between.
3030
</br>
3131
<a class="button" style="margin-top: 1em" href={{config.extra.discord_invite}} target="_blank">Join
3232
Discord</a>
3333
</p>
34-
3534
</div>
3635
<a href={{config.extra.discord_invite}} class="hide-small" target="_blank">
3736
<img style="border-radius: 24px"
3837
src="https://discord.com/api/guilds/{{config.extra.discord_server_id}}/widget.png?style=banner3" />
3938
</a>
4039
</div>
40+
<hr>
41+
<h4 style="margin: 0;">Forums</h4>
42+
<p>Visit <a href="rust-audio.discourse.group">the RustAudio forums</a> on Discourse</p>
4143
</section>
4244

4345
<hr>

0 commit comments

Comments
 (0)