v0.9.7 - Edited about

This commit is contained in:
frederikpyt 2020-08-13 10:26:43 +02:00
parent a521b5ddea
commit 1f1ea3c832
5 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1 @@
<svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path fill="#fff" d="m256 512c-68.38 0-132.667-26.628-181.02-74.98s-74.98-112.64-74.98-181.02 26.628-132.667 74.98-181.02 112.64-74.98 181.02-74.98 132.667 26.628 181.02 74.98 74.98 112.64 74.98 181.02-26.628 132.667-74.98 181.02-112.64 74.98-181.02 74.98zm0-480c-123.514 0-224 100.486-224 224s100.486 224 224 224 224-100.486 224-224-100.486-224-224-224z"/><path fill="#fff" d="m256 368c-8.836 0-16-7.164-16-16 0-40.386 15.727-78.354 44.285-106.912 17.872-17.873 27.715-41.635 27.715-66.911 0-27.668-22.509-50.177-50.177-50.177h-3.646c-27.668 0-50.177 22.509-50.177 50.177v5.823c0 8.836-7.164 16-16 16s-16-7.164-16-16v-5.823c0-45.313 36.864-82.177 82.177-82.177h3.646c45.313 0 82.177 36.864 82.177 82.177 0 33.823-13.171 65.622-37.088 89.539-22.514 22.513-34.912 52.446-34.912 84.284 0 8.836-7.164 16-16 16z"/><path fill="#fff" d="m256.02 432c-8.836 0-16.005-7.164-16.005-16s7.158-16 15.995-16h.01c8.836 0 16 7.164 16 16s-7.164 16-16 16z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -55,7 +55,8 @@ return[
"omkring" => "Omkring",
"læsmere" => "Læs mere",
"sedeltagere" => "Se deltagere",
"af" => "Af"
"af" => "Af",
"programmedby" => "Programmeret af"

View File

@ -64,5 +64,6 @@ return[
"omkring" => "About",
"læsmere" => "Read more",
"sedeltagere" => "See participants",
"af" => "By"
"af" => "By",
"programmedby" => "Programmed by"
];

View File

@ -4,7 +4,13 @@
@endsection
@section("content")
<main>
<main style="justify-content: unset">
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1>
<h4 class="mb-0 mt-1">Version:</h4>
<p>1.0</p>
<h4 class="mb-0 mt-1">Om appen:</h4>
<p>Denne app er udviklet til Odense erhvervskollegie.</p>
<h4 class="mb-0 mt-1">{{__("msg.programmedby")}}:</h4>
<span style="margin-bottom: 24px; margin-top: 1em;">Elever fra IT og data skolepraktik, Syddansk Erhvervsskole Odense.</span>
</main>
@endsection

View File

@ -72,7 +72,7 @@
{{ __('msg.indstillinger') }}
</a>
<a href="{{ route('about.index') }}">
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Omkring">
<img src="{{URL::asset('/images/icons/about.svg')}}" alt="Omkring">
{{ __('msg.omkring') }}
</a>
<a href="{{ route('users.logout') }}">