From 7264e4626d829b1fd7cf31ae8b11a4320d78b466 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 11 May 2026 08:44:06 +0200 Subject: [PATCH] social media section --- apps/frontend/src/i18n/locales/en.ts | 2 + apps/frontend/src/i18n/locales/hu.ts | 2 + .../frontend/src/page/contact/ContactPage.vue | 85 ++++++++++--------- 3 files changed, 49 insertions(+), 40 deletions(-) diff --git a/apps/frontend/src/i18n/locales/en.ts b/apps/frontend/src/i18n/locales/en.ts index 862d69f..fc05e1e 100644 --- a/apps/frontend/src/i18n/locales/en.ts +++ b/apps/frontend/src/i18n/locales/en.ts @@ -64,6 +64,8 @@ export default { emailDesc: 'For business inquiries, support, or detailed feedback, feel free to drop us an email.', community: 'Community', communityDesc: 'Join our primarily Hungarian-speaking community (English speakers are also welcome!)', + social: 'Social Media', + socialDesc: 'Follow us on social media for the latest news and content.', discord: { desc: 'We have a vibrant Discord server for real-time chat and support.', link: 'Join Discord Server', diff --git a/apps/frontend/src/i18n/locales/hu.ts b/apps/frontend/src/i18n/locales/hu.ts index 46d0b20..04f154e 100644 --- a/apps/frontend/src/i18n/locales/hu.ts +++ b/apps/frontend/src/i18n/locales/hu.ts @@ -64,6 +64,8 @@ export default { emailDesc: 'Üzleti megkeresésekhez, támogatáshoz vagy részletes visszajelzéshez nyugodtan írj nekünk emailt.', community: 'Közösség', communityDesc: 'Csatlakozz elsősorban magyar nyelvű közösségünkhöz (az angolul beszélők is szívesen látottak!)', + social: 'Közösségi média', + socialDesc: 'Kövess minket a közösségi oldalakon a legfrissebb hírekért és tartalmakért.', discord: { desc: 'Élénk Discord szerverünk van valós idejű csevegéshez és támogatáshoz.', link: 'Csatlakozz a Discord szerverhez', diff --git a/apps/frontend/src/page/contact/ContactPage.vue b/apps/frontend/src/page/contact/ContactPage.vue index 357ab2e..19e906e 100644 --- a/apps/frontend/src/page/contact/ContactPage.vue +++ b/apps/frontend/src/page/contact/ContactPage.vue @@ -28,53 +28,58 @@

💬 {{ t('contact.community') }}

-

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

+

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

-
-
-
-

Discord

-

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

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

Discord

+

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

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

IRC

-

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

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

BBS

-

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

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

IRC

+

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

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

YouTube

-

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

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

BBS

+

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

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

Facebook

-

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

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

+ 📱 {{ t('contact.social') }} +

+

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

+ +
+
+

YouTube

+

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

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

Facebook

+

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

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