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>
|
2020-08-25 06:15:25 +00:00
|
|
|
<h4 class="mb-0 mt-1">{{__("msg.omappen")}}:</h4>
|
|
|
|
<p>{{__("msg.infoomappen")}}</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>
|
2020-08-24 07:55:20 +00:00
|
|
|
<span style="margin-bottom: 0.2rem;">Frederik Milling Pytlick,<span style="float: right;">frederikpyt@gmail.com</span></span>
|
2020-08-25 07:49:45 +00:00
|
|
|
<span style="margin-bottom: 0.2rem;">Vedran Zelen,<span style="float: right;">zelenvedran@gmail.com</span></span>
|
2020-08-24 07:55:20 +00:00
|
|
|
<span style="margin-bottom: 0.2rem;">Victor Neerholt,<span style="float: right;">victorneerholt@gmail.com</span></span>
|
2020-08-25 07:49:45 +00:00
|
|
|
<span style="margin-bottom: 0.2rem;">Sebastian Davaris,<span style="float: right;">sebastian@davaris.dk</span></span>
|
2020-08-12 11:08:47 +00:00
|
|
|
</main>
|
|
|
|
@endsection
|