From b803edfad47f6f45b448b2f3e467084ecaf62230 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Tue, 16 Jun 2026 00:06:46 +0200 Subject: [PATCH] Ye contact --- .../app/components/parts/ContactLinks.vue | 267 ++++++++++++++++++ frontend/app/pages/contact/index.vue | 37 ++- frontend/app/pages/index.vue | 3 + frontend/app/public/img/icons/gitea.svg | 1 + frontend/i18n/locales/ca.json | 13 + frontend/i18n/locales/en.json | 13 + frontend/i18n/locales/es.json | 13 + frontend/public/img/icons/gitea.svg | 1 + 8 files changed, 329 insertions(+), 19 deletions(-) create mode 100644 frontend/app/components/parts/ContactLinks.vue create mode 100644 frontend/app/public/img/icons/gitea.svg create mode 100644 frontend/public/img/icons/gitea.svg diff --git a/frontend/app/components/parts/ContactLinks.vue b/frontend/app/components/parts/ContactLinks.vue new file mode 100644 index 0000000..0405c23 --- /dev/null +++ b/frontend/app/components/parts/ContactLinks.vue @@ -0,0 +1,267 @@ + + + + + diff --git a/frontend/app/pages/contact/index.vue b/frontend/app/pages/contact/index.vue index 38dc5b4..6dceafe 100644 --- a/frontend/app/pages/contact/index.vue +++ b/frontend/app/pages/contact/index.vue @@ -1,6 +1,7 @@