Kontakt angepass; Telefax
This commit is contained in:
+4
-2
@@ -138,8 +138,10 @@ return [
|
|||||||
'contact' => [
|
'contact' => [
|
||||||
'title' => 'Kontakt',
|
'title' => 'Kontakt',
|
||||||
'alt' => 'Kontakt',
|
'alt' => 'Kontakt',
|
||||||
'content' => 'Schreiben Sie uns im <a href="https://chaos.social/@c3gov">Fediversum</a>
|
'content' => 'Wenn Sie Fragen haben, kontaktieren Sie uns:',
|
||||||
<br />oder per elektronischer Post an: <a href="mailto:Dezernat7Zustaendigkeit@C3Gov.De">Dezernat7Zustaendigkeit@C3Gov.De</a>'
|
'fediverse' => 'Fediversum:',
|
||||||
|
'email' => 'Elektronische Postadresse:',
|
||||||
|
'phone' => 'Telefon/Fax:'
|
||||||
],
|
],
|
||||||
'preapplication' => [
|
'preapplication' => [
|
||||||
'title' => 'Vorantrag auf Reisepass gem. § 5 C3GovVerwV',
|
'title' => 'Vorantrag auf Reisepass gem. § 5 C3GovVerwV',
|
||||||
|
|||||||
+4
-2
@@ -138,8 +138,10 @@ return [
|
|||||||
'contact' => [
|
'contact' => [
|
||||||
'title' => 'Contact',
|
'title' => 'Contact',
|
||||||
'alt' => 'Contact',
|
'alt' => 'Contact',
|
||||||
'content' => 'Write us over in the <a href="https://chaos.social/@c3gov">fediverse</a>
|
'content' => 'If you have any questions, please contact us:',
|
||||||
<br />or via email to: <a href="mailto:Dezernat7Zustaendigkeit@C3Gov.De">Dezernat7Zustaendigkeit@C3Gov.De</a>'
|
'fediverse' => 'Fediverse:',
|
||||||
|
'email' => 'Electronic mail address:',
|
||||||
|
'phone' => 'Telephone/Fax:'
|
||||||
],
|
],
|
||||||
'preapplication' => [
|
'preapplication' => [
|
||||||
'title' => 'Pre-application for Passport according to § 5 C3GovVerwV',
|
'title' => 'Pre-application for Passport according to § 5 C3GovVerwV',
|
||||||
|
|||||||
@@ -5,6 +5,19 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<img class="content-img" src="{{ asset('Bilder/kontakt.jpg') }}" alt="{{ __('app.contact.alt') }}" />
|
<img class="content-img" src="{{ asset('Bilder/kontakt.jpg') }}" alt="{{ __('app.contact.alt') }}" />
|
||||||
<h1>{{ __('app.contact.title') }}</h1>
|
<h1>{{ __('app.contact.title') }}</h1>
|
||||||
<br />
|
|
||||||
{!! __('app.contact.content') !!}
|
{!! __('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
|
@endsection
|
||||||
|
|||||||
Reference in New Issue
Block a user