diff --git a/apps/frontend/src/pages/contact.astro b/apps/frontend/src/pages/contact.astro index e65c1b6..c3231c2 100644 --- a/apps/frontend/src/pages/contact.astro +++ b/apps/frontend/src/pages/contact.astro @@ -76,6 +76,15 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc #teletypegames + +
+

BBS

+

Join us for some retro vibes on our BBS!

+
+ Host: games.teletype.hu + Port: 2323 +
+
@@ -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; + }