From 24496202fcb32e9122905b576cec8058600c85aa Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Tue, 10 Mar 2026 22:00:32 +0100 Subject: [PATCH] add bbs contact --- apps/frontend/src/pages/contact.astro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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; + }