Mehr Bilder, Arbeit am Backend
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<img class="content-img" src="{{ asset('/Bilder/abgelehnt.jpg') }}">
|
||||
<h2>{{ __('app.nav.about') }}</h2>
|
||||
|
||||
<h1>{{ __('app.about.subtitle') }}</h1>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<img class="content-img" src="{{ asset('Bilder/kontakt.jpg') }}" alt="Contact" />
|
||||
<h1>{{ __('app.contact.title') }}</h1>
|
||||
<br />
|
||||
{!! __('app.contact.content') !!}
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<img class="content-img" src="{{ asset('/Bilder/ernsthaft.jpg') }}">
|
||||
<h1>{{ __('app.imprint.title') }}</h1>
|
||||
<br />
|
||||
<h2>{!! __('app.imprint.content') !!}</h2>
|
||||
<p>{!! __('app.imprint.content') !!}</p>
|
||||
@endsection
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@extends('layout.app')
|
||||
|
||||
@section('content')
|
||||
<h1>Guten Tag.</h1>
|
||||
<img class="content-img" src="{{ asset('/Bilder/verwvstempel.jpg') }}">
|
||||
<h1>Guten Tag.</h1>
|
||||
@endsection
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<img class="content-img" src="{{ asset('Bilder/neuigkeiten.jpg') }}">
|
||||
<h1>{{ __('app.nav.news') }}</h1>
|
||||
@foreach($blogs as $blog)
|
||||
<h2>{{ $blog->title }}</h2>
|
||||
|
||||
@@ -5,15 +5,22 @@
|
||||
@section('content')
|
||||
<h1>{{ __('app.services.title') }}</h1>
|
||||
<br />
|
||||
<img class="content-img" src="{{ asset('Bilder/erstausstellung.jpg') }}">
|
||||
<h2>{{ __('app.services.topic1.title') }}</h2>
|
||||
<p>{!! __('app.services.topic1.content') !!}</p>
|
||||
<br />
|
||||
<br /><br />
|
||||
|
||||
<img class="content-img" src="{{ asset('Bilder/abgelehnt.jpg') }}">
|
||||
<h2>{{ __('app.services.topic2.title') }}</h2>
|
||||
<p>{!! __('app.services.topic2.content') !!}</p>
|
||||
<br />
|
||||
<br /><br />
|
||||
|
||||
<img class="content-img" src="{{ asset('Bilder/ersatz.jpg') }}">
|
||||
<h2>{{ __('app.services.topic3.title') }}</h2>
|
||||
<p>{!! __('app.services.topic3.content') !!}</p>
|
||||
<br />
|
||||
<br /><br />
|
||||
|
||||
<img class="content-img" src="{{ asset('Bilder/verwvstempel.jpg') }}">
|
||||
<h2>{{ __('app.services.topic4.title') }}</h2>
|
||||
<p>{!! __('app.services.topic4.content') !!}</p>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user