Mehr Bilder, Arbeit am Backend

This commit is contained in:
2026-03-29 21:55:35 +02:00
parent 7c3da000f9
commit 44eb81e99a
18 changed files with 238 additions and 14 deletions

View File

@@ -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>

View File

@@ -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') !!}

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -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 />