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