Skip to content

Commit 57b4de9

Browse files
committed
Add a link our DM reference
1 parent 4c8e58b commit 57b4de9

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

assets/odref.svg

Lines changed: 35 additions & 0 deletions
Loading

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<br>
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">
17-
<a href="https://www.github.com/OpenDreamProject/OpenDream/"><img id="link-GitHub" class="link-image" alt="OpenDream GitHub"></a>
17+
<a href="https://github.com/OpenDreamProject/OpenDream/"><img id="link-GitHub" class="link-image" alt="OpenDream GitHub"></a>
18+
<a href="https://ref.opendre.am/"><img id="link-ODRef" src="/assets/odref.svg" class="link-image" alt="OpenDream DM Reference"></a>
1819
</div>
1920
</body>
2021
</html>

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131

3232
#links {
3333
display: flex;
34+
flex-direction: row;
3435
justify-content: center;
3536
align-items: center;
37+
gap: 20px;
3638
}
3739

3840
.link-image {

0 commit comments

Comments
 (0)