Benjamin Völkl 2024-01-16 17:53:25 +01:00
parent 70092d3bd8
commit 870efb3bcd
2 changed files with 14 additions and 12 deletions

View File

@ -54,17 +54,19 @@






@if($content->bilder) @isset($content->bilder)
<div class="col-12 mb-5"> @if($content->bilder)
<h2 class="mb-4 mt-5 h3">Bilder</h2> <div class="col-12 mb-5">
<h2 class="mb-4 mt-5 h3">Bilder</h2>
</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"/>
</div> </div>
@foreach($content->bilder as $image) @endforeach
<div class="col-12 col-md-6 col-lg-3 text-center">
<x-img src="{{$image}}" class="rounded img-fluid border mb-3"/>
</div>
@endforeach
@endif @endif
</div> @endisset

</div> </div>


<div class="col-12 col-lg-4 offset-lg-1" id="lumino-form-sent"> <div class="col-12 col-lg-4 offset-lg-1" id="lumino-form-sent">

View File

@ -34,11 +34,11 @@
@endif @endif


<noscript> <noscript>
<div class="alert alert-warning show" role="alert"> <div class="alert alert-warning show mb-0" role="alert">
<div class="container"> <div class="container">
<strong> <strong>
<svg style="fill: currentColor; width: 20px; margin-bottom: 8px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M34.5 420.4c-1.6 2.8-2.5 6-2.5 9.3c0 10.2 8.2 18.4 18.4 18.4H461.6c10.2 0 18.4-8.2 18.4-18.4c0-3.3-.9-6.4-2.5-9.3L276.5 75.8C272.2 68.5 264.4 64 256 64s-16.2 4.5-20.5 11.8L34.5 420.4zM6.9 404.2l201-344.6C217.9 42.5 236.2 32 256 32s38.1 10.5 48.1 27.6l201 344.6c4.5 7.7 6.9 16.5 6.9 25.4c0 27.8-22.6 50.4-50.4 50.4H50.4C22.6 480 0 457.4 0 429.6c0-8.9 2.4-17.7 6.9-25.4zM256 160c8.8 0 16 7.2 16 16V304c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM232 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"/></svg> <svg style="fill: currentColor; width: 20px; margin-bottom: 8px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M34.5 420.4c-1.6 2.8-2.5 6-2.5 9.3c0 10.2 8.2 18.4 18.4 18.4H461.6c10.2 0 18.4-8.2 18.4-18.4c0-3.3-.9-6.4-2.5-9.3L276.5 75.8C272.2 68.5 264.4 64 256 64s-16.2 4.5-20.5 11.8L34.5 420.4zM6.9 404.2l201-344.6C217.9 42.5 236.2 32 256 32s38.1 10.5 48.1 27.6l201 344.6c4.5 7.7 6.9 16.5 6.9 25.4c0 27.8-22.6 50.4-50.4 50.4H50.4C22.6 480 0 457.4 0 429.6c0-8.9 2.4-17.7 6.9-25.4zM256 160c8.8 0 16 7.2 16 16V304c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM232 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"/></svg>
Javasctipt ist derzeit deaktiviert JavaScript ist derzeit deaktiviert!
</strong> </strong>
<br> <br>
Diese Seite ist auch für die Nutzung ohne JavaScript ausgelegt. Einige Funktionen oder visuelle Effekte werden dann aber nicht oder nur eingeschränkt dargestellt. Diese Seite ist auch für die Nutzung ohne JavaScript ausgelegt. Einige Funktionen oder visuelle Effekte werden dann aber nicht oder nur eingeschränkt dargestellt.