Kontakt angepass; Telefax

This commit is contained in:
2026-04-20 22:14:28 +02:00
parent c3bb3c56b9
commit be53fe6a65
3 changed files with 22 additions and 5 deletions
+4 -2
View File
@@ -138,8 +138,10 @@ return [
'contact' => [
'title' => 'Kontakt',
'alt' => '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>'
'content' => 'Wenn Sie Fragen haben, kontaktieren Sie uns:',
'fediverse' => 'Fediversum:',
'email' => 'Elektronische Postadresse:',
'phone' => 'Telefon/Fax:'
],
'preapplication' => [
'title' => 'Vorantrag auf Reisepass gem. § 5 C3GovVerwV',
+4 -2
View File
@@ -138,8 +138,10 @@ return [
'contact' => [
'title' => 'Contact',
'alt' => '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>'
'content' => 'If you have any questions, please contact us:',
'fediverse' => 'Fediverse:',
'email' => 'Electronic mail address:',
'phone' => 'Telephone/Fax:'
],
'preapplication' => [
'title' => 'Pre-application for Passport according to § 5 C3GovVerwV',
+14 -1
View File
@@ -5,6 +5,19 @@
@section('content')
<img class="content-img" src="{{ asset('Bilder/kontakt.jpg') }}" alt="{{ __('app.contact.alt') }}" />
<h1>{{ __('app.contact.title') }}</h1>
<br />
{!! __('app.contact.content') !!}
<dl>
<dt>{{ __('app.contact.fediverse') }}</dt>
<dd><a href="https://chaos.social/@c3gov">https://chaos.social/@c3gov</a></dd>
<br />
<dt>{{ __('app.contact.email') }}</dt>
<dd><a href="mailto:Dezernat7Zustaendigkeit@C3Gov.De">Dezernat7Zustaendigkeit@C3Gov.De</a></dd>
<br />
<dt>{{ __('app.contact.phone') }}</dt>
<dd>+49 (0) 201 89 040 231</dd>
<dd>+49 (0) 221 59 619 2800</dd>
<br />
<dt>EPVPN:</dt>
<dd>2800</dd>
</dl>
@endsection