footer created, new pages, imprint, terms and conditions, history, privacy policy, imprint created and languages adapted

This commit is contained in:
senderfm 2019-07-09 10:00:45 +02:00
parent 54463f2a37
commit f2d0cd1f6a
14 changed files with 256 additions and 8 deletions

View File

@ -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>
&nbsp;&nbsp;
<a href="/imprint">{{ $t('site.imprint') }}</a>
&nbsp;&nbsp;
<a href="/terms-and-conditions">{{ $t('site.termsAc') }}</a>
&nbsp;&nbsp;
<a href="/privacy">{{ $t('site.privacy') }}</a>
&nbsp;&nbsp;
<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>

View File

@ -2,6 +2,21 @@
"filter-menu": {
"title": "Deine Filterblase"
},
"site": {
"made": "Mit &#10084; 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",

View File

@ -2,6 +2,20 @@
"filter-menu": {
"title": "Your filter bubble"
},
"site": {
"made": "With &#10084; 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",

View File

@ -2,6 +2,20 @@
"filter-menu": {
"title": "Su burbuja de filtro"
},
"site": {
"made": "Con &#10084; 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",

View File

@ -2,6 +2,20 @@
"filter-menu": {
"title": "Votre bulle de filtre"
},
"site": {
"made": "Avec &#10084; 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",

View File

@ -1,4 +1,19 @@
{
"site": {
"made": "Con &#10084; 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"
}
}
}

View File

@ -1,4 +1,19 @@
{
"site": {
"made": "Met &#10084; 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"
}
}
}

View File

@ -1,4 +1,19 @@
{
"site": {
"made": "Z &#10084; 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ć"
}
}
}

View File

@ -1,4 +1,20 @@
{
"site": {
"made": "Com &#10084; 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"
}
}
}

View File

@ -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" />

View 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>

View 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:&nbsp;DE08 4306 0967 7024 1934 00</p>
<p>BIC / SWIFT:&nbsp;GENODEM1GLS</p>
</div>
</ds-text>
</ds-space>
</ds-container>
</div>
</template>

View 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>

View 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>