add bbs contact

This commit is contained in:
2026-03-10 22:00:32 +01:00
parent 435f6caba7
commit 24496202fc
+18
View File
@@ -76,6 +76,15 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc
<code class="irc-channel">#teletypegames</code>
</div>
</div>
<div class="community-section border-amber-500">
<h3 class="community-section-title">BBS</h3>
<p class="community-section-desc">Join us for some retro vibes on our BBS!</p>
<div class="bbs-box">
<span class="bbs-host">Host: games.teletype.hu</span>
<code class="bbs-port">Port: 2323</code>
</div>
</div>
</div>
</div>
</div>
@@ -122,4 +131,13 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc
.irc-channel {
@apply text-indigo-600 font-mono text-lg font-bold;
}
.bbs-box {
@apply bg-amber-50 p-4 rounded-xl border border-amber-100 mt-3 inline-block;
}
.bbs-host {
@apply block text-xs font-semibold text-amber-500 uppercase tracking-wider mb-1;
}
.bbs-port {
@apply text-amber-700 font-mono text-lg font-bold;
}
</style>