Footer - Transpride :3

This commit is contained in:
2026-04-06 20:19:31 +02:00
parent 222dc6d274
commit ac6c1cee80
5 changed files with 28 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ return [
'signed_in_as' => 'Angemeldet als:',
'guest' => 'Gastkonto',
'news_alt' => 'Neuigkeiten',
'progress_flag' => 'LGBTQIA+ Progress-Flagge',
'lead_by' => 'Eine von Transgender-Wesen geführte Bezirksregierungsbehörde',
'language' => [
'en' => 'English',
'de' => 'Deutsch',

View File

@@ -8,6 +8,8 @@ return [
'signed_in_as' => 'Signed in as:',
'guest' => 'Guest account',
'news_alt' => 'News',
'progress_flag' => 'LGBTQIA+ Progress Flag',
'lead_by' => 'A district government authority run by transgender beings.',
'language' => [
'en' => 'English',
'de' => 'Deutsch',

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="762" viewBox="0 0 6000 3810" style="--vh: 16.59px;">
<path fill="#6d2380" d="M0 0h6000v3810H0z"/>
<path fill="#2c58a4" d="M0 0h6000v3175H0z"/>
<path fill="#78b82a" d="M0 0h6000v2540H0z"/>
<path fill="#efe524" d="M0 0h6000v1905H0z"/>
<path fill="#f28917" d="M0 0h6000v1270H0z"/>
<path fill="#e22016" d="M0 0h6000v635H0z"/>
<path d="M0 0h1577l1764 1905-1764 1905H0z"/>
<path fill="#945516" d="M0 0h1209l1764 1905-1764 1905H0z"/>
<path fill="#7bcce5" d="M0 0h844l1764 1905L844 3810H0z"/>
<path fill="#f4aec8" d="M0 0h477l1764 1905L477 3810H0z"/>
<path fill="#fff" d="M0 0h111l1763 1905L111 3810H0z"/>
<path fill="#fdd817" d="m0 278 1507 1627L0 3532z"/>
<circle cx="556" cy="1905" r="404" fill="none" stroke="#66338b" stroke-width="95"/>
</svg>

After

Width:  |  Height:  |  Size: 893 B

View File

@@ -261,6 +261,7 @@ nav {
padding: 10px;
text-align: center;
flex-shrink: 0;
font-size: 16px;
}
.split-left {
@@ -279,6 +280,10 @@ nav {
clear: both;
}
.progress-flag {
height: 13px;
}
.apply-button {
font-size: 2.5em;
padding: 20px 40px;

View File

@@ -67,8 +67,6 @@
onmouseover="{ this.src = '{{ asset("Bilder/fedicsgovnetscapepress.png") }}' }"
onmouseout="{ this.src = '{{ asset("Bilder/fedicsgovnetscape.png") }}' }" alt="{{ __('app.fediverse') }}"></a></li>
</ul>
</div>
<div class="content col">
@yield('content')
@@ -77,6 +75,9 @@
</div>
</div>
<div class="footer">
<img class="progress-flag" src="{{ asset('Bilder/ProgressFlag.svg') }}" alt="{{ __('app.progress_flag') }}">
{{ __('app.lead_by') }}
|
&copy; 1999 by C3Gov
</div>
</body>