Benjamin Völkl 2024-01-15 12:16:06 +01:00
parent ea8318a78f
commit 8f840910c9
3 changed files with 8 additions and 30 deletions

View File

@ -94,13 +94,13 @@


<a class="nav-item nav-link {{request()->is('kontakt*')?'active':''}}" href="{{url('/kontakt')}}">Kontakt</a> <a class="nav-item nav-link {{request()->is('kontakt*')?'active':''}}" href="{{url('/kontakt')}}">Kontakt</a>
@if($_warenkorb_aktiv) @if($_warenkorb_aktiv)
<a class="nav-item ms-md-5" data-bs-toggle="modal" data-bs-target="#shopping-cart" class="position-relative d-block"> <a class="nav-item" data-bs-toggle="modal" data-bs-target="#shopping-cart" class="position-relative d-block">
<svg style="fill: {{$_primary_ci_color}}; width: 30px; margin-top: 6px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z"></path></svg> <svg style="fill: {{$_primary_ci_color}}; width: 30px; margin-top: 6px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z"></path></svg>
<span class="position-absolute badge rounded-pill bg-danger js-product-counter" style="display: none; bottom: -10px; right: -10px;">0</span> <span class="position-absolute badge rounded-pill bg-danger js-product-counter" style="display: none; bottom: -10px; right: -10px;">0</span>
</a> </a>
@endif @endif
@if($_menue_button) @if($_menue_button)
<a href="{{$_menue_button_link}}" class="btn btn-primary position-relative d-block mt-1 text-light nav-item ms-md-5" @if($_menue_button_external) target="_blank" @endif> <a href="{{$_menue_button_link}}" class="btn btn-primary position-relative d-block mt-1 text-light nav-item" @if($_menue_button_external) target="_blank" @endif>
{{$_menue_button_text}} {{$_menue_button_text}}
@if($_menue_button_external) @if($_menue_button_external)
<svg style="fill: currentColor; width: 13px; margin-left: 2px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16H457.4L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6V176c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.8-7.2-16-16-16H336zM64 32C28.7 32 0 60.7 0 96V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H208c8.8 0 16-7.2 16-16s-7.2-16-16-16H64z"/></svg> <svg style="fill: currentColor; width: 13px; margin-left: 2px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16H457.4L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6V176c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.8-7.2-16-16-16H336zM64 32C28.7 32 0 60.7 0 96V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H208c8.8 0 16-7.2 16-16s-7.2-16-16-16H64z"/></svg>

View File

@ -131,7 +131,10 @@
<i class="text-muted small">Wir verwenden Ihre Daten ausschließlich gemäß unserer <a href="{{url('/datenschutz')}}" class="text-decoration-none" >Datenschutzerklärung</a>.</i> <i class="text-muted small">Wir verwenden Ihre Daten ausschließlich gemäß unserer <a href="{{url('/datenschutz')}}" class="text-decoration-none" >Datenschutzerklärung</a>.</i>
</div> </div>


<div class="text-end">


<div class="d-grid d-md-block gap-2 text-md-end">
<button type="submit" class="btn btn-primary">Abschicken <button type="submit" class="btn btn-primary">Abschicken
<svg style="fill: currentColor;width: 17px;margin-left: 6px;margin-bottom: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"/></svg> <svg style="fill: currentColor;width: 17px;margin-left: 6px;margin-bottom: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"/></svg>
</button> </button>

View File

@ -1,28 +1,18 @@
@inject('type', 'Type') @inject('type', 'Type')

@extends('template.'.config('settings.template').'.content.master') @extends('template.'.config('settings.template').'.content.master')

@section('content') @section('content')


<div class="container"> <div class="container">


<div class="row mb-5"> <div class="row mb-5">
<div class="col-12"> <div class="col-12">
<h1 class="mb-5 mt-5">Über uns</h1> <h1 class="mb-5 mt-5">Über uns</h1>

<p class="fs-5 mb-5 text-center"> <p class="fs-5 mb-5 text-center">

{{$_about_introduction}} {{$_about_introduction}}
</p> </p>
</div> </div>


@if($_about_image) @if($_about_image)
<div class="col-12 mb-5"> <div class="col-12 mb-5">
<x-img src="{{$_about_image}}" class="img-fluid rounded"/> <x-img src="{{$_about_image}}" class="img-fluid rounded" loading="eager"/>


</div> </div>
@endif @endif


@ -63,7 +53,7 @@






@if($_zeige_team) @if(1==3)


<div class="container-fluid py-5 bg-secondary"> <div class="container-fluid py-5 bg-secondary">
<div class="container"> <div class="container">
@ -97,27 +87,12 @@


@endif @endif
@endif @endif







</div> </div>
</div> </div>
</div> </div>
@endif @endif










@stop @stop
@section('scripts') @section('scripts')