Skip to content
Snippets Groups Projects
Commit d90819d3 authored by Phil Höfer's avatar Phil Höfer
Browse files

Update about.blade.php

parent 69d927d2
No related branches found
No related tags found
2 merge requests!954Development,!949Resolve "About-Seite ergänzen"
...@@ -4,6 +4,17 @@ ...@@ -4,6 +4,17 @@
@section('content') @section('content')
<h1>{{ trans('about.head.1') }}</h1> <h1>{{ trans('about.head.1') }}</h1>
<h2>{{ trans('about.head.3') }}</h2>
{!! trans('about.3.0') !!}
<ul class="dotlist">
<li>{!! trans('about.3.1') !!}</li>
<li>{!! trans('about.3.2') !!}</li>
<li>{!! trans('about.3.3') !!}</li>
<li>{!! trans('about.3.4') !!}</li>
<li>{!! trans('about.3.5') !!}</li>
<li>{!! trans('about.3.6') !!}</li>
<li>{!! trans('about.3.7') !!}</li>
</ul>
<h2>{{ trans('about.head.2') }}</h2> <h2>{{ trans('about.head.2') }}</h2>
<ul class="dotlist"> <ul class="dotlist">
<li>{!! trans('about.list.1') !!}</li> <li>{!! trans('about.list.1') !!}</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment