Skip to content

Commit bf1718f

Browse files
committed
Add a link to the Discord server
1 parent 57b4de9 commit bf1718f

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

assets/discord-mark-black.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/discord-mark-white.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<p style="text-align: center">OpenDream is an open source recreation of the <a href="https://www.byond.com/">BYOND</a> game engine. Current major goals include running <a href="https://spacestation13.com/">Space Station 13</a> and improving the DM development experience.</p>
1616
<div id="links">
1717
<a href="https://github.com/OpenDreamProject/OpenDream/"><img id="link-GitHub" class="link-image" alt="OpenDream GitHub"></a>
18+
<a href="https://discord.gg/UScStz6hnQ"><img id="link-Discord" class="link-image" alt="OpenDream Discord Server"></a>
1819
<a href="https://ref.opendre.am/"><img id="link-ODRef" src="/assets/odref.svg" class="link-image" alt="OpenDream DM Reference"></a>
1920
</div>
2021
</body>

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#link-GitHub {
1111
content: url(/assets/GitHub_Invertocat_Dark.svg);
1212
}
13+
14+
#link-Discord {
15+
content: url(/assets/discord-mark-black.svg);
16+
}
1317
}
1418

1519
@media (prefers-color-scheme: dark) {
@@ -20,6 +24,10 @@
2024
#link-GitHub {
2125
content: url(/assets/GitHub_Invertocat_Light.svg);
2226
}
27+
28+
#link-Discord {
29+
content: url(/assets/discord-mark-white.svg);
30+
}
2331
}
2432

2533
#logo {

0 commit comments

Comments
 (0)