Kein Impressum, aber...

This commit is contained in:
2026-03-29 23:44:49 +02:00
parent 1a7c94ebf3
commit e5d970333f
3 changed files with 12 additions and 2 deletions

View File

@@ -71,7 +71,8 @@ return [
'alt' => 'Ernsthaftigkeit', 'alt' => 'Ernsthaftigkeit',
'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.
<br /><br />Dennoch geben wir freiwillig Kontaktinformationen an:'
], ],
'contact' => [ 'contact' => [
'title' => 'Kontakt', 'title' => 'Kontakt',

View File

@@ -71,7 +71,8 @@ return [
'alt' => 'Serious business', 'alt' => 'Serious business',
'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.
<br /><br />However, we are happy to provide you with contact information:'
], ],
'contact' => [ 'contact' => [
'title' => 'Contact', 'title' => 'Contact',

View File

@@ -7,4 +7,12 @@
<h1>{{ __('app.imprint.title') }}</h1> <h1>{{ __('app.imprint.title') }}</h1>
<br /> <br />
<p>{!! __('app.imprint.content') !!}</p> <p>{!! __('app.imprint.content') !!}</p>
<br />
Chaos Computer Club Essen / foobar e.V.<br />
C3Gov<br />
Sibyllastr. 9<br />
45136 Essen<br />
Germany<br />
<br />
<br />
@endsection @endsection