v0.9.7 - Edited about
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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') }}">
|
||||
|
||||
Reference in New Issue
Block a user