mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
footer created, new pages, imprint, terms and conditions, history, privacy policy, imprint created and languages adapted
This commit is contained in:
parent
54463f2a37
commit
f2d0cd1f6a
@ -92,7 +92,17 @@
|
||||
<nuxt />
|
||||
</div>
|
||||
</ds-container>
|
||||
|
||||
<div id="footer" class="ds-footer">
|
||||
<a href="https://human-connection.org" target="_blank" v-html="$t('site.made')"></a>
|
||||
⏐
|
||||
<a href="/imprint">{{ $t('site.imprint') }}</a>
|
||||
‑
|
||||
<a href="/terms-and-conditions">{{ $t('site.termsAc') }}</a>
|
||||
‑
|
||||
<a href="/privacy">{{ $t('site.privacy') }}</a>
|
||||
‑
|
||||
<a href="/changelog">{{ $t('site.changelog') }}</a>
|
||||
</div>
|
||||
<div id="overlay" />
|
||||
<no-ssr>
|
||||
<modal />
|
||||
@ -123,6 +133,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
mobileSearchVisible: false,
|
||||
footerOpen: false,
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@ -271,4 +282,13 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.ds-footer {
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
z-index: 10;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
padding: 10px 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -2,6 +2,21 @@
|
||||
"filter-menu": {
|
||||
"title": "Deine Filterblase"
|
||||
},
|
||||
"site": {
|
||||
"made": "Mit ❤ gemacht",
|
||||
"imprint": "Impressum",
|
||||
"termsAc": "Nutzungsbedingungen",
|
||||
"privacy": "Datenschutz",
|
||||
"changelog": "Änderungen & Verlauf",
|
||||
"contact": "Kontakt",
|
||||
"tribunal": "Registergericht",
|
||||
"register": "Registernummer",
|
||||
"director": "Geschäftsführer",
|
||||
"taxident": "Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz (Deutschland)",
|
||||
"responsible": "Verantwortlicher gemäß § 55 Abs. 2 RStV ",
|
||||
"bank": "Bankverbindung",
|
||||
"germany": "Deutschland"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Wenn Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.",
|
||||
"login": "Einloggen",
|
||||
|
||||
@ -2,6 +2,20 @@
|
||||
"filter-menu": {
|
||||
"title": "Your filter bubble"
|
||||
},
|
||||
"site": {
|
||||
"made": "With ❤ made",
|
||||
"imprint": "Imprint",
|
||||
"termsAc": "terms and conditions",
|
||||
"privacy": "data protection",
|
||||
"changelog": "Changes & History",
|
||||
"contact": "Contact",
|
||||
"tribunal": "register court",
|
||||
"register": "register number",
|
||||
"director": "Managing Director",
|
||||
"taxident": "Value added tax identification number according to § 27 a Value Added Tax Act (Germany)",
|
||||
"responsible": "Responsible according to § 55 Abs. 2 RStV (Germany) ",
|
||||
"bank": "bank account"
|
||||
},
|
||||
"login": {
|
||||
"copy": "If you already have a human-connection account, login here.",
|
||||
"login": "Login",
|
||||
|
||||
@ -2,6 +2,20 @@
|
||||
"filter-menu": {
|
||||
"title": "Su burbuja de filtro"
|
||||
},
|
||||
"site": {
|
||||
"made": "Con ❤ realizado",
|
||||
"imprint": "Pie de imprenta",
|
||||
"termsAc": "términos y condiciones",
|
||||
"privacy": "protección de datos",
|
||||
"changelog": "Cambios e historia",
|
||||
"contact": "Contacto",
|
||||
"tribunal": "tribunal de registro",
|
||||
"register": "número de registro",
|
||||
"director": "Director General",
|
||||
"taxident": "Número de identificación del impuesto sobre el valor añadido según el § 27 a de la Ley del Impuesto sobre el Valor Añadido (Alemania)",
|
||||
"responsible": "Responsable según § 55 Abs. 2 RStV (Alemania)",
|
||||
"bank": "cuenta"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Si ya tiene una cuenta de Human Connection, inicie sesión aquí.",
|
||||
"login": "Iniciar sesión",
|
||||
|
||||
@ -2,6 +2,20 @@
|
||||
"filter-menu": {
|
||||
"title": "Votre bulle de filtre"
|
||||
},
|
||||
"site": {
|
||||
"made": "Avec ❤ fait",
|
||||
"imprint": "Mentions légales",
|
||||
"termsAc": "modalités et conditions",
|
||||
"privacy": "protection des données",
|
||||
"changelog": "Changements et historique",
|
||||
"contact": "Contacter",
|
||||
"tribunal": "tribunal de registre",
|
||||
"register": "numéro de registre",
|
||||
"director": "Directeur Général",
|
||||
"taxident": "Numéro d'identification à la taxe sur la valeur ajoutée selon § 27 a de la loi sur la taxe sur la valeur ajoutée (Allemagne)",
|
||||
"responsible": "Responsable selon § 55 Abs. 2 RStV (Allemagne)",
|
||||
"bank": "Bankverbindung"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Si vous avez déjà un compte human-connection, connectez-vous ici.",
|
||||
"login": "Connexion",
|
||||
|
||||
@ -1,4 +1,19 @@
|
||||
{
|
||||
"site": {
|
||||
"made": "Con ❤ fatto",
|
||||
"imprint": "Impressum",
|
||||
"termsAc": "Condizioni d'uso",
|
||||
"privacy": "protezione dei dati",
|
||||
"changelog": "Cambiamenti e storia",
|
||||
"contact": "Contatto",
|
||||
"tribunal": "registro tribunale",
|
||||
"register": "numero di registro",
|
||||
"director": "Direttore Generale",
|
||||
"taxident": "Numero di identificazione dell'imposta sul valore aggiunto ai sensi del § 27 a Legge sull'imposta sul valore aggiunto (Germania)",
|
||||
"responsible": "Responsabile ai sensi del § 55 Abs. 2 RStV (Germania)",
|
||||
"bank": "conto bancario",
|
||||
"germany": "Germania"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Se sei gia registrato su Human Connection, accedi qui.",
|
||||
"login": "Accesso",
|
||||
@ -126,4 +141,4 @@
|
||||
"edit": "Modifica",
|
||||
"delete": "Cancella"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,19 @@
|
||||
{
|
||||
"site": {
|
||||
"made": "Met ❤ gemaakt",
|
||||
"imprint": "Afdruk",
|
||||
"termsAc": "Gebruiksvoorwaarden",
|
||||
"privacy": "gegevensbescherming",
|
||||
"changelog": "Veranderingen & Geschiedenis",
|
||||
"contact": "contact",
|
||||
"tribunal": "registerrechtbank",
|
||||
"register": "inschrijfnummer",
|
||||
"director": "Directeur",
|
||||
"taxident": "Identificatienummer voor de belasting over de toegevoegde waarde overeenkomstig § 27 a Wet op de belasting over de toegevoegde waarde (Duitsland).",
|
||||
"responsible": "Verantwoordelijk volgens § 55 Abs. 2 RStV (Duitsland).",
|
||||
"bank": "bankrekening",
|
||||
"germany": "Duitsland"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Als u al een mini-aansluiting account heeft, log dan hier in.",
|
||||
"login": "Inloggen",
|
||||
@ -156,4 +171,4 @@
|
||||
"shoutButton": {
|
||||
"shouted": "uitgeroepen"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,19 @@
|
||||
{
|
||||
"site": {
|
||||
"made": "Z ❤ zrobiony",
|
||||
"imprint": "Nadruk",
|
||||
"termsAc": "Warunki użytkowania",
|
||||
"privacy": "ochrona danych",
|
||||
"changelog": "Zmiany i historia",
|
||||
"contact": "Kontakt",
|
||||
"tribunal": "sąd rejestrowy",
|
||||
"register": "numer rejestracyjny",
|
||||
"director": "Dyrektor zarządzający",
|
||||
"taxident": "Numer identyfikacyjny podatku od wartości dodanej zgodnie z § 27 a Ustawa o podatku od wartości dodanej (Niemcy)",
|
||||
"responsible": "Odpowiedzialny zgodnie z § 55 Abs. 2 RStV (Niemcy)",
|
||||
"bank": "rachunek bankowy",
|
||||
"germany": "Niemcy"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Jeśli masz już konto Human Connection, zaloguj się tutaj.",
|
||||
"login": "logowanie",
|
||||
@ -187,4 +202,4 @@
|
||||
"shoutButton": {
|
||||
"shouted": "krzyczeć"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,20 @@
|
||||
{
|
||||
"site": {
|
||||
"made": "Com ❤ feito",
|
||||
"imprint": "Impressão",
|
||||
"termsAc": "termos e condições",
|
||||
"privacy": "protecção de dados",
|
||||
"changelog": "Mudanças e Histórico",
|
||||
"contact": "Contato",
|
||||
"tribunal": "tribunal",
|
||||
"tribunal": "tribunal de registo",
|
||||
"register": "número de registo",
|
||||
"director": "Diretor Administrativo",
|
||||
"taxident": "Número de identificação do imposto sobre o valor acrescentado de acordo com o § 27 da Lei do Imposto sobre o Valor Acrescentado (Alemanha)",
|
||||
"responsible": "Responsável segundo § 55 Abs. 2 RStV (Alemanha) ",
|
||||
"bank": "conta bancária",
|
||||
"germany": "Alemanha"
|
||||
},
|
||||
"login": {
|
||||
"copy": "Se você já tem uma conta no Human Connection, entre aqui.",
|
||||
"login": "Entrar",
|
||||
@ -187,4 +203,4 @@
|
||||
"shoutButton": {
|
||||
"shouted": "Aclamou"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<ds-heading tag="h1">
|
||||
{{ $t('admin.name') }}
|
||||
</ds-heading>
|
||||
<ds-heading tag="h1">{{ $t('admin.name') }}</ds-heading>
|
||||
<ds-flex gutter="small">
|
||||
<ds-flex-item :width="{ base: '100%', md: '200px' }">
|
||||
<ds-menu :routes="routes" :is-exact="() => true" />
|
||||
|
||||
14
webapp/pages/changelog/index.vue
Normal file
14
webapp/pages/changelog/index.vue
Normal file
@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<ds-space>
|
||||
<ds-heading tag="h2">{{ $t('site.changelog') }}</ds-heading>
|
||||
</ds-space>
|
||||
|
||||
<ds-container>
|
||||
<ds-space margin-top="large">
|
||||
<ds-text>{{ $t('site.changelog') }}</ds-text>
|
||||
<ds-text>...</ds-text>
|
||||
</ds-space>
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
72
webapp/pages/imprint/index.vue
Normal file
72
webapp/pages/imprint/index.vue
Normal file
@ -0,0 +1,72 @@
|
||||
<template>
|
||||
<div>
|
||||
<ds-space>
|
||||
<ds-heading tag="h2">{{ $t('site.imprint') }}</ds-heading>
|
||||
</ds-space>
|
||||
|
||||
<ds-container>
|
||||
<ds-space margin-top="large">
|
||||
<ds-text>
|
||||
<div>
|
||||
<p>
|
||||
<strong>Human Connection gemeinnützige GmbH</strong>
|
||||
</p>
|
||||
<p>Bahnhofstr. 11</p>
|
||||
<p>73235 Weilheim / Teck</p>
|
||||
<p>{{ $t('site.germany') }}</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.contact') }}</strong>
|
||||
</p>
|
||||
<p>Tel.: +49 151 / 43 80 42 22</p>
|
||||
<p>
|
||||
E-Mail:
|
||||
<a
|
||||
class="hc-editor-link-blot"
|
||||
href="mailto:info@human-connection.org"
|
||||
target="_blank"
|
||||
>
|
||||
info@human-connection.org
|
||||
</a>
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.tribunal') }}</strong>
|
||||
</p>
|
||||
<p>Amtsgericht Stuttgart</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.register') }}</strong>
|
||||
</p>
|
||||
<p>HRB 741951</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.director') }}</strong>
|
||||
</p>
|
||||
<p>Dennis Hack</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.taxident') }}</strong>
|
||||
</p>
|
||||
<p>DE284651760</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.responsible') }}</strong>
|
||||
</p>
|
||||
<p>Dennis Hack</p>
|
||||
<p>Bahnhofstr. 11</p>
|
||||
<p>73235 Weilheim / Teck</p>
|
||||
<p>{{ $t('site.germany') }}</p>
|
||||
<br />
|
||||
<p>
|
||||
<strong>{{ $t('site.bank') }}</strong>
|
||||
</p>
|
||||
<p>GLS Bank</p>
|
||||
<p>IBAN: DE08 4306 0967 7024 1934 00</p>
|
||||
<p>BIC / SWIFT: GENODEM1GLS</p>
|
||||
</div>
|
||||
</ds-text>
|
||||
</ds-space>
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
13
webapp/pages/privacy/index.vue
Normal file
13
webapp/pages/privacy/index.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<ds-space>
|
||||
<ds-heading tag="h2">{{ $t('site.privacy') }}</ds-heading>
|
||||
</ds-space>
|
||||
<ds-container>
|
||||
<ds-space margin-top="large">
|
||||
<ds-text>{{ $t('site.privacy') }}</ds-text>
|
||||
<ds-text>...</ds-text>
|
||||
</ds-space>
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
13
webapp/pages/terms-and-conditions/index.vue
Normal file
13
webapp/pages/terms-and-conditions/index.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<ds-space>
|
||||
<ds-heading tag="h2">{{ $t('site.termsAc') }}</ds-heading>
|
||||
</ds-space>
|
||||
<ds-container>
|
||||
<ds-space margin-top="large">
|
||||
<ds-text>{{ $t('site.termsAc') }}</ds-text>
|
||||
<ds-text>...</ds-text>
|
||||
</ds-space>
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
x
Reference in New Issue
Block a user