Ekapp/skolehjem/resources/views/app/about/index.blade.php

21 lines
1.1 KiB
PHP
Raw Normal View History

2020-08-12 11:08:47 +00:00
@extends("app.layout.base")
@section("title")
Aktiviteter
@endsection
@section("content")
2020-08-13 08:26:43 +00:00
<main style="justify-content: unset">
2020-08-12 11:08:47 +00:00
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1>
2020-08-13 08:26:43 +00:00
<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>
2020-08-19 12:59:13 +00:00
<h4 class="mb-1 mt-1">{{__("msg.programmedby")}}:</h4>
<span style="margin-bottom: 0.2rem;"><span style="float: left;">Anders Rasmussen,</span><span style="float: right;">anders164a@gmail.com</span></span>
<span style="margin-bottom: 0.2rem;">Frederik Milling Pytlick,<span style="float: right;">frederikpyt@gmail.com</span></span>
<span style="margin-bottom: 0.2rem;">Vedran Zelen,<span style="float: right;">vedr0021@gmail.com</span></span>
<span style="margin-bottom: 0.2rem;">Victor Neerholt,<span style="float: right;">victorneerholt@gmail.com</span></span>
<span style="margin-bottom: 0.2rem;">Sebastian Davaris,<span style="float: right;">seba4928@edu.sde.dk</span></span>
2020-08-12 11:08:47 +00:00
</main>
@endsection