Kontaktseite erstellt
This commit is contained in:
@@ -60,5 +60,10 @@ return [
|
|||||||
'content' => 'Hiermit weisen wir darauf hin, dass es sich bei dieser Platform um ein Projekt des Chaos Computer Clubs handelt, welche keine rechtlich geltenden Dokumente ausstellt.
|
'content' => 'Hiermit weisen wir darauf hin, dass es sich bei dieser Platform um ein Projekt des Chaos Computer Clubs handelt, welche keine rechtlich geltenden Dokumente ausstellt.
|
||||||
<br />Es handelt sich weder um echte Dienstleistungen im gewerblichen Sinne, noch um geschäftsmäßige Dienste.
|
<br />Es handelt sich weder um echte Dienstleistungen im gewerblichen Sinne, noch um geschäftsmäßige Dienste.
|
||||||
<br />Aus diesem Grund entfällt die Impressumspflicht.'
|
<br />Aus diesem Grund entfällt die Impressumspflicht.'
|
||||||
|
],
|
||||||
|
'contact' => [
|
||||||
|
'title' => 'Kontakt',
|
||||||
|
'content' => 'Schreiben Sie uns im <a href="https://chaos.social/@c3gov">Fediversum</a>
|
||||||
|
<br />oder per elektronischer Post an: <a href="mailto:Dezernat7Zustaendigkeit@C3Gov.De">Dezernat7Zustaendigkeit@C3Gov.De</a>'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -60,5 +60,10 @@ return [
|
|||||||
'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club and does not issue any legally binding documents.
|
'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club and does not issue any legally binding documents.
|
||||||
<br />It does not constitute genuine commercial services or business-related services.
|
<br />It does not constitute genuine commercial services or business-related services.
|
||||||
<br />Therefore, the legal requirement to provide an imprint does not apply.'
|
<br />Therefore, the legal requirement to provide an imprint does not apply.'
|
||||||
|
],
|
||||||
|
'contact' => [
|
||||||
|
'title' => 'Contact',
|
||||||
|
'content' => 'Write us over in the <a href="https://chaos.social/@c3gov">fediverse</a>
|
||||||
|
<br />or via email to: <a href="mailto:Dezernat7Zustaendigkeit@C3Gov.De">Dezernat7Zustaendigkeit@C3Gov.De</a>'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<h1>{{ __('app.contact.title') }}</h1>
|
||||||
|
<br />
|
||||||
|
{!! __('app.contact.content') !!}
|
||||||
@endsection
|
@endsection
|
||||||
|
|||||||
Reference in New Issue
Block a user