Benjamin Völkl 2024-01-17 16:44:46 +01:00
parent 80f83ad45b
commit 96d51bab88
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@
</div>
@foreach($content->bilder as $image)
<div class="col-12 col-md-6 col-lg-3 text-center">
<x-img src="{{$image}}" class="rounded img-fluid border mb-3"/>
<x-img src="{{$image}}" class="rounded img-fluid border mb-3" alt="Bild {{$content->title}} "/>
</div>
@endforeach
@endif
@ -154,7 +154,7 @@
<div class="col-12 col-md-6 col-lg-4 mb-3">
<a href="{{$otherContent->path}}" class="text-decoration-none">
<div class="card shadow-sm h-100" data-aos="fade-up" data-aos-delay="{{$index * 250}}">
<x-img src="{{$otherContent->image()}}" class="img-fluid card-img-top"/>
<x-img src="{{$otherContent->image()}}" class="img-fluid card-img-top" alt="Bild {{$otherContent->title}}"/>
<div class="card-body">
<h3 class="h5 mb-3">{{$otherContent->title}}</h3>
{{$otherContent->kurzbeschreibung}}

View File

@ -88,7 +88,7 @@
<image id="type-icon" xlink:href="{{asset('fonts/icons/font-awesome/light/')}}/{{ $content->icon }}.svg" width="25" height="25"/>
</svg>
{{ $content->title }}</h5>
{{ $content->ankundigung }} Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi asperiores atque aut dolorem doloribus hic iusto laboriosam, laborum magnam magni molestiae optio provident ratione rerum sapiente sequi sint tempora voluptatibus.
{{ $content->ankundigung }}
<div class="text-end">
<i class="text-end me-5">Mehr lesen
<svg style="width: 20px; fill: currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-144-144c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0L340.7 388.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l144-144z"/></svg>