From 0d77761821bd30bf6de220466c264902b046ec8a Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 11 May 2026 08:41:13 +0200 Subject: [PATCH] fb link --- apps/frontend/src/i18n/locales/en.ts | 4 ++ apps/frontend/src/i18n/locales/hu.ts | 4 ++ .../frontend/src/page/contact/ContactPage.vue | 69 +++++++++++-------- apps/frontend/src/styles/retro.css | 1 + 4 files changed, 51 insertions(+), 27 deletions(-) diff --git a/apps/frontend/src/i18n/locales/en.ts b/apps/frontend/src/i18n/locales/en.ts index 5784e39..862d69f 100644 --- a/apps/frontend/src/i18n/locales/en.ts +++ b/apps/frontend/src/i18n/locales/en.ts @@ -78,6 +78,10 @@ export default { bbs: { desc: 'Join us for some retro vibes on our BBS!', }, + facebook: { + desc: 'Follow us on Facebook for the latest news and updates.', + link: 'Visit Facebook Page', + }, }, blog: { badge: 'Community Stories', diff --git a/apps/frontend/src/i18n/locales/hu.ts b/apps/frontend/src/i18n/locales/hu.ts index 4f9282e..46d0b20 100644 --- a/apps/frontend/src/i18n/locales/hu.ts +++ b/apps/frontend/src/i18n/locales/hu.ts @@ -78,6 +78,10 @@ export default { bbs: { desc: 'Csatlakozz hozzánk retró élményekért a BBS-ünkön!', }, + facebook: { + desc: 'Kövess minket Facebookon a legfrissebb hírekért és frissítésekért.', + link: 'Facebook oldal megtekintése', + }, }, blog: { badge: 'Közösségi történetek', diff --git a/apps/frontend/src/page/contact/ContactPage.vue b/apps/frontend/src/page/contact/ContactPage.vue index b8fbf72..357ab2e 100644 --- a/apps/frontend/src/page/contact/ContactPage.vue +++ b/apps/frontend/src/page/contact/ContactPage.vue @@ -30,38 +30,50 @@

{{ t('contact.communityDesc') }}

-
-
-

Discord

-

{{ t('contact.discord.desc') }}

- - {{ t('contact.discord.link') }} - -
+
+
+
+

Discord

+

{{ t('contact.discord.desc') }}

+ + {{ t('contact.discord.link') }} + +
-
-

YouTube

-

{{ t('contact.youtube.desc') }}

- - {{ t('contact.youtube.link') }} - -
+
+

IRC

+

{{ t('contact.irc.desc') }}

+
+ Network: Libera.Chat + #teletypegames +
+
-
-

IRC

-

{{ t('contact.irc.desc') }}

-
- Network: Libera.Chat - #teletypegames +
+

BBS

+

{{ t('contact.bbs.desc') }}

+
+ Host: games.teletype.hu + Port: 2323 +
-
-

BBS

-

{{ t('contact.bbs.desc') }}

-
- Host: games.teletype.hu - Port: 2323 +
+
+

YouTube

+

{{ t('contact.youtube.desc') }}

+ + {{ t('contact.youtube.link') }} + +
+ +
+

Facebook

+

{{ t('contact.facebook.desc') }}

+ + {{ t('contact.facebook.link') }} +
@@ -116,6 +128,9 @@ function openEmail() { .community-link-youtube { @apply text-red-600 font-bold hover:underline inline-flex items-center gap-1; } +.community-link-facebook { + @apply text-[#1877F2] font-bold hover:underline inline-flex items-center gap-1; +} .irc-box { @apply bg-green-100 p-4 rounded-xl border border-green-200 mt-3 inline-block; } diff --git a/apps/frontend/src/styles/retro.css b/apps/frontend/src/styles/retro.css index 81631cb..1dc5a53 100644 --- a/apps/frontend/src/styles/retro.css +++ b/apps/frontend/src/styles/retro.css @@ -873,6 +873,7 @@ .retro-mode .community-link-discord { color: #00ffff !important; text-decoration: underline !important; } .retro-mode .community-link-youtube { color: #a80000 !important; text-decoration: underline !important; } +.retro-mode .community-link-facebook { color: #00a8a8 !important; text-decoration: underline !important; } /* tui-divider */ .retro-mode .community-section {